/csv-ical

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

Primary LanguagePythonMIT LicenseMIT

CSV/iCal Converter

PyPI Python Versions

Codeship Status for albertyw/csv-ical Dependency 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 -r requirements-test.txt
pip install -r requirements-test-python3.txt
mypy csv_ical/convert.py --ignore-missing-imports
coverage run setup.py test
coverage report -m
flake8

Publishing

pip install twine
python setup.py sdist bdist_wheel
twine upload dist/*