Metadata-Version: 2.1
Name: minestrone
Version: 0.6.1
Summary: Search, modify, and parse messy HTML with ease.
Home-page: https://github.com/adamghill/minestrone/
License: MIT
Keywords: python,html,beautifulsoup
Author: adamghill
Author-email: adam@adamghill.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Provides-Extra: html5
Provides-Extra: lxml
Requires-Dist: Sphinx (>=4.3.2,<5.0.0); extra == "docs"
Requires-Dist: attrs (>=21.4.0,<22.0.0); extra == "docs"
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: furo (>=2021.11.23,<2022.0.0); extra == "docs"
Requires-Dist: html5lib (==1.1); extra == "html5"
Requires-Dist: linkify-it-py (>=1.0.3,<2.0.0); extra == "docs"
Requires-Dist: lxml (==4.9.1); extra == "lxml"
Requires-Dist: myst-parser (>=0.16.1,<0.17.0); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.4.0,<0.5.0); extra == "docs"
Requires-Dist: toml; extra == "docs"
Project-URL: Documentation, http://minestrone.readthedocs.io/
Project-URL: Funding, https://github.com/sponsors/adamghill
Project-URL: Repository, https://github.com/adamghill/minestrone/
Description-Content-Type: text/markdown

# minestrone

Search, modify, and parse messy HTML with ease.

Documentation at https://minestrone.readthedocs.io/.

