CSV/iCal Converter
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/*
Release files for csv-ical 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| csv-ical-2.0.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| csv_ical-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / csv-ical-2.0.0.tar.gz
| Download URL | csv-ical-2.0.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8389fc5e0a247bb8802bcbaf08b4c8abda046922ad84a33a4fedeedc80e728a
|
|
BLAKE2b-256 checksum How to use checksums |
b8ad3a004d5415cdb689de6eac7120212db66ba9eda642cb2b38ecbf08180dbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8
|
Release files / csv_ical-2.0.0-py3-none-any.whl
| Download URL | csv_ical-2.0.0-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
66f51b33ef3dd7d56250ed88edf7d559bdf56aeb3b95245969912cc1a3a75283
|
|
BLAKE2b-256 checksum How to use checksums |
3cb6198643c6de05a1db5ae134dca8301b61c381653f2d2745ca763e31bf6b00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8
|