Metadata-Version: 2.1
Name: timrr
Version: 0.2.0
Summary: Time to submit while mobile working
License: GPL-3.0-or-later
Author: MikeGlotzkowski
Author-email: sebastian.lischewski@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Description-Content-Type: text/markdown

# Time to submit while mobile working ヽ(´▽`)/
[![Python application](https://github.com/MikeGlotzkowski/timr/actions/workflows/python-app.yml/badge.svg)](https://github.com/MikeGlotzkowski/timr/actions/workflows/python-app.yml)
## Setup (currently)

```bash
python3 -m pip install poetry
poetry install
poetry shell
poetry run python timrr/timrr.py calc
```

## Short Docu

### calculate work time

```bash
Usage: timr.py calc [OPTIONS]

Options:
  -s, --start-time TEXT
  -e, --end-time TEXT
  -b, --break-time TEXT
  -ch, --contract-hours-per-day TEXT
  --local-config / --no-local-config
  --help
```

### configure defaults

```bash
Usage: timrr.py configure [OPTIONS]

Options:
  --start-time TEXT              [required]
  --end-time TEXT                [required]
  --break-time TEXT              [required]
  --contract-hours-per-day TEXT  [required]
  --help                         Show this message and exit.
```

