csv-ical


Namecsv-ical JSON
Version 2.1.2 PyPI version JSON
download
home_pageNone
SummaryConvert between CSV and iCal
upload_time2024-12-09 08:23:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.5
licenseMIT
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": null,
    "name": "csv-ical",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "csv, ical",
    "author": null,
    "author_email": "Albert Wang <git@albertyw.com>",
    "download_url": "https://files.pythonhosted.org/packages/e1/97/f21e2a216e40c6d4e83f207d3f884261674ac15a7e7e48475f08a7646639/csv_ical-2.1.2.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.2",
    "project_urls": {
        "Homepage": "https://github.com/albertyw/csv-ical"
    },
    "split_keywords": [
        "csv",
        " ical"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4151b07dc5d1efe9e9e0a6375326767b537e4c814ef24fa913972130110acc50",
                "md5": "ab0e9eca37b7518fbc33e77a8b5e3f90",
                "sha256": "489e6f437462f474ac6387ba195fbe10f0c698237efce539dcc6d2ebdd9de5f6"
            },
            "downloads": -1,
            "filename": "csv_ical-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab0e9eca37b7518fbc33e77a8b5e3f90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 5107,
            "upload_time": "2024-12-09T08:23:36",
            "upload_time_iso_8601": "2024-12-09T08:23:36.736801Z",
            "url": "https://files.pythonhosted.org/packages/41/51/b07dc5d1efe9e9e0a6375326767b537e4c814ef24fa913972130110acc50/csv_ical-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e197f21e2a216e40c6d4e83f207d3f884261674ac15a7e7e48475f08a7646639",
                "md5": "b5ce27ec32fa498df5006e519fca7985",
                "sha256": "d496270eb416669523db3e09a1eee7c06b044e533cc78e234ee7fe92de4afcc8"
            },
            "downloads": -1,
            "filename": "csv_ical-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b5ce27ec32fa498df5006e519fca7985",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 5127,
            "upload_time": "2024-12-09T08:23:38",
            "upload_time_iso_8601": "2024-12-09T08:23:38.250554Z",
            "url": "https://files.pythonhosted.org/packages/e1/97/f21e2a216e40c6d4e83f207d3f884261674ac15a7e7e48475f08a7646639/csv_ical-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 08:23:38",
    "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"
}
        
Elapsed time: 0.43296s