Commit Graph

5 Commits

Author SHA1 Message Date
jakob.scheid 467d0418ff geändert: .gitignore
geändert:       README.md
	geändert:       pyproject.toml
	geändert:       src/config_parser/__init__.py
	neue Datei:     src/config_parser/_configuration.py
	neue Datei:     src/config_parser/exceptions.py
	neue Datei:     src/config_parser/ini.py
	neue Datei:     src/config_parser/json.py
	neue Datei:     src/config_parser/parse/ini.py
	neue Datei:     src/config_parser/parse/json.py
	neue Datei:     tests/ini/test_ini.py
	neue Datei:     tests/json/test.json
	neue Datei:     tests/json/test_json.py
	neue Datei:     tests/json/test_parser.py
	neue Datei:     tests/test_configuration_class.py
2026-02-07 15:28:28 +01:00
jakob.scheid d34c40e52a neue Datei: .gitignore
neue Datei:     pyproject.toml
	umbenannt:      config_parser.py -> src/config_parser/__init__.py
	neue Datei:     src/config_parser/__main__.py
2026-02-02 13:59:37 +01:00
jakob.scheid ff646e40b6 geändert: README.md
geändert:       config_parser.py
2026-02-02 13:43:19 +01:00
jakob.scheid 00039fca6e neue Datei: config_parser.py 2026-02-02 12:47:28 +01:00
jakob.scheid 2b213b94b2 Initial commit 2026-02-02 12:26:17 +01:00