initial commit
authorSebastian Brix <sebastian.brix@graph-it.com>
Mon, 22 Jan 2018 11:31:56 +0000 (12:31 +0100)
committerswassen <swassen@pc17.castle>
Tue, 24 Apr 2018 14:23:37 +0000 (16:23 +0200)
commit5dd0361de29a2fab6aa798c97be86d18614a912a
tree661050b7be0c48a462ee78f4276374ea0665d35e
initial commit
27 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
Pipfile [new file with mode: 0644]
Pipfile.lock [new file with mode: 0644]
clock-test.py [new file with mode: 0755]
doc-pdoc/css.mako [new file with mode: 0644]
doc-pdoc/html.mako [new file with mode: 0644]
doc-pdoc/text.mako [new file with mode: 0644]
doc/clone.m.md [new file with mode: 0644]
doc/core.m.md [new file with mode: 0644]
doc/index.md [new file with mode: 0644]
doc/intf.m.md [new file with mode: 0644]
doc/keyed.m.md [new file with mode: 0644]
doc/store.m.md [new file with mode: 0644]
doc/switch.m.md [new file with mode: 0644]
doc/util.m.md [new file with mode: 0644]
listen.py [new file with mode: 0755]
setup.py [new file with mode: 0644]
supcon/__init__.py [new file with mode: 0644]
supcon/clone.py [new file with mode: 0644]
supcon/core.py [new file with mode: 0644]
supcon/graph.py [new file with mode: 0644]
supcon/intf.py [new file with mode: 0644]
supcon/keyed.py [new file with mode: 0644]
supcon/store.py [new file with mode: 0644]
supcon/switch.py [new file with mode: 0644]
supcon/util.py [new file with mode: 0644]