Metadata-Version: 2.1
Name: tgl2rdm
Version: 0.1.4
Summary: Toggl Track to Redmine synchronization util
Home-page: https://github.com/BANOnotIT/tgl2rdm
Keywords: toggl,redmine,sync
Author: BANO.notIT
Author-email: bano.notit@yandex.ru
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Requires-Dist: petl (>=1.7.4,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: schema (>=0.7.4,<0.8.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer[all] (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# tgl2rdm

[Toggl Track](https://toggl.com/) -> [Redmine](https://www.redmine.org/) synchonization.

## Installation
```sh
pip install tgl2rdm
```

## Configuration
You can just copy [`config.example.toml`](./config.example.toml) and [`logger.example.toml`](./logger.example.toml) to `~/.config/tgl2rdm/` as `config.toml` and `logger.toml` representivly.

