Metadata-Version: 2.1
Name: choochoo
Version: 0.0.8
Summary: A Programmable Training Diary
Home-page: https://github.com/andrewcooke/choochoo
Author: andrew cooke
Author-email: andrew@acooke.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown


# choochoo (ch2)

An **open**, **hackable** and **free** training diary.

I wrote this mainly for myself, but perhaps it will also be attractive to 
others who want a way to track and plan their progress that is open, 
lightweight and extensible.

The main interface is a curses-style diary, used to track daily activity
as well as progress towards aims.  A flexible "schedule spec" is used to
define periodic events (eg training routines) and (unfortunately) there's 
dedicated fuctionality for tracking injuries.

[See Documentation](https://andrewcooke.github.io/choochoo/)


