Skip to content

christopher-burke/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro

This is the pomodoro application.

Minimum Requirements

  • Python 3.4

Optional Requirements

  • pytest (for running the test suite)
  • Sphinx (for generating documentation)

Basic Setup

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

About

Pomodoro timer program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages