nti.app.pyramid-zope

View on PyPIReverse Dependencies (1)

0.0.3 nti.app.pyramid_zope-0.0.3-py2.py3-none-any.whl

Wheel Details

Project: nti.app.pyramid-zope
Version: 0.0.3
Filename: nti.app.pyramid_zope-0.0.3-py2.py3-none-any.whl
Download: [link]
Size: 35046
MD5: f513e057989a8e6d0a3c00cfe2c02afb
SHA256: f4b87e554937ee8111e3e6042797a664183fd71701b479b0fffe79f68b921202
Uploaded: 2021-08-11 10:49:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nti.app.pyramid-zope
Version: 0.0.3
Summary: Support for a more Zope-like pyramid.
Author: Jason Madden
Author-Email: jason[at]nextthought.com
Home-Page: https://github.com/NextThought/nti.app.pyramid_zope
License: Apache
Keywords: pyramid zope
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 :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5
Requires-Dist: Chameleon
Requires-Dist: PyYAML
Requires-Dist: nti.property
Requires-Dist: nti.traversal
Requires-Dist: pyramid (<2.0)
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.cachedescriptors
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.principalregistry
Requires-Dist: zope.proxy
Requires-Dist: zope.publisher
Requires-Dist: zope.security
Requires-Dist: zope.traversing
Requires-Dist: zope.viewlet
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: coverage; extra == "docs"
Requires-Dist: fudge; extra == "docs"
Requires-Dist: nti.testing; extra == "docs"
Requires-Dist: zope.testrunner; extra == "docs"
Requires-Dist: coverage; extra == "test"
Requires-Dist: fudge; extra == "test"
Requires-Dist: nti.testing; extra == "test"
Requires-Dist: zope.testrunner; extra == "test"
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE
License-File: AUTHORS
[Description omitted; length: 1931 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
nti.app.pyramid_zope-0.0.3-py3.8-nspkg.pth sha256=eFG7gw_O-lSppq2pbqczbIe78RxLirkW3Pp2RWN2JAU 1638
nti/app/pyramid_zope/__init__.py sha256=paZwC-68-I2JGiHVgK2QlEZ23x6gA-LIqcLmMfaPX20 1960
nti/app/pyramid_zope/configure.zcml sha256=S66qkRdEB9N2fkkDxeo_mQakceVxS0HoX2M2i51QK5A 3367
nti/app/pyramid_zope/pyramid.zcml sha256=h1LOlYrT3qHaVx9HsqGQKd5o5Kn3GZ-eeqLeR1GDE-Q 274
nti/app/pyramid_zope/request.py sha256=CrkCo_TZbHyhjGnon7T7bCzD29AqcFiLoVJXFtpv-Cc 10530
nti/app/pyramid_zope/security.py sha256=QEjlkpqv8vT9sOmQJwFRuY-4sQ1XOJyp8zMG53K_cqI 4040
nti/app/pyramid_zope/traversal.py sha256=a-apYjkc3M00lYDgaFIJTzAIlTD-pNlbxPVdZI2YcMo 11571
nti/app/pyramid_zope/z3c_zpt.py sha256=xhfxJpb4g4-2FLnxowlr_Xefk280RoV3FxI8TOK6UtI 15018
nti/app/pyramid_zope/i18n/__init__.py sha256=clWdxPpVOLZSOX2sRLGz-YohPtcNCEJaL-6w0x09or4 3174
nti/app/pyramid_zope/i18n/adapters.py sha256=MjX3rhPK3CEVFDbnZdcf--1I_3GxgvRWLuY-M9AJ4fM 7701
nti/app/pyramid_zope/i18n/configure.zcml sha256=arY4JpJaysXnq0myRjse5d5j9GcwD8c7zhFjO0FZVeI 1003
nti/app/pyramid_zope/i18n/interfaces.py sha256=uTghiQ8BkqjGL8ZuBY-OabCs4FN76kE9_jiVDFE5A2A 450
nti/app/pyramid_zope/i18n/pyramid.zcml sha256=tGw_ORE5rk0kK7LwvNRZIsGKBEiz02Oo43iIbUVg_34 365
nti/app/pyramid_zope/i18n/subscribers.py sha256=j89vkRxXrrIcXFWwWuDIiQHTyLiJjw4xexVHunKKJdw 2264
nti/app/pyramid_zope/i18n/tests/__init__.py sha256=CNy04YELhQngDr4n9ZB3MdFaTyWlaw-HvwTsbM1wCrc 238
nti/app/pyramid_zope/i18n/tests/test_adapters.py sha256=Fj9rZ9Vs91ASr8EBCrYUodaxZxXwzt2s130um3vCkYk 4969
nti/app/pyramid_zope/i18n/tests/test_subscribers.py sha256=BQF3qYXMejwa3TRJqjdjBqQ1U-C13_jZg7BKai1haAI 2005
nti/app/pyramid_zope/locales/nti.app.pyramid_zope.pot sha256=RWo9opFFf3-CRIGim3To_lR5ZKpftwRp1ivkS2x6jm0 638
nti/app/pyramid_zope/tests/__init__.py sha256=Xs8NWqJmx9CRGVPXVjm-2X9ysZWzVVcFr4C0NFpTQOI 588
nti/app/pyramid_zope/tests/test_request.py sha256=wxgTjwUc-fYMzGCQqUtsxYklV2U9tl-yJ3FQvc5Apac 2938
nti/app/pyramid_zope/tests/test_security.py sha256=yfk6yjLH01RhOQgROJTKb_dZxjFk___p3q3r62qUBWw 2382
nti/app/pyramid_zope/tests/test_traversal.py sha256=cjoMaVkVRjmLyighC6RwS4fvIVHRo9hStXnQrRhSCdc 2259
nti.app.pyramid_zope-0.0.3.dist-info/AUTHORS sha256=tIVp53Yv3GRwx2Ov1v_MzyU7NIDDVLMSuSpY7sXu3Nk 125
nti.app.pyramid_zope-0.0.3.dist-info/LICENSE sha256=mUNEE0HK17NcKwK7xwMheYFni7w64x00MXxJoeEKjLw 593
nti.app.pyramid_zope-0.0.3.dist-info/METADATA sha256=QI3YSfenpPeXn68sH8njzr44GNB5iFMSYSoRazNeluw 4391
nti.app.pyramid_zope-0.0.3.dist-info/WHEEL sha256=WzZ8cwjh8l0jtULNjYq1Hpr-WCqCRgPr--TX4P5I1Wo 110
nti.app.pyramid_zope-0.0.3.dist-info/entry_points.txt sha256=DmYbVihuHGjRuZYLPspvw78x5cC2DMR5oc4YyB4jBrk 113
nti.app.pyramid_zope-0.0.3.dist-info/namespace_packages.txt sha256=uW7XCNvkPbdJBNR8hINIjKK9m7fNOAde_GLmuLhENv4 12
nti.app.pyramid_zope-0.0.3.dist-info/top_level.txt sha256=QeoTxYiElOI7m9177uCBGg6ardc4SF0AChkyASYXx7k 4
nti.app.pyramid_zope-0.0.3.dist-info/zip-safe sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
nti.app.pyramid_zope-0.0.3.dist-info/RECORD

top_level.txt

nti

entry_points.txt

nti_zpt_render = nti.app.pyramid_zope.z3c_zpt:main
target = nti.app

namespace_packages.txt

nti
nti.app

zip-safe