Metadata-Version: 2.1
Name: TypedInterpolation
Version: 1.0.0
Summary: Interpolations for configparser which uses ast.literal_eval.
Home-page: UNKNOWN
Author: Fink Dennis
Author-email: dennis.fink@c3l.lu
License: GPLv3+
Keywords: configparser interpolation typed
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Other/Nonlisted Topic

Interpolations for configparser.

TypedInterpolation provides additional `interpolations
<http://docs.python.org/3/library/configparser.html#interpolation-of-values>`_
for the configparser module.

All the provided interpolations use ast.literal_eval to convert
strings to Python literal structures. Also, when setting an option, the value
is automatically converted to a string.

Docs: `Read the docs <http://typedinterpolation.readthedocs.org/en/latest/>`_


