Major upgrade. Rename to pyModeS. Added EHS decoding and testing modules.

This commit is contained in:
Junzi Sun
2016-03-16 23:11:15 +01:00
parent 818207a4d8
commit 28e3a641a5
15 changed files with 5952 additions and 451 deletions

3
tests/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
# the inclusion of the tests module is not meant to offer best practices for
# testing in general, but rather to support the `find_packages` example in
# setup.py that excludes installing the "tests" package