Name | csv-ical JSON |
Version |
2.1.1
JSON |
| download |
home_page | |
Summary | Convert between CSV and iCal |
upload_time | 2024-03-03 20:18:34 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.5 |
license | MIT |
keywords |
csv
ical
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# CSV/iCal Converter
[![PyPI](https://img.shields.io/pypi/v/csv-ical)](https://pypi.org/project/csv-ical/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/csv-ical)
![PyPI - License](https://img.shields.io/pypi/l/csv-ical)
[![Build Status](https://drone.albertyw.com/api/badges/albertyw/csv-ical/status.svg)](https://drone.albertyw.com/albertyw/csv-ical)
[![Code Climate](https://codeclimate.com/github/albertyw/csv-ical/badges/gpa.svg)](https://codeclimate.com/github/albertyw/csv-ical)
[![Test Coverage](https://codeclimate.com/github/albertyw/csv-ical/badges/coverage.svg)](https://codeclimate.com/github/albertyw/csv-ical/coverage)
A simple script to convert data in CSV format to iCal format and vice
versa.
## Installation
```bash
pip install csv-ical
```
## Usage
See the example files.
## Development
```bash
pip install -e .[test]
ruff check .
mypy . --strict --ignore-missing-imports
coverage run -m unittest
coverage report -m
```
Raw data
{
"_id": null,
"home_page": "",
"name": "csv-ical",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "csv,ical",
"author": "",
"author_email": "Albert Wang <git@albertyw.com>",
"download_url": "https://files.pythonhosted.org/packages/9f/91/bedbb20f8286cb4d899575a58612a4394dc28b477b838ef62dfeadb45475/csv-ical-2.1.1.tar.gz",
"platform": null,
"description": "# CSV/iCal Converter\n\n[![PyPI](https://img.shields.io/pypi/v/csv-ical)](https://pypi.org/project/csv-ical/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/csv-ical)\n![PyPI - License](https://img.shields.io/pypi/l/csv-ical)\n\n[![Build Status](https://drone.albertyw.com/api/badges/albertyw/csv-ical/status.svg)](https://drone.albertyw.com/albertyw/csv-ical)\n[![Code Climate](https://codeclimate.com/github/albertyw/csv-ical/badges/gpa.svg)](https://codeclimate.com/github/albertyw/csv-ical)\n[![Test Coverage](https://codeclimate.com/github/albertyw/csv-ical/badges/coverage.svg)](https://codeclimate.com/github/albertyw/csv-ical/coverage)\n\nA simple script to convert data in CSV format to iCal format and vice\nversa.\n\n## Installation\n\n```bash\npip install csv-ical\n```\n\n## Usage\n\nSee the example files.\n\n## Development\n\n```bash\npip install -e .[test]\nruff check .\nmypy . --strict --ignore-missing-imports\ncoverage run -m unittest\ncoverage report -m\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Convert between CSV and iCal",
"version": "2.1.1",
"project_urls": {
"Homepage": "https://github.com/albertyw/csv-ical"
},
"split_keywords": [
"csv",
"ical"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f09511d02454e2a1eda8c8e2d2a1b374229eef4d10b5a009c71d3bdafd4d8c7e",
"md5": "79f74300fb549394c1d7f5a05beb99b5",
"sha256": "69a736f2a154b7bd407d3e327b01f7c5d9e1a1a2ed6c211a7a6d5f1733bc1e68"
},
"downloads": -1,
"filename": "csv_ical-2.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "79f74300fb549394c1d7f5a05beb99b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 5134,
"upload_time": "2024-03-03T20:18:33",
"upload_time_iso_8601": "2024-03-03T20:18:33.120717Z",
"url": "https://files.pythonhosted.org/packages/f0/95/11d02454e2a1eda8c8e2d2a1b374229eef4d10b5a009c71d3bdafd4d8c7e/csv_ical-2.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f91bedbb20f8286cb4d899575a58612a4394dc28b477b838ef62dfeadb45475",
"md5": "2f0d12d6454852474d707b329ed63e6b",
"sha256": "226b56bfc06edbb1de095c8e15b497fbdf9fe4412ae67f0806780c2f8bf98692"
},
"downloads": -1,
"filename": "csv-ical-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "2f0d12d6454852474d707b329ed63e6b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 5102,
"upload_time": "2024-03-03T20:18:34",
"upload_time_iso_8601": "2024-03-03T20:18:34.088663Z",
"url": "https://files.pythonhosted.org/packages/9f/91/bedbb20f8286cb4d899575a58612a4394dc28b477b838ef62dfeadb45475/csv-ical-2.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-03 20:18:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "albertyw",
"github_project": "csv-ical",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "csv-ical"
}