Metadata-Version: 2.1
Name: scrapeanything
Version: 0.9.253
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.12
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

# 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-AgEIcHlwaS5vcmcCJDU3ZDgzZjU5LTdiNmUtNGM2OS1hZTdlLTA3ZGJhNDFjMWFiMwACKlszLCJkZDE1MTM0Yy1lYmRlLTQzMmEtYTkwNS0wM2E1NGY1ZGYxNWQiXQAABiCvwbYLvkl33RA8r6TNsIwKkEzIMb887pl7m51Rj3KTUA

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