Metadata-Version: 2.1
Name: ScrappyDoo
Version: 0.0.1.6
Summary: Scrape data from website
Home-page: https://github.com/benknight135/ScrappyDoo
Author: Ben Knight
Author-email: info@bknight.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: pymsgbox
Requires-Dist: pyquery

# Scrappy Doo
A package for scrapping data from a website

# Examples
See [Samples](https://github.com/benknight135/ScrappyDoo/tree/master/SampleScripts) for example scripts for using this package.

