github-downloads-count
github-downloads-count copied to clipboard
python3 compatibility effort
works as advertised, and now on python3 too
If you are using the print function, I would also expect you use from __future__ import print_function so the output in Python 2 and 3 is the same.
it was already working on python2, so there is no "python3" new print syntax, no __future__ is needed