2014.12.5
- Feature: Update
README.md
with usage examples. - Fix #35: Remove
py_modules
fromsetup.py
. - Fix #36: Excludes tests from being installed as a separate module.
- Fix #37: Don't hardcode the path to the installed binary.
- Fix: Readme typo in running cli.
- Feature #40: Extract cli part to
cli
module. - Feature #42: Bring python version compatibility to
compat.py
module. - Feature #41: Extract utility/helper methods to
utils
module. - Fix #45: Does not accept standard input when running under Python 3.
- Feature: Clean up
ChangeLog.rst
for version and date numbers.