Beautiful Soup: We called him Tortoise because he taught us.
Posted 18 May 2008 in links tagged with [html] [parser] [python]
Lovely HTML parser for Python. I’m using it to sanitize comments - sample code soon.
pyiso8601 - Google Code
Posted 05 May 2008 in links tagged with [date] [iso8601] [parser] [python]
Shockingly, python doesn’t seem to be able to parse iso8601 dates in core. But this works.
Python Microformat Parser
Posted 06 January 2008 in links tagged with [microformats] [parser] [python]
What it says on the tin.
Universal Feed Parser in Ruby
Posted 03 January 2008 in links tagged with [atom] [feed] [parser] [rss] [ruby]
A port of the Python Universal Feed Parser to Ruby. Lots of deps, alas, which is annoying, but it does work.