Metadata-Version: 1.1
Name: TypedInterpolation
Version: 0.0.3
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.
        
        All interpolations use ast.literal_eval to evalute Python literal
        structures. With these interpolations it is possible to save and
        recieve, for example, dictonaries from the config file without manually
        processing it.
        
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
