mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Implement #15
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: beautifulsoup4
|
||||
Version: 4.3.2
|
||||
Summary: UNKNOWN
|
||||
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/
|
||||
Description: Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
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
|
||||
@@ -0,0 +1,22 @@
|
||||
README.txt
|
||||
beautifulsoup4.egg-info/PKG-INFO
|
||||
beautifulsoup4.egg-info/SOURCES.txt
|
||||
beautifulsoup4.egg-info/dependency_links.txt
|
||||
beautifulsoup4.egg-info/top_level.txt
|
||||
bs4/__init__.py
|
||||
bs4/dammit.py
|
||||
bs4/diagnose.py
|
||||
bs4/element.py
|
||||
bs4/testing.py
|
||||
bs4/builder/__init__.py
|
||||
bs4/builder/_html5lib.py
|
||||
bs4/builder/_htmlparser.py
|
||||
bs4/builder/_lxml.py
|
||||
bs4/tests/__init__.py
|
||||
bs4/tests/test_builder_registry.py
|
||||
bs4/tests/test_docs.py
|
||||
bs4/tests/test_html5lib.py
|
||||
bs4/tests/test_htmlparser.py
|
||||
bs4/tests/test_lxml.py
|
||||
bs4/tests/test_soup.py
|
||||
bs4/tests/test_tree.py
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
..\bs4\dammit.py
|
||||
..\bs4\diagnose.py
|
||||
..\bs4\element.py
|
||||
..\bs4\testing.py
|
||||
..\bs4\__init__.py
|
||||
..\bs4\builder\_html5lib.py
|
||||
..\bs4\builder\_htmlparser.py
|
||||
..\bs4\builder\_lxml.py
|
||||
..\bs4\builder\__init__.py
|
||||
..\bs4\tests\test_builder_registry.py
|
||||
..\bs4\tests\test_docs.py
|
||||
..\bs4\tests\test_html5lib.py
|
||||
..\bs4\tests\test_htmlparser.py
|
||||
..\bs4\tests\test_lxml.py
|
||||
..\bs4\tests\test_soup.py
|
||||
..\bs4\tests\test_tree.py
|
||||
..\bs4\tests\__init__.py
|
||||
..\bs4\dammit.pyc
|
||||
..\bs4\diagnose.pyc
|
||||
..\bs4\element.pyc
|
||||
..\bs4\testing.pyc
|
||||
..\bs4\__init__.pyc
|
||||
..\bs4\builder\_html5lib.pyc
|
||||
..\bs4\builder\_htmlparser.pyc
|
||||
..\bs4\builder\_lxml.pyc
|
||||
..\bs4\builder\__init__.pyc
|
||||
..\bs4\tests\test_builder_registry.pyc
|
||||
..\bs4\tests\test_docs.pyc
|
||||
..\bs4\tests\test_html5lib.pyc
|
||||
..\bs4\tests\test_htmlparser.pyc
|
||||
..\bs4\tests\test_lxml.pyc
|
||||
..\bs4\tests\test_soup.pyc
|
||||
..\bs4\tests\test_tree.pyc
|
||||
..\bs4\tests\__init__.pyc
|
||||
.\
|
||||
dependency_links.txt
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
top_level.txt
|
||||
@@ -0,0 +1 @@
|
||||
bs4
|
||||
Reference in New Issue
Block a user