Browse Source

add some notes on what should be done in the future

main
John-Mark Gurney 4 years ago
parent
commit
e3720f48de
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      NOTES.md

+ 13
- 0
NOTES.md View File

@@ -0,0 +1,13 @@
Aliases:
from a local file, kinda like requirements.txt, maps name to hash,
either package/module name, or an author/public key name.

Example:
from cas.a.jmg.utils import aiter, anext

Make sure that when an alias is used, that the same module is returned when a
direct hash import is used.

Local cache:
if a directory like ~/.cas_cache exists, use it's contents automatically,
and if it's writable, write any network fetched imported data to it.

Loading…
Cancel
Save