[uf-dev] AUMFP - Almost Universal Microfomats Parser, for Python,
refreshed
David Janes
davidjanes at blogmatrix.com
Fri Oct 24 10:07:36 PDT 2008
I've done a fair bit of coding and upgrading on the AUMFP, if you're
looking for a Python uF parser.
* code with tarballs: http://code.google.com/p/aump/
* blog post: http://code.davidjanes.com/blog/?p=14
* home: http://code.davidjanes.com/
As a flavor, use is fairly straightforward:
parser = hcard.MicroformatHCard(page_uri = 'http://tantek.com')
for d in parser.Iterate():
pprint.pprint(d)
Regards, etc...
David
--
David Janes
Mercenary Programmer
More information about the microformats-dev
mailing list