You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
Metadata-Version: 2.0
|
|
Name: beautifulsoup4
|
|
Version: 4.6.0
|
|
Summary: Screen-scraping library
|
|
Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
|
|
Author: Leonard Richardson
|
|
Author-email: leonardr@segfault.org
|
|
License: MIT
|
|
Download-URL: http://www.crummy.com/software/BeautifulSoup/bs4/download/
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3
|
|
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
|
|
Provides-Extra: html5lib
|
|
Requires-Dist: html5lib; extra == 'html5lib'
|
|
Provides-Extra: lxml
|
|
Requires-Dist: lxml; extra == 'lxml'
|
|
|
|
Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.
|
|
|
|
|
|
|