Skip to content

Releases: noahbroyles/secsie-conf

secsie-conf v3.1.3

02 May 17:46
Compare
Choose a tag to compare

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

09 Jan 00:38
Compare
Choose a tag to compare

Corrected classifiers

secsie-conf v3.0.1

08 Jan 22:50
Compare
Choose a tag to compare

Added badges for PyPi deployment and unit tests in README.

secsie-conf v3.0.0

08 Jan 21:07
Compare
Choose a tag to compare

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

13 Jan 19:20
Compare
Choose a tag to compare

v1.0.3 - Stable

13 Jan 18:28
Compare
Choose a tag to compare

Fixed a bug where generate_config was not okay with not having an output_file decalred.