Convert between CSV and iCal
Project description
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/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csv-ical-1.0.2.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file csv-ical-1.0.2.tar.gz
.
File metadata
- Download URL: csv-ical-1.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d240da4e1483263334e775628a37a1f7c77e0926afcee810241fd9b73f103447
|
|
MD5 |
e6fcfd2811321f8f169cc59a4943c3da
|
|
BLAKE2b-256 |
943bd0af2ee3c6723fc2b64ac28cdc124c2e220949f9f54e6872aeafb960d521
|
File details
Details for the file csv_ical-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: csv_ical-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
31f5fbe149dfb0b54a282cb24d05620bee3d8bcc97709ab2e8b4fbcb9b14affa
|
|
MD5 |
3279f9956bd2d41c13c654eb9a2b5dda
|
|
BLAKE2b-256 |
df55241d62f1bfc2158bf647dd153a26812df0db1794e788afb45769b2c794a2
|