Skip to content

secsie-conf v3.0.0

Compare
Choose a tag to compare
@noahbroyles noahbroyles released this 08 Jan 21:07
· 36 commits to master since this release

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.