Metadata-Version: 2.1
Name: nba-bbref-webscrape
Version: 0.0.6
Summary: Scraping basketball-reference.com w/ Pandas and BeautifulSoup4
Home-page: https://github.com/jyablonski/nba_bbref_webscrape
Author: jyablonski9
Author-email: jyablonski9@gmail.com
Requires-Python: >=3.8,<3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: SQLAlchemy (>=1.4.37,<2.0.0)
Requires-Dist: awswrangler (==2.14.0)
Requires-Dist: beautifulsoup4 (==4.9.3)
Requires-Dist: boto3 (==1.21.8)
Requires-Dist: html5lib (==1.1)
Requires-Dist: lxml (==4.8.0)
Requires-Dist: nltk (>=3.7,<4.0)
Requires-Dist: pandas (==1.3.5)
Requires-Dist: praw (==7.5.0)
Requires-Dist: psycopg2-binary (>=2.9.3,<3.0.0)
Requires-Dist: requests (==2.27.1)
Requires-Dist: sentry-sdk (==1.5.8)
Requires-Dist: twint (==2.1.20)
Project-URL: Repository, https://github.com/jyablonski/nba_bbref_webscrape
