robtaylor / csv-ical

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV/iCal Converter

PyPI PyPI - Python Version PyPI - License

Build Status 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
flake8
mypy . --strict --ignore-missing-imports
coverage run -m unittest
coverage report -m

About

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

License:MIT License


Languages

Language:Python 100.0%