microtron

From Microformats Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Microtron is a microformats parser and library for the Python programming language.

Available from Pypi and github:

current version: 0.16

authors and contributors

Microtron was originally written by Andrew McCollum at microformatsDevCamp 2009.

The following folks have contributed code to Microtron:

  • Andrew McCollum
  • Christophe Benz
  • Mark Ng
  • Ben Campbell

summary

Microtron is a general-purpose microformat parser/transformer.

It can operate on the definition file included in Optimus, making it a close replacement for certain tasks, and can easily be extended with new formats without modifying the source. The primary advantages are speed (> 100x faster that Optimus for some operations), simplicity (single file) and small code size (currently < 200 lines).

supported microformats

and patterns:

installation

With setuptools' easy_install:

   easy_install microtron

With pip:

  pip install microtron

documentation

  • ...

feedback and issues

  • ...

future plans

  • ...

see also