Releases: NextKraftwerke/PyConfig
Releases · NextKraftwerke/PyConfig
Publish docs to github pages
Docs will now be build with sphinx and automatically uploaded to github pages on every release. URL:
Support for INI format.
0.2.0-beta.4 (CI:) Update coverage JSON from workflow tests+coverage (run 11061224…
Fixed README badges
0.2.0-beta.3 (CI:) Update coverage JSON from workflow tests+coverage (run 10108896…
First Release for PyPI
0.2.0-beta.2 (CI:) Update coverage JSON from workflow tests+coverage (run 10071326…
First documented(-ish) version!
0.2.0-beta.1 (CI:) Update coverage JSON from workflow tests+coverage (run 942454140).
Final alpha release.
0.2.0-alpha.8 New alpha version.
Generate config template from CLI (YAML only)
0.2.0-alpha.7 (CI:) Update coverage JSON from workflow tests+coverage (run 897172438).
Support for ArgumentParser use.
0.2.0-alpha.6 (CI:) Update coverage JSON from workflow tests+coverage (run 892220479).
Added `resolve_config_path`.
This method helps choose paths for configuration files by looking into parsed CLI arguments as well as environment variables, all with standard names (which can be customized using a 'prefix' argument).
Support for YAML format
Configs can now be loaded from files (or text streams in general). The only format currently supported is YAML. Environment variables take precedence over values loaded from files.