zope.generations

zope.generations 4.0.0 Alpha 1

zope.generations provides a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of...

read more
zope.html

zope.html 2.4.1

zope.html is a package that contains support for editing HTML and XHTML inside a web page using the FCKeditor as a widget. This is a fairly simple application of FCKeditor, and simply instantiates a pre-configured editor for each widget. There are no...

read more
zope.i18n

zope.i18n 4.0.0 Alpha 4

zope.i18n implements several APIs related to internationalization and localization.- Locale objects for all locales maintained by the ICU project.- Gettext-based message catalogs for message strings.- Locale discovery for Web-based requests.What is new in...

read more
zope.index

zope.index 4.0.1

zope.index is a Python package that provides several indices for the Zope catalog. These include:- a field index (for indexing orderable values),- a keyword index,- a topic index,- a text index (with support for lexicon, splitter, normalizer,...

read more

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

In Zope, events are used by components to inform each other about relevant new objects and object modifications.To keep all subscribers up to date it is indispensable that the life cycle of an object is accompanied by various events. >>> from...

read more

In Zope3, location are special objects that has a structural location.What is new in this release:Changed the behavior of LocationProxy's __setattr__() to correctly behave when dealing with the pure Python version of the ProxyBase class. Also added a...

read more

zope.pagetemplate is a module that provides an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage,...

read more
zope.paste

zope.paste 1.0.0 Alpha 1

zope.paste is a package that allows you to- employ WSGI middlewares inside a Zope 3 application- deploy the Zope 3 application server on any WSGI-capable webserverusing PasteDeploy. These are two completely different modi operandi which only have in...

read more
zope.principalannotation

zope.principalannotation 4.0.0 Alpha 2

zope.principalannotation is a Python module that implements annotations for zope.security principals. To make it clear, the principal here is the object that provides zope.security.interfaces.IPrincipal interface and annotations is the object...

read more