This package provides a DateTime data type, as known from Zope 2.
Unless you need to communicate with Zope 2 APIs, you're probably
better off using Python's built-in datetime module.
The ZCatalog is Zope2's built in search engine. It allows you to
categorize and search all kinds of Zope objects. It comes with a
variety of indexes for different types of data.
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.
The blist is a drop-in replacement for the Python list that provides better
performance when modifying large lists. The blist package also provides
sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple
types.
Python bindings for the Capstone Disassembly Engine
Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community.
This package provides an interface to deal with reminders, alarms and
notifications through a standardized API. The following notification methods
are available at the moment: standard Horde notifications, popups, emails, sms.
A port from the CLD (Compact Language Detector) library embedded in
Google's Chromium browser. The library detects the language from
provided UTF8 text (plain text or HTML). This is python bindings.
pynagioscheck is a Python framework for Nagios plug-in developers.
pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.
Cuisine is a small set of functions that sit on top of Fabric, to
abstract common administration operations such as file/dir operations,
user/group creation, package install/upgrade, making it easier to
write portable administration and deployment scripts.
Daemons is a resource library for Python developers that want to create daemon
processes. The idea is to provide the basic daemon functionality while still
giving the developer the ability to customize their daemon for any purpose.