Metadata-Version: 2.1
Name: Jobcant
Version: 1.3.0
Summary: Does some of the things Jobcan doesn't
Home-page: https://github.com/Maerig/jobcant
Author: Jean-Loup Roussel-Clouet
Author-email: jean-loup@cryptact.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Jobcant

## Installation

```
pip install jobcant
jobcant config
```

## Usage

### Overtime balance

```shell
$ jobcant balance
Monthly overtime balance: -01:00
Weekly overtime balance: -02:30

Last day:
  Clock-in: 09:21
  Working hours: 05:35
  Break: 
```

### Overtime balance graph

```shell
$ jobcant graph
```

![Overtime balance graph](./doc/graph_example.png)

## Config

### Environment variables

- `JOBCAN_EMAIL`
- `JOBCAN_CLIENT_CODE`
- `JOBCAN_PASSWORD`

### Config file

```
jobcant config
```

## Build

```
python -m build
```
