Skip to content
forked from albertyw/csv-ical

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

License

Notifications You must be signed in to change notification settings

huckley/csv-ical

 
 

Repository files navigation

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
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/*

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%