Metadata-Version: 2.1
Name: scrapeanything
Version: 0.9.232
Summary: Library to scrape data from the internet and persist it easier
Home-page: https://bitbucket.org/scrapeanything-ml/scrapeanything.ml
Author: Giuseppe Gargiuolo
Author-email: giuseppegargiuolo@gmail.com
Project-URL: Bug Tracker, https://bitbucket.org/scrapeanything-ml/scrapeanything.ml/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography
Requires-Dist: tldextract
Requires-Dist: money
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: selenium
Requires-Dist: configparser
Requires-Dist: lxml
Requires-Dist: requests_html
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: python-crontab
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: pymysql
Requires-Dist: alembic
Requires-Dist: tzlocal
Requires-Dist: python-dateutil
Requires-Dist: PyDrive
Requires-Dist: undetected-chromedriver
Requires-Dist: webdriver-manager

# How to generate a PIP package?
- Change setup.cfg version
- py -m build
- py -m twine upload --skip-existing dist/*

Use this api key: pypi-AgEIcHlwaS5vcmcCJDJkN2IzYjAzLTZjMTctNDI5My1hOWE4LTM0OTBkYjFhOTY1ZAACFlsxLFsic2NyYXBlYW55dGhpbmciXV0AAixbMixbIjU3MTA5MDEwLTdmYTEtNGMzNi1hZGVhLTg1NGZiYmI0OWYwMyJdXQAABiDC9eiV6eIz26QdoNMqk7R96HeMh80H5VOqkRDKF0BQIQ

Reference: https://packaging.python.org/en/latest/tutorials/packaging-projects/
