initial commit

This commit is contained in:
Mathieu Agopian
2013-03-13 11:42:20 +01:00
commit 2ecbe4e087
13 changed files with 720 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Local binaries (they are generated).
bin/
include/
lib/
# sphinx
docs/build/
# auto-generated
*.pyc
*.pyo
*.egg-info
.coverage
.tox/
build/