Metadata-Version: 2.1
Name: scrapeanything
Version: 0.9.29
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
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

How to generate a PIP package?
https://packaging.python.org/en/latest/tutorials/packaging-projects/

py -m build
py -m twine upload --skip-existing dist/*

