Commit Graph

20 Commits

Author SHA1 Message Date
jakob.scheid 8412eb0294 Fixed version bug 2026-03-12 19:20:05 +01:00
jakob.scheid 32c28095a1 Marked as deprecated 2026-03-12 19:17:04 +01:00
jakob.scheid e37188f342 Marked as deprecated 2026-03-12 19:14:04 +01:00
jakob.scheid 66cbb21941 Support for mutable and immutable configurations 2026-03-12 19:08:37 +01:00
jakob.scheid 71fa689945 Updated index URL 2026-02-28 02:01:21 +01:00
jakob.scheid 595f5f4d45 Updated deployment script 2026-02-23 22:40:35 +01:00
jakob.scheid 6d18f00a60 Fixed license error 2026-02-23 22:40:01 +01:00
jakob.scheid 7015b71c55 Added a deployment script 2026-02-22 21:54:28 +01:00
jakob.scheid 5117ff7aa6 Added license notices at the beginnings of the files. Updates license to the Apache License 2.0. 2026-02-21 23:18:34 +01:00
jakob.scheid f9b2ae2b77 Added licenses 2026-02-21 14:55:47 +01:00
jakob.scheid 8f690adec2 Bug fix 2026-02-20 15:59:31 +01:00
jakob.scheid a5ccd67143 Support for a default configuration for INI files 2026-02-19 19:57:49 +01:00
jakob.scheid 02e64e3e45 geändert: README.md
geändert:       pyproject.toml
	geändert:       src/config_parser/__init__.py
	geändert:       src/config_parser/parse/__init__.py
	geändert:       src/config_parser/serialize/__init__.py
2026-02-18 17:14:27 +01:00
jakob.scheid 00a5f08171 geändert: README.md
geändert:       pyproject.toml
	geändert:       src/config_parser/__init__.py
	gelöscht:       src/config_parser/__main__.py
	geändert:       src/config_parser/ini.py
	neue Datei:     src/config_parser/parse/__init__.py
	geändert:       src/config_parser/parse/ini.py
	geändert:       src/config_parser/parse/json.py
	neue Datei:     src/config_parser/serialize/__init__.py
	neue Datei:     src/config_parser/serialize/ini.py
	neue Datei:     src/config_parser/serialize/json.py
	neue Datei:     tests/json/test_serializer.py
2026-02-18 17:10:34 +01:00
jakob.scheid a1c1d2b975 geändert: src/config_parser/ini.py
geändert:       src/config_parser/json.py
	geändert:       src/config_parser/parse/json.py
	geändert:       tests/test_configuration_class.py
2026-02-07 15:38:37 +01:00
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