Metadata-Version: 2.1
Name: pytt
Version: 0.1.0
Summary: Python Time Tracker
Home-page: https://github.com/pajecawav/pytt
Author: pajecawav
Author-email: pajecawav@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Repository, https://github.com/pajecawav/pytt
Description-Content-Type: text/markdown

Python script for time tracking.

# Installation

`pip install pytt`

# Usage

```
Usage: tt [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.

  --help                          Show this message and exit.

Commands:
  in      Start clock.
  log     Print log.
  out     End clock.
  stats   Show daily stats.
  status  Show current clock.
```

