python-dogtail
GUI test tool and automation framework
dogtail is a GUI test tool and automation framework written in Python.
It uses Accessibility (a11y) technologies to communicate with desktop
applications. dogtail scripts are written in Python.
libisfreetype-java
Java wrapper for FreeType font handling library
The PDF rendering of the Open Source efforts of the company intarsys
was in demand of a good font handling library. This new development was
motivated by observations that current solutions
* only have poor support for VM
* there is no plain Java library around
* extends the de factor standard C library FreeType
This library wraps around the functions that were important for
using isNativeC (another library of the same company) and were ready
to run on all FreeType supported platforms.
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.