  |
pyparsing - http://pyparsing.wikispaces.com
A general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math. [Open source, MIT License] |
  |
mxTextTools - http://www.egenix.com/products/python/mxBase/mxTextTools/
Fast Text Manipulation Tools for Python. [Open Source] |
  |
http://www.alcyone.com/software/empy/ - http://www.alcyone.com/software/empy/
A templating system for Python. [Open Source, GPL] |
  |
SimpleParse - http://simpleparse.sourceforge.net/
A parser generator for mxTextTools. [Open Source, BSD-like] |
  |
Yapps (Yet Another Python Parser System) - http://theory.stanford.edu/~amitp/Yapps/
An easy to use parser system for lightweight parsing needs. It's designed to be easy to use, but not designed to be fast. From a grammar file it generates readable Python code that looks somewhat like what you might have written by hand. [Open Source, MIT] |
  |
CSV module for Python - http://www.object-craft.com.au/projects/csv/
Module for fast reading of CVS files. [Open Source, BSD-like] |
  |
http://www.xhtml2pdf.com/ - http://www.xhtml2pdf.com/
Provides an HTML to PDF converter. [GPL, Commercial] |
  |
http://pages.cpsc.ucalgary.ca/~aycock/spark/ - http://pages.cpsc.ucalgary.ca/~aycock/spark/
Scanning, Parsing, and Rewriting Kit. [Open Source, BSD-like] |
  |
CSV importer/exporter - http://sourceforge.net/projects/python-dsv/
Has heuristics for determining file format and an optional wxPython dialog. [Open Source, Python license] |
  |
PyStemmer - http://sourceforge.net/projects/pystemmer/
Provides stemmer functionality in Python for English, German, Norwegian, Italian, Dutch, Portuguese, French, Swedish. [Open Source, BSD-like] |