= Beautiful Soup =

== Description ==

Beautiful Soup is a Python HTML/XML parser designed for quick turnaround 
projects like screen-scraping. It is designed for handling badly written html,
so it provides a robust foundation to handle html code generated by tinyMCE.

== License ==

Beautiful Soup is licensed under the same terms as Python itself,
up through version 3.x of BS

== SPKG Maintainers ==

Pablo Angulo

== Upstream Contact ==

http://www.crummy.com/self/contact.html

== Dependencies ==

 * python

== Special Update/Build Instructions ==

 * No patch is needed for the moment
 * Beautiful Soup always runs its own tests,
   so there is no need for an spkg-check file

== Changelog ==

=== beautifulsoup-3.2.1 (Karl-Dieter Crisman, 20 June 2012) ===
 * Update to 3.2.1

=== beautifulsoup-3.2.0 (Pablo Angulo, 17 January 2011) ===
 * Initial version
