zope.app.rotterdam provides an advanced skin for the Zope 3 ZMI.What is new in this release:Replaced an undeclared test dependency on zope.app.authentication with zope.password. Replaced an undeclared test dependency on zope.app.folder with...

read more

zope.app.server integrates ZServer -- Zope's HTTP and FTP server -- into a Zope 3 application setup. It also defines the script skeleton for a classic Zope 3 application.What is new in this release:Moved zope.app.server.zpasswd to...

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.zapi provides a collection of commonly used APIs to make imports simpler.Mostly, the APIs provided here are imported from elsewhere. A few are provided here.principals()The principals method returns the authentication service. If no service is...

read more

zope.authentication provides a definition of authentication concepts for use in Zope Framework.Detailed DocumentationLogout SupportLogout support is defined by a simple interface ILogout: >>> from zope.authentication.interfaces import ILogoutthat has...

read more

zope.browsermenu is at present not reusable without depending on a large chunk of the Zope Toolkit and its assumptions. It is maintained by the Zope Toolkit project.This package provides an implementation of browser menus and ZCML directives for...

read more

zope.browserpage is at present not reusable without depending on a large chunk of the Zope Toolkit and its assumptions. It is maintained by the Zope Toolkit project.This package provides ZCML directives for configuring browser views. More...

read more

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