robhowley / nhlscrapi

Python based web scraper API for NHL game data
Apache License 2.0
69 stars 28 forks source link

Version 0.4.4 not in PyPI #20

Closed tiagofassoni closed 4 years ago

tiagofassoni commented 4 years ago

The latest version is not available on the Python Package Index.

(also, thanks for developing this library. A student of mine is using it for his data science capstone and he was having problems, that's how we found out about the issue. Your library is going to be essential to his work)

robhowley commented 4 years ago

this is really old, not well written, and the readme says not to use this project anymore. there are some projects documenting the nhl's actual rest api; these would seem to be quite useful. w that said, if you really want 0.4.4 in pypi, no problem! lol hope it works out for your student

robhowley commented 4 years ago

oh, also note that i've only ever used this on py2.

robhowley commented 4 years ago

https://pypi.org/project/nhlscrapi/0.4.4/

tiagofassoni commented 4 years ago

Well, but at least now you know it works under Py3. :man_shrugging:

And thanks for the help.

@Pat-Hamilton, please take a look at this issue.