first commit.

This commit is contained in:
Dave G
2018-03-07 23:57:52 -05:00
commit c580bbd913
15 changed files with 615 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
**.egg-info/
**.pyc
**.pyo
.pypirc
.pytest_cache/
build/
dist/
venv/
setup.py