Metadata-Version: 2.1
Name: scrapeanything
Version: 0.9.241
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: 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: pymysql
Requires-Dist: alembic
Requires-Dist: tzlocal
Requires-Dist: PyDrive
Requires-Dist: undetected-chromedriver
Requires-Dist: webdriver-manager
Requires-Dist: cryptography
Requires-Dist: flask

# 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-AgEIcHlwaS5vcmcCJDJiOTdhYWUwLTE1MmQtNDJmMS1iYmU4LTgzZmM2MDNlZDQ5NQACFlsxLFsic2NyYXBlYW55dGhpbmciXV0AAixbMixbIjU3MTA5MDEwLTdmYTEtNGMzNi1hZGVhLTg1NGZiYmI0OWYwMyJdXQAABiC9cH3BsU3LX0DPjZpayxHzYHCnCa5WAt-1KX1hSMj9Eg

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