Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 354 Bytes

README.rst

File metadata and controls

25 lines (13 loc) · 354 Bytes

Import modules from Github (PEP 302)

import github_import

from github.com.kennethreitz.requests import requests

print requests.get('http://google.com')

Requirements

  • git

Why

Because it's possible and to show flexibility of Python.

Don't use this on production, please ;)