Skip to main content

Support for a more Zope-like pyramid.

Project description

nti.app.pyramid_zope

https://github.com/NextThought/nti.app.pyramid_zope/workflows/tests/badge.svg https://coveralls.io/repos/github/NextThought/nti.app.pyramid_zope/badge.svg?branch=master 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.3 (2021-08-11)

  • Require zope.principalregistry and configure it from configure.zcml. This packge needs the unauthenticated principal utility it provides.

  • Require zope.publisher and configure it from configure.zcml. This is needed for language negotiation based on requests.

  • Add support for I18N.

  • Add support for Python 3.9. 3.10 is expected to work once zodbpickle is released with support for 3.10.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nti.app.pyramid_zope-0.0.3.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distribution

nti.app.pyramid_zope-0.0.3-py2.py3-none-any.whl (35.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page