Skip to main content

A standard INI style configuration parser.

Project description

This is the Python configparser with an extra class StdConfigParser. The StdConfigParser class uses specified parameters to initialize the Python ConfigParser and adds some useful converters. The result is a simple well defined syntax for the INI file. See it as a preconfigured ConfigParser class for you. It allows interoperability in configuration between different projects.

Also contains everything to be a full backport of the configparser module from Python 3.5 to Python 2.7, 3.3, 3.4.

Everything in one module easy to vendor or install no extra dependencies.

Documentation

ChangeLog

Source code on github

Example config file:

[section]
option = value

envlisting = env1,env2,env3

valuelist = multi line
            values
            # with comment
            fetchable as list

[other_section]
# interpolation is a optional feature
name = ${section:option}-substitution

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

StdConfigParser-1.0.1.tar.gz (74.7 kB view details)

Uploaded Source

Built Distribution

StdConfigParser-1.0.1-py2.py3-none-any.whl (69.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file StdConfigParser-1.0.1.tar.gz.

File metadata

File hashes

Hashes for StdConfigParser-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fcdad18220b6854c39f1862d94cd17952bd2e024b8eb509c3908683f4bbba81e
MD5 c36119d4b33f862700938232b48ec694
BLAKE2b-256 d514849f6f907beecd2c24acb35bee397483d96687f00ff429d2c7331a4027aa

See more details on using hashes here.

File details

Details for the file StdConfigParser-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for StdConfigParser-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9bc1a525c54c036c7676726fcfdbf17bc0992e284cb89d24c9ea18c9b327793f
MD5 c1737156b8f86351b7c8625304ba2448
BLAKE2b-256 0d618def2f63c9a10644a086f2cda2040192de820d01c9c94cf80229caa2117f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page