Metadata-Version: 1.1
Name: componentry
Version: 0.0.1a1
Summary: A new Zope-inspired component registry
Home-page: https://github.com/tetframework/componentry
Author: Antti K. Haapala
Author-email: antti.haapala@anttipatterns.com
License: GNU Affero General Public License v3 or later (AGPLv3+)
Description: ========
        Overview
        ========
        
        
        
        A new Zope-inspired component registry
        
        * Free software: GNU Affero General Public License v3 or later (AGPLv3+)
        
        Installation
        ============
        
        ::
        
            pip install componentry
        
        Documentation
        =============
        
        
        https://componentry.readthedocs.io/
        
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.0.1 (2018-10-09)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
