2016-01-05 Directly import from GithubΒΆ

If you want to do something like:

from github_com.kennethreitz import requests
assert requests.get('https://github.com').status_code == 200

Just read the following blog post: Import python modules straight from github.