Pyfig is a very small and simple configuration file parser. It is written in less than 100 lines, with support for comments and different config formats.
| Tags | Software Development Libraries Python Modules |
|---|---|
| Implementation | Python |
Recent releases


Release Notes: Bool support for config items was added. Miscellaneous bugs were fixed.


Release Notes: This release has a major API redesign. Category support has been added. Categories are now iterable. The config object is now iterable. Type customization has been added. The documentation has been updated.


Release Notes: This release fixes an error that was caused when an empty parenthesis followed a class declaration in earlier Python versions.


Release Notes: A keys attribute was added. Some documentation was added. The code was cleaned and organized.


Release Notes: Stability was enhanced. A change() method was added to the Pyfig class. Some error catching and handling was added. EXAMPLE_CONFIG was added for easy reference.
Test method parametrization for methodologies like smoke testing, equivalence class testing, and analyst driven tests.