Metadata-Version: 1.0
Name: INITools
Version: 0.3.1
Summary: Tools for parsing and using INI-style files
Home-page: http://pythonpaste.org/initools/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: A set of tools for parsing and using ``.ini``-style files, including
        an abstract parser and several tools built on that parser.
        
        Repository available at `http://bitbucket.org/ianb/initools
        <http://bitbucket.org/ianb/initools>`_, or `download a tarball
        of the development version
        <http://bitbucket.org/ianb/initools/get/tip.gz#egg=INITools-dev>`_
        using ``easy_install INITools==dev``
        
Keywords: config parser ini
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
