forked from ananim/beautifulsoup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
19 lines (19 loc) · 970 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Metadata-Version: 1.0
Name: BeautifulSoup
Version: 3.2.0
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping.
Home-page: http://www.crummy.com/software/BeautifulSoup/
Author: Leonard Richardson
Author-email: [email protected]
License: BSD
Download-URL: http://www.crummy.com/software/BeautifulSoup/download/
Description: Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Text Processing :: Markup :: SGML
Classifier: Topic :: Software Development :: Libraries :: Python Modules