This is the pomodoro application.
- Python 3.4
Install for the current user:
$ python setup.py install --user
Run the application:
$ python -m pomodoro --help
Run the test suite:
$ pytest test/
Build documentation:
$ sphinx-build -b html doc doc/_build/html