Metadata-Version: 2.1
Name: dli-scrapping-lib
Version: 1.0.3
Summary: Open Source Library of all the scrapping python utilities I have used over the years
Home-page: https://github.com/FriendlyUser/dash-stats
License: MIT
Keywords: web,scrapping
Author: dli
Author-email: davidli012345@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: beautifulsoup4 (>=4.8,<5.0)
Requires-Dist: pandas (>=0.25.1,<0.26.0)
Requires-Dist: requests (>=2.22,<3.0)
Project-URL: Repository, https://github.com/FriendlyUser/dash-stats
Description-Content-Type: text/x-rst

Personal Scrapping Library
==========================

Various web scrapping functions I have written over the years.

To install 

..code:: python
  pip install dli-scrapping-lib


