Metadata-Version: 1.1
Name: TypedInterpolation
Version: 0.0.5
Summary: Interpolations for configparser which uses ast.literal_eval.
Home-page: https://bitbucket.org/the_metalgamer/typedinterpolation
Author: Fink Dennis
Author-email: dennis.fink@c3l.lu
License: GPLv3+
Description: 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/>`_
        
Keywords: configparser interpolation typed
Platform: any
Classifier: Development Status :: 4 - Beta
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.3
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Other/Nonlisted Topic
