Skip to content

Releases: NextKraftwerke/PyConfig

Publish docs to github pages

21 Dec 15:25

Choose a tag to compare

Pre-release

Docs will now be build with sphinx and automatically uploaded to github pages on every release. URL:

https://nextkraftwerke.github.io/PyConfig/

Support for INI format.

06 Aug 19:04

Choose a tag to compare

Pre-release
0.2.0-beta.4

(CI:) Update coverage JSON from workflow tests+coverage (run 11061224…

Fixed README badges

08 Jul 08:12

Choose a tag to compare

Fixed README badges Pre-release
Pre-release
0.2.0-beta.3

(CI:) Update coverage JSON from workflow tests+coverage (run 10108896…

First Release for PyPI

07 Jul 07:16

Choose a tag to compare

Pre-release
0.2.0-beta.2

(CI:) Update coverage JSON from workflow tests+coverage (run 10071326…

First documented(-ish) version!

16 Jun 10:07

Choose a tag to compare

Pre-release
0.2.0-beta.1

(CI:) Update coverage JSON from workflow tests+coverage (run 942454140).

Final alpha release.

02 Jun 08:58

Choose a tag to compare

Final alpha release. Pre-release
Pre-release
0.2.0-alpha.8

New alpha version.

Generate config template from CLI (YAML only)

01 Jun 19:43

Choose a tag to compare

0.2.0-alpha.7

(CI:) Update coverage JSON from workflow tests+coverage (run 897172438).

Support for ArgumentParser use.

31 May 08:14

Choose a tag to compare

Pre-release
0.2.0-alpha.6

(CI:) Update coverage JSON from workflow tests+coverage (run 892220479).

Added `resolve_config_path`.

28 May 13:14

Choose a tag to compare

Pre-release

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

27 May 11:42

Choose a tag to compare

Pre-release

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.