Automatic scheduler for optimal workshop / meeting times. Input: .ics calendar --> Output: ideal dates and times for everyone
The programs require Python 3+ to run.
- Edit
config.py
and fill in or adapt to your needs.
make run
- Run tests:
make test
- Extract code coverage:
make coverage
- Create the virtual environment:
$ python -m venv .venv
- Activate it:
$ source .venv/bin/activate
- Install dependencies (in the virtual environment):
(.venv) $ pip install -e .
(.venv) $ pip install -r requirements.txt
MIT
Free Software 💻