Difference between revisions of "microtron"
(→installation: add some installation notes.) |
(→authors and contributors: add christophe) |
||
Line 9: | Line 9: | ||
== authors and contributors == | == authors and contributors == | ||
− | Microtron was originally written by Andrew McCollum at [[events/2009-07-25-dev-camp|microformatsDevCamp 2009]]. | + | Microtron was originally written by Andrew McCollum and Christophe Benz at [[events/2009-07-25-dev-camp|microformatsDevCamp 2009]]. |
The following folks have contributed code to Microtron: | The following folks have contributed code to Microtron: |
Revision as of 18:24, 9 March 2010
This article is a stub. You can help the microformats.org wiki by expanding it.
Microtron is a microformats Microformats Parsers and library for the Python programming language.
http://github.com/amccollum/microtron
current version: 0.13
Contents
authors and contributors
Microtron was originally written by Andrew McCollum and Christophe Benz at microformatsDevCamp 2009.
The following folks have contributed code to Microtron:
- Andrew McCollum
- Christophe Benz
- Mark Ng
summary
Microtron is intended to be a general-purpose microformat parser/transformer.
It can operate on the definition file included in Optimus microformats transformer and validator, 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 microformats transformer and validator for some operations), simplicity (single file) and small code size (currently < 150 lines).
Right now it supports:
supported microformats
- Geo
- adr
- hCard 1.0
- hCalendar 1.0
- hAtom 0.1
- hNews 0.1
- hReview 0.4 (in progress)
- hListing draft
- hAudio 0.9.1
- xFolk RC1
- hResume
- XFN - The XHTML Friends Network
- Vote Links
- rel="tag"
- rel="nofollow"
- rel="license"
- rel-principles 0.1
installation
With setuptools' easy_install:
easy_install microtron
With pip:
pip install microtron
documentation
- ...
feedback and issues
- ...
future plans
- ...