Personal tools
Skip to content. | Skip to navigation
zope.lifecycleevent :target:
zope.location :target:
zope.login :target:
zope.mimetype :target:
zope.minmax :target:
zope.mkzeoinstance This package provides a single script, mkzeoinstance, which creates a standalone ZEO server instance.Changelog 4.1 (2017-05-26) -- Fix generated runzeo and zeoctl scripts to run with ZEO 5. 4.0 (2017-02-28) -- 100% unit test coverage.- Drop support for Python 2.6.- Add support for Python 3.4, 3.5, and 3.6.- Move dependency from ZODB3 -> [zdaemon, ZODB, ZEO]. Even though this...
zope.pagetemplate .. image::
zope.password :target:
zope.pluggableauth Based on zope.authentication, this package provides a flexible and pluggable authentication utility, and provides a number of common plugins. Pluggable-Authentication Utility The Pluggable-Authentication Utility (PAU) provides a framework for authenticating principals and associating information with them. It uses plugins and subscribers to get its work done.
This package provides an API to create and maintain hierarchical user preferences. Preferences can be easily created by defining schemas. .. contents:: User Preferences Implementing user preferences is usually a painful task, since it requires a lot of custom coding and constantly changing preferences makes it hard to maintain the data and UI. The preference package >>> from zope.preference...