Metadata-Version: 2.1
Name: yank
Version: 1.0.0
Summary: A high-level web scraping utility kit for Python 3 and above
License: MIT
Author: khunspoonzi
Author-email: khunspoonzi@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.4.11,<2.0.0)
Requires-Dist: arrow (>=1.1.0,<2.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: inflect (>=5.3.0,<6.0.0)
Requires-Dist: lxml (>=4.6.3,<5.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rich (>=10.1.0,<11.0.0)
Requires-Dist: selenium (>=3.141.0,<4.0.0)
Requires-Dist: selenium-wire (>=4.2.4,<5.0.0)
Requires-Dist: tldextract (>=3.1.0,<4.0.0)
Requires-Dist: undetected-chromedriver (>=2.2.1,<3.0.0)
Requires-Dist: webdriver-manager (>=3.4.0,<4.0.0)
Requires-Dist: xlwt (>=1.3.0,<2.0.0)
