zope.proxy

zope.proxy 4.1.3

zope.proxy provides generic transparent proxies.Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access...

read more
zope.schema

zope.schema 4.2.0

zope.schema is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface...

read more
zope.security

zope.security 4.0.0 Alpha 1

The Security framework provides a generic mechanism to implement security policies on Python objects.What is new in this release:Added support for Python 3.2 and 3.3. 100% unit test coverage. zope.security.untrustedpython moved to separate project:...

read more
zope.session

zope.session 3.9.5

zope.session provides interfaces for client identification and session support and their implementations for zope.publisher's request objects.SessionsSessions provide a way to temporarily associate information with a client without requiring the...

read more
zope.tal

zope.tal 3.6.0

zope.tal specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly.The dynamic...

read more
zope.tales

zope.tales 4.0.0

zope.tales is a template attribute language - expression syntax.See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES Specification 1.3What is new in this release:Removed hard dependency on zope.tal, which was already conditionalized but required via...

read more
zope.traversing

zope.traversing 4.0.0 Alpha 3

zope.traversing provides adapteres for resolving object paths by traversing an object hierarchy. This also includes support for traversal namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view.What is new in...

read more

zope2_bootstrap applies Twitter Bootstrap styles to Zope2.InstallationDo this: virtualenv . bin/pip install zc.buildout bin/buildout initEdit buildout.cfg to include:[buildout]extends =...

read more
ZopeSkel

ZopeSkel 2.21.2 / 3.0 Beta 3

ZopeSkel is a Python module that provides a collection of skeletons for quickstarting Zope and Plone projects.All skeletons are available as PasteScript templates and can be used via the ''paster'' commandline tool. For example to create a package for a...

read more

InstallationAdd these lines into buildout:[buildout]parts = paster[paster]recipe = zc.recipe.eggeggs = ZopeSkel PasteScript PasteDeploy zopeskel.dexterity ${buildout:eggs}entry-points = paster=paste.script.command:runAnd run...

read more