Metadata-Version: 2.1
Name: traktor
Version: 0.0.8
Summary: Python command line application for tracking time.
Home-page: https://github.com/alefnula/traktor
Author: Viktor Kerkez
Author-email: alefnula@gmail.com
Maintainer: Viktor Kerkez
Maintainer-email: alefnula@gmail.com
License: Apache-2.0
Platform: Windows
Platform: POSIX
Platform: MacOSX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: django (~=3.1)
Requires-Dist: ipython (~=7.18.0)
Requires-Dist: tea-console (~=0.0.4)
Requires-Dist: tea-django (~=0.0.8)
Requires-Dist: tea (~=0.1.2)
Requires-Dist: typer (~=0.3.2)

# Traktor

Traktor is a personal time tracking app inspired by
[Clockify](https://clockify.me/). Not all features are implemented. Missing
workspaces and billable flags - I personally don't use them, but if you plan
to use the app and you're missing those features, please send me an email and
I'll add them. 

At the moment it's command line only, but my intention is to make a web and
desktop app too.

The main reason for creating the app is that Clockify data is available only
for the last year (through the api) and I was exiting the window of one year.

I also wanted to have my personal data in my possession in an easily accessible
and backup-able format (sqlite3 database.)


