Metadata-Version: 2.1
Name: supporter-of-the-week
Version: 0.1.1
Summary: Supporter of the Week project
License: GNU GPLv3
Author: Egon Rijpkema
Author-email: git@egonrijpkema.nl
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: icalendar (>=6.1.0,<7.0.0)
Requires-Dist: workalendar (>=17.0.0,<18.0.0)
Description-Content-Type: text/markdown

# Supporter of the week

## Usecase

Ops teams often drop all tasks at hand when there are incidents or requets for help.
This might not be the most efficient way to handle this. *supporter_of_the_week* creates a schedule with a team member on call to do first response.

## Installation

```bash
pipx install supporter_of_the_week
```

## Usage

```bash
usage: supporter_of_the_week [-h] [--start-date START_DATE ('%d-%m-%Y')] --supporters SUPPORTERS [--shuffle]
```

