Releases: noahbroyles/secsie-conf
Releases · noahbroyles/secsie-conf
secsie-conf v3.1.3
In this release, I added type support for PathLike
type params in the parse_config_file
and generate_config_file
functions.
secsie-conf v3.1.1
Corrected classifiers
secsie-conf v3.0.1
Added badges for PyPi deployment and unit tests in README.
secsie-conf v3.0.0
In this version, I added support for lists.
Lists are a set of comma separated values in an attribute declaration. Here is a valid example of a list:
list = this, that, 42
This will be parsed into ['this', 'that', 42]
in Python. For more info read the README.
secsie-conf v2.0.1 Stable
restructure
v1.0.3 - Stable
Fixed a bug where generate_config
was not okay with not having an output_file
decalred.