A simple script to convert data in CSV format to iCal format and vice versa.
pip install csv-ical
See the example files.
pip install -r requirements-test.txt
mypy csv_ical/convert.py --ignore-missing-imports
coverage run setup.py test
coverage report -m
flake8
pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*