Metadata-Version: 2.1
Name: gruel
Version: 2.1.0
Summary: Another scraping framework
Project-URL: Homepage, https://github.com/matt-manes/gruel
Project-URL: Documentation, https://github.com/matt-manes/gruel/tree/main/docs
Project-URL: Source code, https://github.com/matt-manes/gruel/tree/main/src/gruel
Author-email: Matt Manes <mattmanes@pm.me>
License-File: LICENSE.txt
Keywords: beautifulsoup,framework,scrape,scraping,webscraper,webscraping
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <=3.12,>=3.10
Requires-Dist: beautifulsoup4
Requires-Dist: loggi
Requires-Dist: noiftimer
Requires-Dist: pathier
Requires-Dist: printbuddies
Requires-Dist: quickpool
Requires-Dist: requests
Requires-Dist: whosyouragent
Requires-Dist: younotyou
Description-Content-Type: text/markdown

# gruel

Another scraping framework

## Installation

Install with:

<pre>
pip install gruel
</pre>

