Metadata-Version: 1.0
Name: INI
Version: 0.1
Summary: Simple json/pickle like ini-file parsing.
Home-page: http://packages.python.org/INI/
Author: Daniel Neuhäuser
Author-email: dasdasich@gmail.com
License: MIT
Description: INI provides simple and easy parsing and creating of flat and nested ini files.
        
        It's as simple as ``ini.load("your.ini")`` or
        ``ini.dump(open("your.ini", "wb"), {"foo": {"spam": "eggs"}})``.
        
        INI is completely tested and documented, if you run into any problems contact
        the maintainer or `create a new issue on bitbucket
        <http://bitbucket.org/DasIch/ini/issues/new/>`_.
Platform: UNKNOWN
