Beautiful Soup 4 Python 2 (2.6+), Python 3.
Beautiful Soup is licensed under the MIT license, so you can also download the tarball, drop the bs4 / directory into almost any Python application (or the library path), and start using it right away. If you want to do this under Python 3, you will need to manually convert the code using 2to3.
http://www.crummy.com/software/BeautifulSoup/
using python ../ python33 / Tools / Script / 2to3.py -w beautifulsoup4-4.3.2 that's fine
source
share