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 e253ae4cb3 add note about a future test... 4 years ago
casimport add note about a future test... 4 years ago
fixtures add support for aliases, and loading package specific aliases... 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 minor notes.. 4 years ago
README.md add support for aliases, and loading package specific aliases... 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 arg is the hash of the Python source file. Example generated via: shasum -a 256 hello.py a An alias. Any aliases must be loaded before being processed. This is a short name that could be used.