wsgitools is a set of tools working with WSGI (see PEP 333).
It includes classes for filtering content, middlewares for
caching, logging and tracebacks as well as two backends for
SCGI. Goals in writing it were portability and simplicity.
A python library to access freedesktop.org standards.
Currently supported are:
o Base Directory Specification
o Menu Specification
o Desktop Entry Specification
o Icon Theme Specification
o Recent File Spec
o Shared-MIME-Database Specification
This package define interfaces of container components, and provides
container implementations such as a BTreeContainer and OrderedContainer,
as well as the base class used by zope.site.folder for the Folder
implementation.
This package provides a pluggable way to copy persistent objects.
It was once extracted from the zc.copy package to contain much
less dependencies. In fact, we only depend on zope.interface to
provide pluggability.
zope.event provides a simple event system on which application-specific
event systems can be built.
Application code can generate events without being concerned about the
event-processing frameworks that might handle the events.
zope.filerepresentation is a File-system Representation Interfaces.
The interfaces defined here are used for file-system and
file-system-like representations of objects, such as file-system
synchronization, FTP, PUT, and WebDAV.
Page Templates provide 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, Dreamweaver, GoLive, etc.).
Babel is composed of two major parts:
* tools to build and work with gettext message catalogs
* a Python interface to the CLDR (Common Locale Data Repository),
providing access to various locale display names, localized
number and date formatting, etc.
A python library to access freedesktop.org standards.
Currently supported are:
o Base Directory Specification
o Menu Specification
o Desktop Entry Specification
o Icon Theme Specification
o Recent File Spec
o Shared-MIME-Database Specification
Pyst consists of a set of interfaces and libraries
to allow programming of Asterisk from python.
The library currently supports AGI, AMI, and the
parsing of Asterisk configuration files. The library
also includes debugging facilities for AGI.