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

grokui.admin is a basic grok admin UI.The replacement for the former grok.admin package.The internal name of the admin UI is: Grok Application Interface Application or, for short GAIA.GAIA is itself a Grok application and a subproject to the core Grok...

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

cipher.configstore is a Python module that provides a small framework to store an object's state in a configuration file (human readable .ini).What is new in this release:Support None values in tuple/list/set types. What is new in version 1.3.1:Store None...

read more

zope.contenttype is an utility module for content-type handling.What is new in this release:Change the file contents argument of guess_content_type from string to bytes. This change has no effect on Python 2. What is new in version 3.5.5:Properly restore...

read more

Products.ZNagios provides the ability for Nagios and munin to tap into the Zope2 server and retrieve status and performance data.Nagios data uptime main database size total reference count errors in the root error logMunin datagraphs...

zope.keyreference provides object references that support stable comparison and hashes.Key References for Persistent Objectszope.keyreference.persistent.KeyReferenceToPersistent provides an zope.keyreference.interfaces.IKeyReference reference for...

read more

zope.dublincore provides a Dublin Core support for Zope-based web applications. This includes: * an IZopeDublinCore interface definition that can be implemented by objects directly or via an adapter to support DublinCore metadata. * an...

read more

zope.app.testing is a Zope package that provides testing support for Zope 3 applications. Besides providing numerous setup convenience functions, it implements a testing setup that allows the user to make calls to the publisher allowing to write...

read more
zope.app.publication

zope.app.publication 4.0.0 Alpha 1

zope.app.publication is a module with publication and traversal components.What is new in this release:Relax ZODB dependency to allow 3.10dev builds from SVN. Introduce ZopePublication.callErrorView as a possible hook point. What is new in version...

read more