Metadata-Version: 2.1
Name: nti.site
Version: 2.4.0
Summary: Opinionated ZODB persistent site implementations
Home-page: https://github.com/NextThought/nti.site
Author: Jason Madden
Author-email: jason@nextthought.com
License: Apache
Description: ==========
         nti.site
        ==========
        
        .. image:: https://travis-ci.org/NextThought/nti.site.svg?branch=master
            :target: https://travis-ci.org/NextThought/nti.site
        
        .. image:: https://coveralls.io/repos/github/NextThought/nti.site/badge.svg?branch=master
            :target: https://coveralls.io/github/NextThought/nti.site?branch=master
        
        nti.site offers a set of classes and utility functions to integrate
        non-persistent name-based configuration of components using
        ``z3c.baseregistry`` with persistent in-database components. These are
        mixed and matched at runtime as needed to keep one "main" application
        persistent site in the component lookup order.
        
        For complete details and the changelog, see the `documentation <http://ntisite.readthedocs.io/>`_.
        
Keywords: Site management
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
Provides-Extra: docs
