Metadata-Version: 2.0
Name: nti.site
Version: 1.2.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-Content-Type: UNKNOWN
Keywords: Site management
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: BTrees (>=4.3.2)
Requires-Dist: ZODB
Requires-Dist: nti.schema
Requires-Dist: nti.transactions
Requires-Dist: persistent
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: transaction (>=2.1.1)
Requires-Dist: zope.component
Requires-Dist: zope.container
Requires-Dist: zope.interface (>=4.4.2)
Requires-Dist: zope.location
Requires-Dist: zope.proxy
Requires-Dist: zope.site
Requires-Dist: zope.traversing
Provides-Extra: test
Requires-Dist: fudge; extra == 'test'
Requires-Dist: nti.testing; extra == 'test'
Requires-Dist: pyhamcrest; extra == 'test'
Requires-Dist: z3c.baseregistry; extra == 'test'
Requires-Dist: zope.testrunner; extra == 'test'

==========
 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/>`_.


