StdConfigParser 0.6 release

Wolfgang tds333 at mailbox.org
Tue Sep 27 10:32:20 EDT 2016


Announcing the release of StdConfigParser 0.6

What is it?
-----------

This module provides a StdConfigParser class a simple standard INI 
configuration parser with a specified format. All is based on the Python 
standard library configuration parser. For Python 2.7 it contains also a 
backport of the Python 3.5 ConfigurationParser class.

Additionally it extends the configuration parser with useful converter 
methods. They allow really powerful configurations by keeping all simple 
for the user.

All in one file with no dependencies.


What's new in 0.6
-----------------

- Added support for Python 3.3 and 3.4.
- Interpolation is now optional.


Links
-----

- Download: https://pypi.python.org/pypi/StdConfigParser/0.6
- Source: https://github.com/tds333/stdconfigparser
- Documentation: http://stdconfigparser.readthedocs.io/en/latest/index.html


Hope it is useful for someone and rules the world. ;-)


Kind regards,

Wolfgang


More information about the Python-announce-list mailing list