pyXLWriter is a Python library for generating Excel-compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see
http://www.cpan.org) to Python.
RXP is a very fast validating XML parser written by Richard Tobin
of the University of Edinburgh. It complies fully with the W3C test
suites (although we have compiled it without Unicode support for
the time being). pyRXP is a wrapper around this which constructs a
lightweight in-memory "tuple tree" in a single call. This structure
is the lightest one we could define in Python, and it is constructed
entirely in C code, resulting in unprecedented speed. It is a core
part of ReportLab's forthcoming XML toolkit, which aims to offer
simple, fast and pythonic tools for common XML processing tasks.
Python binding for Syck, which, according is, according to the web site:
Syck is an extension for reading and writing YAML swiftly in popular
scripting languages. As Syck loads the YAML, it stores the data
directly in your language's symbol table. This means speed. This
means power. This means Do not disturb Syck because it is so focused
on the task at hand that it will slay you mortally if you get in its
way.
PolyglotMan takes formatted man pages from most of the popular flavours
of UN*X and transforms them into any of a number of source formats. It
can produce ASCII-only, section headers-only, TkMan, [tn]roff, Ensemble,
SGML, HTML, LaTeX, RTF, Perl 5 POD.
RTF is the Microsoft Richtext Format, a more portable, mostly-ASCII
formatting language that is exported by word processors like MS Word.
These files generally have the extension .rtf, but occassionally have
.doc extensions as well. This parser is from the Microsoft spec,
"ported" to Unix systems.
Rubber is a program whose purpose is to handle all tasks related to the
compilation of LaTeX documents. This includes compiling the document
itself, of course, enough times so that all references are defined, and
running BibTeX to manage bibliographic references. Automatic execution
of dvips to produce PostScript documents is also included, as well as
usage of pdfLaTeX to produce PDF documents.
texttable is a module to generate a formatted text table, using ASCII
characters.
[ excerpt from developer's www site ]
PyTVGrab is a xmltv grabber collection which contains several
grabbers written in python that share a common library.
Zope Page Templates is a Python package that implements Page Templates like
in Zope, but works outside of Zope. In fact, you don't need to install any
part of Zope to use them. This means that you can use the elegance and ease
of page templates in your own web applications, reporting frameworks,
documentation systems, etc.
Py2html is a console/CGI library that beautifies
python source files.