/csv-ical

A simple script to convert data in CSV format to iCal format

Primary LanguagePythonMIT LicenseMIT

CSV/iCal Converter

PyPI PyPI - Python Version PyPI - License

Build Status Code Climate Test Coverage

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