Metadata-Version: 2.1
Name: scraper-helper
Version: 0.0.1
Summary: Helper functions for scraping
Home-page: https://github.com/eupendra/scraper-helper
Author: Upendra
Author-email: upendra@coderecode.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Scraper Helper

This package contains many helper functions that can be used in web scraping projects. 

## Installation
Run the following to install:
```python
pip install scraper-helper
```

