Metadata-Version: 2.1
Name: watson-overtime
Version: 0.3.0
Summary: Check overtime in combination with the td-watson time tracker
Home-page: https://github.com/flyingdutchman23/watson-overtime
License: MIT
Author: Joris Clement
Author-email: flyingdutchman@posteo.eu
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<9.0.0)
Requires-Dist: humanize (>=3.14.0,<5.0.0)
Requires-Dist: importlib-metadata (==4.2.0); python_version <= "3.7"
Requires-Dist: pytimeparse (>=1.1.8,<2.0.0)
Project-URL: Repository, https://github.com/flyingdutchman23/watson-overtime
Description-Content-Type: text/markdown

[![Tests](https://github.com/flyingdutchman23/watson-overtime/workflows/Tests/badge.svg)](https://github.com/flyingdutchman23/watson-overtime/actions?workflow=Tests)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/flyingdutchman23/watson-overtime/main.svg)](https://results.pre-commit.ci/latest/github/flyingdutchman23/watson-overtime/main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Versions](https://img.shields.io/pypi/pyversions/watson-overtime)](https://img.shields.io/pypi/pyversions/watson-overtime)


# watson-overtime


## Description

This is a simple tool to calculate if a set working time is fulfilled for a
certain period of time. Therefore, it uses the time tracking software
[td-watson][https://pypi.org/project/td-watson/] as input.


## Usage

Generate a `watson report` in JSON format. This command e.g. generates a watson
report for the current for the project `PROJECT`. Pipe the output to
`watson-overtime`:
```bash
watson report -w -p PROJECT --json | watson-overtime
```

