Python Module Library

I’m maintaining the following Python packages:

Historic Note: Until May 2012, some of the projects below have been hosted at origo.ethz.ch, but Origo closed it’s service.

table.docutils th, table.docutils td { padding: 0;

End-User Utilities

Developer- and Admin-Tools

Modules and Packages

  • python-shellwords (outdated): Parse a string into words like a POSIX shell does. This module is no longer

    When using Python 2.3 or later, you may want to use the standard module shlex instead of shellwords. Simply use this code:

    import shlex
    words = shlex.split(input_line)
    

Please help funding further projects!

If you find one of these modules usefull, I ask you to donate some money. This will enable me spending more time on free software and developing further Python modules.