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.

http://www.crummy.com/software/BeautifulSoup/

 

Beautiful Soup: We called him Tortoise because he taught us.

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.

http://code.google.com/p/pyiso8601/

 

pyiso8601 - Google Code

Python Microformat Parser

Posted 06 January 2008 in links tagged with [microformats] [parser] [python]

 

Python Microformat Parser

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.

http://rfeedparser.rubyforge.org/

 

Universal Feed Parser in Ruby