Allows you to import Python modules from the top level of a GitHub repository. Basically, golang's import semantics but in Python fashion.
>>> import githubimport
>>> from MineRobber9000.test_modules import blah
>>> blah.foo()
"bar"| #!/usr/bin/env python | |
| #DiabloHorn https://diablohorn.com | |
| #raw python pcap creater | |
| #based on | |
| # http://askldjd.com/2014/01/15/a-reasonably-fast-python-ip-sniffer/ | |
| #additional references | |
| # http://www.kanadas.com/program-e/2014/08/raw_socket_communication_on_li.html | |
| import sys | |
| import time |
| { "path": "/content/geometrixx/my-first-jinja-page", | |
| "properties": [ | |
| { "name": "jcr:primaryType", | |
| "value": "cq:Page" }], | |
| "nodes": [ | |
| { "path": "jcr:content", | |
| "properties": [ | |
| { "name": "jcr:primaryType", | |
| "value": "cq:PageContent"}, |