Initial Commit
authorPhil Howard <phil@gadgetoid.com>
Fri, 24 May 2019 11:46:04 +0000 (12:46 +0100)
committerPhil Howard <phil@gadgetoid.com>
Fri, 24 May 2019 11:46:04 +0000 (12:46 +0100)
commit651e1c201721a5903d0136d937c234166232c8e3
tree1b600810bf39adf774b3b28dd07f9652cda16647
Initial Commit
18 files changed:
.gitignore [new file with mode: 0644]
.stickler.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
_bootstrap.sh [new file with mode: 0755]
install.sh [new file with mode: 0755]
library/.coveragerc [new file with mode: 0644]
library/CHANGELOG.txt [new file with mode: 0644]
library/LICENSE.txt [new file with mode: 0644]
library/MANIFEST.in [new file with mode: 0644]
library/setup.cfg [new file with mode: 0644]
library/setup.py [new file with mode: 0755]
library/tests/test_setup.py [new file with mode: 0644]
library/tox.ini [new file with mode: 0644]
library/{{LIBNAME}}/__init__.py [new file with mode: 0644]
uninstall.sh [new file with mode: 0755]