Metadata-Version: 2.1
Name: dli-scrapping-lib
Version: 1.0.4
Summary: Open Source Library of all the scrapping python utilities I have used over the years
Home-page: https://github.com/FriendlyUser/dli-scrapping-lib
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/dli-scrapping-lib
Description-Content-Type: text/x-rst

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

.. image:: https://badge.fury.io/py/dli-scrapping-lib.svg
    :target: https://badge.fury.io/py/dli-scrapping-lib

Various web scrapping functions I have written over the years.

To install 

.. code-block:: python

  pip install dli-scrapping-lib

