microtron: Difference between revisions
(→authors and contributors: add christophe) |
(no longer a stub, sort supported formats) |
||
Line 1: | Line 1: | ||
[http://github.com/amccollum/microtron Microtron] is a microformats [[parser]] and library for the Python | [http://github.com/amccollum/microtron Microtron] is a microformats [[parser]] and library for the Python | ||
programming language. | programming language. | ||
Line 14: | Line 12: | ||
* Andrew McCollum | * Andrew McCollum | ||
* Christophe Benz | * Christophe Benz | ||
* Mark Ng | * [[User:MarkNg|Mark Ng]] | ||
== summary == | == summary == | ||
Line 26: | Line 24: | ||
== supported microformats == | == supported microformats == | ||
* [[ | * [[hatom]] | ||
* [[ | * [[haudio]] | ||
* [[hcalendar]] | |||
* [[hcard]] | * [[hcard]] | ||
* [[ | ** [[adr]] | ||
* [[ | ** [[geo]] | ||
* [[hlisting]] | |||
* [[hnews]] | * [[hnews]] | ||
* [[hresume]] | |||
* [[hreview]] | * [[hreview]] | ||
* [[ | * [[votelinks]] | ||
* [[ | * [[xfn]] | ||
* [[xfolk]] | * [[xfolk]] | ||
* [[rel-license]] | |||
* [[rel- | |||
* [[rel-nofollow]] | * [[rel-nofollow]] | ||
* [[rel-principles]] | * [[rel-principles]] | ||
* [[rel-tag]] | |||
== installation == | == installation == |
Revision as of 18:26, 9 March 2010
Microtron is a microformats parser and library for the Python programming language.
http://github.com/amccollum/microtron
current version: 0.13
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, 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 < 150 lines).
Right now it supports:
supported microformats
- hatom
- haudio
- hcalendar
- hcard
- hlisting
- hnews
- hresume
- hreview
- votelinks
- xfn
- xfolk
- rel-license
- rel-nofollow
- rel-principles
- rel-tag
installation
With setuptools' easy_install:
easy_install microtron
With pip:
pip install microtron
documentation
- ...
feedback and issues
- ...
future plans
- ...