Metadata-Version: 2.1
Name: nti.app.pyramid-zope
Version: 0.0.2
Summary: Support for a more Zope-like pyramid.
Home-page: https://github.com/NextThought/nti.app.pyramid_zope
Author: Jason Madden
Author-email: jason@nextthought.com
License: Apache
Keywords: pyramid zope
Platform: UNKNOWN
Classifier: Framework :: Pyramid
Classifier: Framework :: Zope :: 3
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: Chameleon
Requires-Dist: PyYAML
Requires-Dist: nti.property
Requires-Dist: nti.traversal
Requires-Dist: pyramid
Requires-Dist: pyramid-chameleon
Requires-Dist: setuptools
Requires-Dist: simplejson
Requires-Dist: six
Requires-Dist: z3c.pt
Requires-Dist: z3c.ptcompat
Requires-Dist: z3c.template
Requires-Dist: zope.authentication
Requires-Dist: zope.browserpage
Requires-Dist: zope.component
Requires-Dist: zope.configuration
Requires-Dist: zope.dottedname
Requires-Dist: zope.i18n
Requires-Dist: zope.interface
Requires-Dist: zope.pagetemplate
Requires-Dist: zope.proxy
Requires-Dist: zope.publisher
Requires-Dist: zope.security
Requires-Dist: zope.traversing
Requires-Dist: zope.viewlet
Provides-Extra: docs
Requires-Dist: Sphinx (>=2.1.2) ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: nti.testing ; extra == 'test'
Requires-Dist: zope.testrunner ; extra == 'test'

======================
 nti.app.pyramid_zope
======================

.. image:: https://travis-ci.org/NextThought/nti.app.pyramid_zope.svg?branch=master
    :target: https://travis-ci.org/NextThought/nti.app.pyramid_zope

.. image:: https://coveralls.io/repos/github/NextThought/nti.app.pyramid_zope/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.app.pyramid_zope?branch=master

.. image:: https://readthedocs.org/projects/ntiapppyramid-zope/badge/?version=latest
   :target: https://ntiapppyramid-zope.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

This library provides a set of components (often in the
``zope.interface`` and ``zope.component`` meanings) to integrate Zope3
technologies into a modern Pyramid application.


=========
 Changes
=========


0.0.2 (2020-01-02)
==================

- Add ``nti.app.pyramid_zope.traversal.ZopeResourceTreeTraverser``, a
  Pyramid ``ITraverser`` that uses the ``zope.traversing`` machinery,
  including path adapters and namespaces.

- Make ``configure.zcml`` register the standard traversing adapters
  which accept a Pyramid ``IRequest`` object. This goes hand-in-hand
  with using the ``ZopeResourceTreeTraverser``. These are the same
  namespaces that would be registered by ``zope.traversing`` for the
  Zope request (with the exception of the ``attribute`` namespace).


0.0.1 (2020-01-01)
==================

- Initial release.


