flask-github
flask-github copied to clipboard
Release new version to PyPi
The latest one is 0.1.3 and was released in 2011... See https://pypi.python.org/pypi/Flask-Github
As far as I can see the project is still developed so it would be nice if its new version is released to PyPi.
+1. For instance, the version in PyPI doesn't support the scope
keyword argument to GithubAuth.authorize()
, making the library unusable for private repositories.
@DanielBryan FYI I ended up with https://github.com/lepture/flask-oauthlib
Thanks, that looks nice and clean.