CSV/iCal Converter A simple script to convert data in CSV format to iCal format and vice versa. Installation pip install csv-ical Usage See the example files. Development pip install -e .[test] ruff check . mypy . --strict --ignore-missing-imports coverage run -m unittest coverage report -m