StdConfigParser 0.7 release

Wolfgang tds333 at mailbox.org
Mon Oct 3 09:17:36 EDT 2016


Announcing the release of StdConfigParser 0.7

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, 3.3, 3.4 it acts 
as backport of Python 3.5 configparser module.

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.7
-----------------


- Allow ‘:’ as option (key) value separator.
- More examples in documentation.
- Default provided converters can be overwritten.



Links
-----

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



Kind regards,

Wolfgang


More information about the Python-announce-list mailing list