Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 286 Bytes

File metadata and controls

11 lines (9 loc) · 286 Bytes

urlimport

Loading python modules and packages from a remote machine. Inspired by httpimport.

Usage

with github_repo('kragniz', 'json-sempai'):
    from jsonsempai import magic
    import tester
    print(tester.hello)