/lodge

Lodge is a timetracking API server.

Primary LanguagePython

Lodge

Lodge is a WSGI implementation of the time tracking library jakt.
It is built on Flask, and is currently only an API.

Setup

For development do this:

  1. Clone repo
  2. cd lodge
  3. pip install -r requirements.txt
  4. flask --debug --app lodge run