caldav


Namecaldav JSON
Version 1.3.8 PyPI version JSON
download
home_pagehttps://github.com/python-caldav/caldav
SummaryCalDAV (RFC4791) client library
upload_time2023-12-10 16:30:08
maintainer
docs_urlNone
authorCyril Robert
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # caldav

This project is a CalDAV ([RFC4791](http://www.ietf.org/rfc/rfc4791.txt)) client library for Python.

Features:

 * create, modify calendar
 * create, update and delete event
 * search events by dates
 * etc.

See the file [examples/basic_usage_examples.py](examples/basic_usage_examples.py) to get started.

Links:

 * [Pypi](https://pypi.org/project/caldav)
 * [Documentation](docs/source/index.rst) - should be automatically mirrored on https://caldav.readthedocs.io/en/latest/

Licences:

Caldav is dual-licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](COPYING.GPL) and the [Apache License 2.0](COPYING.APACHE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-caldav/caldav",
    "name": "caldav",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cyril Robert",
    "author_email": "cyril@hippie.io",
    "download_url": "https://files.pythonhosted.org/packages/83/77/40ae0449d17b18bf3b46f02ae5fbb1a76cf722386435eacc98b773a86a3a/caldav-1.3.8.tar.gz",
    "platform": null,
    "description": "# caldav\n\nThis project is a CalDAV ([RFC4791](http://www.ietf.org/rfc/rfc4791.txt)) client library for Python.\n\nFeatures:\n\n * create, modify calendar\n * create, update and delete event\n * search events by dates\n * etc.\n\nSee the file [examples/basic_usage_examples.py](examples/basic_usage_examples.py) to get started.\n\nLinks:\n\n * [Pypi](https://pypi.org/project/caldav)\n * [Documentation](docs/source/index.rst) - should be automatically mirrored on https://caldav.readthedocs.io/en/latest/\n\nLicences:\n\nCaldav is dual-licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](COPYING.GPL) and the [Apache License 2.0](COPYING.APACHE).\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "CalDAV (RFC4791) client library",
    "version": "1.3.8",
    "project_urls": {
        "Homepage": "https://github.com/python-caldav/caldav"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d6bd17c5aae8338f4f49de4e707fe978515c757a3ce48ff7787cd4945e14fab",
                "md5": "917933e863044d3e72a9b2c4a79c9892",
                "sha256": "93b6b1dcf4996513edd371dca09cc7ca95068de44be4d9777c06ec1657b2baaf"
            },
            "downloads": -1,
            "filename": "caldav-1.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "917933e863044d3e72a9b2c4a79c9892",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 92991,
            "upload_time": "2023-12-10T16:30:04",
            "upload_time_iso_8601": "2023-12-10T16:30:04.910879Z",
            "url": "https://files.pythonhosted.org/packages/8d/6b/d17c5aae8338f4f49de4e707fe978515c757a3ce48ff7787cd4945e14fab/caldav-1.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "837740ae0449d17b18bf3b46f02ae5fbb1a76cf722386435eacc98b773a86a3a",
                "md5": "1fa9abf61b628353266497160c0a5ad2",
                "sha256": "681c37f73112d7f3ea5ebd19b4b56c7502b8f9d4a15e2b702247e3c1cb013a77"
            },
            "downloads": -1,
            "filename": "caldav-1.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa9abf61b628353266497160c0a5ad2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 855227,
            "upload_time": "2023-12-10T16:30:08",
            "upload_time_iso_8601": "2023-12-10T16:30:08.039828Z",
            "url": "https://files.pythonhosted.org/packages/83/77/40ae0449d17b18bf3b46f02ae5fbb1a76cf722386435eacc98b773a86a3a/caldav-1.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 16:30:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-caldav",
    "github_project": "caldav",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "caldav"
}
        
Elapsed time: 0.18208s