Import python modules by their hash.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
John-Mark Gurney 162fbf5e79 add a bunch of docs... also make a method static that can be.. 4 years ago
casimport add a bunch of docs... also make a method static that can be.. 4 years ago
fixtures initial work on making a cas importing system... 4 years ago
.gitignore initial work on making a cas importing system... 4 years ago
LICENSE.txt add license 4 years ago
Makefile initial work on making a cas importing system... 4 years ago
NOTES.md add some notes on what should be done in the future 4 years ago
README.md initial work on making a cas importing system... 4 years ago
requirements.txt initial work on making a cas importing system... 4 years ago
setup.py initial work on making a cas importing system... 4 years ago

README.md

casimport

Usage

import casimport
from cas.v1_f_330884aa2febb5e19fb7194ec6a69ed11dd3d77122f1a5175ee93e73cf0161c3 import hello

print(repr(hello('Alice')))

Defintion of hash: v__

Currently v1 is defined, and has the following types: f The hash is the value of the Python source file. Generated via: shasum -a 256 hello.py