Metadata-Version: 1.1
Name: reg
Version: 0.1
Summary: Generic functions. Clever registries and lookups
Home-page: http://reg.readthedocs.org
Author: Martijn Faassen
Author-email: faassen@startifact.com
License: BSD
Description: Reg: Clever Registries and Lookups
        ==================================
        
        Reg is a Python library that provides generic function support to
        Python. It help you build powerful registration and configuration APIs
        for your application, library or framework.
        
        Documentation_.
        
        .. _Documentation: http://reg.readthedocs.org
        
        CHANGES
        *******
        
        0.1 (2013-10-28)
        ================
        
        - Initial public release.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
