python-egenix-mxuid
unique identifiers for Python
mxUID provides a fast mechanism for generating universal
identification strings (UIDs) with intention of making these UIDs
unique with high probability in order to serve as object or data set
identifiers.
python-egenix-mxurl
flexible URL datatype for Python
mxURL provides a new easy to use, fast and light-weight builtin
datatype URL for storing and manipulating Universal Resource Locators
(URLs), as well as a few helpers related to URL building, encoding
and decoding.
python-empy
templating system for Python (Python 2)
EmPy is a system for embedding Python expressions and statements
in template text; it takes an EmPy source file, processes it, and
produces output.
This is accomplished via expansions, which are special signals
to the EmPy system and are set off by a special prefix (by default
the at sign, '@'). EmPy can expand arbitrary Python expressions
and statements in this way, as well as a variety of special forms.
Textual data not explicitly delimited in this way is sent unaffected
to the output, allowing Python to be used in effect as a markup
language.
Also supported are "hook" callbacks, recording and playback via
diversions, and dynamic, chainable filters.
The system is highly configurable via command line options and
embedded commands.
python-fibranet
cooperative threading and event driven framework
The FibraNet package provides an event dispatch mechanism, a
cooperative scheduler, an asynchronous networking library and a safe,
fast serializer for simple Python types. It is designed to simplify
applications which need to simulate concurrency, particularly games.
python-glpk
Python bindings to the GNU Linear Programming Kit
GLPK (GNU Linear Programming Kit) is intended for solving large-scale
linear programming (LP), mixed integer programming (MIP), and other
related problems. It is a set of routines written in ANSI C and
organized in the form of a callable library.
python-gnutls
Python wrapper for the GNUTLS library
This package provides a high level object oriented wrapper around
libgnutls, as well as low level bindings to the GNUTLS types and
functions via ctypes. The high level wrapper hides the details of
accessing the GNUTLS library via ctypes behind a set of classes
that encapsulate GNUTLS sessions, certificates and credentials and
expose them to Python applications using a simple API.