Metadata-Version: 2.3
Name: swing-schedule
Version: 0.1.3
Summary: Swing Dance Schedule Generator
Requires-Dist: ortools>=9.12
Requires-Python: >=3.13
Project-URL: Repository, https://github.com/ep69/swing-schedule
Description-Content-Type: text/markdown

# Swing Schedules Generator

Generates schedules for schools teaching partner dances.

## Install

You need `python3` and `pip` to use this tool.
```
python3 -m pip install --upgrade --user swing-schedule
```

If you want to install from testpypi: `python3 -m pip install --upgrade --user -i https://test.pypi.org/simple/ swing-schedule --extra-index-url https://pypi.org/simple`

## Run
```
swing-schedule -t ~/.local/lib/python*/site-packages/swing_schedule/data/teachers.csv
```
