zope.configuration provides an extensible system for supporting various kinds of configurations.It is based on the idea of configuration directives. Users of the configuration system provide configuration directives in some language that express...

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

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.error

zope.error 3.7.4

zope.error is a package that provides an error reporting utility which is able to store errors.What is new in this release:Added explicit tests for escaping introduced in 3.7.3. Handing names of classes those string representation cannot be determined as...

read more

zope.errorview is a package that provides basic HTTP and Browser views for common exceptions.Refactored from zope.app.http.exception and zope.app.exception.What is new in this release:Added nl translations. What is new in version 0.10:Exception views do...

read more
zope.event

zope.event 4.0.2

zope.event provides a simple event system, including:- An event publishing API, intended for use by applications which are unaware of any subscribers to their events.- A very simple event-dispatching system on which more sophisticated event dispatching...

read more

zope.exceptions contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages.What is new in this release:Release with a fixed MANIFEST.in (without docs/) What is new in...

read more

The zope.fanstatic package provides Zope integration for Fanstatic. This means it's taking care of two things: * provide access to the needed resources throughout the request/response cycle. * provide the base URL for the resources to be...

read more
zope.file

zope.file 0.6.2

zope.file is a package that provides a content object used to store a file. The interface supports efficient upload and download.What is new in this release:Moved menu-oriented registrations into new menus.zcml. This is now loaded if zope.app.zcmlfiles is...

read more

zope.filerepresentation is used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV.What is new in this release:Add Trove classifiers indicating CPython and PyPy support. What is new...

read more