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.