Metadata-Version: 1.1
Name: python-config
Version: 0.1
Summary: A simple module for reading Python configuration files
Home-page: https://github.com/KonishchevDmitry/python-config
Author: Dmitry Konishchev
Author-email: konishchev@gmail.com
License: GPL3
Description: Python configuration files themselves are actual Python files. The module reads
        only values in uppercase from them, checks that they contain only basic Python
        types and returns a dictionary which corresponds to the configuration file.
Platform: unix
Platform: linux
Platform: osx
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
