icalevents


Nameicalevents JSON
Version 0.1.29 PyPI version JSON
download
home_pageNone
SummarySimple Python 3 library to download, parse and query iCal sources.
upload_time2024-09-09 14:09:32
maintainerNone
docs_urlNone
authorMartin Eigenmann
requires_python<4.0,>=3.9
licenseMIT Licence
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iCalEvents

Simple Python 3 library to download, parse and query iCal sources.

[![PyPI version](https://badge.fury.io/py/icalevents.svg)](https://badge.fury.io/py/icalevents)[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)

## Build info

last push: ![run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg)

master: [![Run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg?branch=master)](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml)

## Documentation

https://icalevents.readthedocs.io/en/latest/

## Usage

### iCloud:

```python

from icalevents.icalevents import events

es  = events(<iCloud URL>, fix_apple=True)
```

### Google:

```python

from icalevents.icalevents import events

es  = events(<Google Calendar URL>)
```

# Contributing

You will need [poetry](https://github.com/python-poetry/poetry) and [pre-commit](https://pre-commit.com/index.html) installed and than run.

```bash
pre-commit install
```

Happy contributing!


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "icalevents",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Martin Eigenmann",
    "author_email": "github@eigenmannmartin.ch",
    "download_url": "https://files.pythonhosted.org/packages/fd/90/2804bc08a36f9aaf50e80df45fce04b17abaa7860ee3cf9f88f927ee9d83/icalevents-0.1.29.tar.gz",
    "platform": null,
    "description": "# iCalEvents\n\nSimple Python 3 library to download, parse and query iCal sources.\n\n[![PyPI version](https://badge.fury.io/py/icalevents.svg)](https://badge.fury.io/py/icalevents)[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)\n\n## Build info\n\nlast push: ![run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg)\n\nmaster: [![Run pytest](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml/badge.svg?branch=master)](https://github.com/jazzband/icalevents/actions/workflows/python-test.yml)\n\n## Documentation\n\nhttps://icalevents.readthedocs.io/en/latest/\n\n## Usage\n\n### iCloud:\n\n```python\n\nfrom icalevents.icalevents import events\n\nes  = events(<iCloud URL>, fix_apple=True)\n```\n\n### Google:\n\n```python\n\nfrom icalevents.icalevents import events\n\nes  = events(<Google Calendar URL>)\n```\n\n# Contributing\n\nYou will need [poetry](https://github.com/python-poetry/poetry) and [pre-commit](https://pre-commit.com/index.html) installed and than run.\n\n```bash\npre-commit install\n```\n\nHappy contributing!\n\n",
    "bugtrack_url": null,
    "license": "MIT Licence",
    "summary": "Simple Python 3 library to download, parse and query iCal sources.",
    "version": "0.1.29",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e98b81a0cc0bf0785586b76f5c8c15c72e4f410b0beadbd8f8bc26b05a957a28",
                "md5": "ef5fdcdd580811c08782399eb181ffcc",
                "sha256": "96e254d4181b3b595d9d3ea4c0a161887cc58e79c7d0ca132235b493ffb34df1"
            },
            "downloads": -1,
            "filename": "icalevents-0.1.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef5fdcdd580811c08782399eb181ffcc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 10102,
            "upload_time": "2024-09-09T14:09:19",
            "upload_time_iso_8601": "2024-09-09T14:09:19.873084Z",
            "url": "https://files.pythonhosted.org/packages/e9/8b/81a0cc0bf0785586b76f5c8c15c72e4f410b0beadbd8f8bc26b05a957a28/icalevents-0.1.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd902804bc08a36f9aaf50e80df45fce04b17abaa7860ee3cf9f88f927ee9d83",
                "md5": "9a15da54ce758048506161b8aa0c06cc",
                "sha256": "af95e37d5fd1508bb90b1c8cc7557332736e4ad7ff8f3e816b3b1498f6bd5e69"
            },
            "downloads": -1,
            "filename": "icalevents-0.1.29.tar.gz",
            "has_sig": false,
            "md5_digest": "9a15da54ce758048506161b8aa0c06cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 9232,
            "upload_time": "2024-09-09T14:09:32",
            "upload_time_iso_8601": "2024-09-09T14:09:32.926085Z",
            "url": "https://files.pythonhosted.org/packages/fd/90/2804bc08a36f9aaf50e80df45fce04b17abaa7860ee3cf9f88f927ee9d83/icalevents-0.1.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 14:09:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icalevents"
}
        
Elapsed time: 0.35224s