Added initial implementation + tests

This commit is contained in:
Swen Kooij
2016-10-21 12:21:11 +03:00
parent d33fecb490
commit 612b3bf427
18 changed files with 1030 additions and 2 deletions

4
.gitignore vendored
View File

@@ -4,3 +4,7 @@ env/
# Ignore Python byte code cache
*.pyc
__pycache__
# Ignore coverage reports
.coverage
htmlcov