Registry / devops / zope2
library4.0pypypiunverified

Zope is a web application server and framework. Version 4.0 is the latest release. Release cadence is irregular; maintenance is minimal.

pip install zope2
INSTALL
IMPORT
SIG · ZOPE2
Z
zope2
devopspythonv4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
from App import Application
Primary startup class
OFS
from OFS import Application
from Zope import Application
Common mistake: using 'Zope' prefix

Basic instantiation of a Zope Application object.

from App import Application app = Application() print(app)
Debug
Known issues
breakingPython 2 only. Zope 2 does not support Python 3. Use Zope 4 (zope4) or Pyramid for Python 3.
fix
Use zope4 (Zope 4) or Pyramid for Python 3 projects.
affects: all
deprecatedZope 2 is in maintenance mode. No new features; security fixes only.
fix
Migrate to Zope 4 or Pyramid.
affects: >=4.0
gotchaImports from 'zope' namespace are confusing. Many packages exist under 'zope.*' but Zope 2 itself is 'zope2'.
fix
Install zope2, not 'zope'. Use correct import paths from Zope 2 docs.
affects: all
Upgrade
Version history
4.0latest on PyPI · released May 10, 2019
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
zope2 — pip install zope2 · libregistry