caldav


Namecaldav JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryCalDAV (RFC4791) client library
upload_time2024-11-05 13:51:32
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
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": null,
    "name": "caldav",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Cyril Robert <cyril@hippie.io>",
    "download_url": "https://files.pythonhosted.org/packages/54/23/9b44499f5a830901a5f95cbe5e25df281849202223cef1d519ff79289af5/caldav-1.4.0.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.4.0",
    "project_urls": {
        "Homepage": "https://github.com/python-caldav/caldav"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7786c8fff55bd0ab9410cca9dbfa92e91ebcf3cc1a7266e33888364e7aaa1222",
                "md5": "bb71be7ec25cf244345aff1a54366399",
                "sha256": "e75e84824092e33a9e03ac693de3d01133a3e044fd50a1c542c7f78d1aff0cb2"
            },
            "downloads": -1,
            "filename": "caldav-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb71be7ec25cf244345aff1a54366399",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 72145,
            "upload_time": "2024-11-05T13:51:29",
            "upload_time_iso_8601": "2024-11-05T13:51:29.953205Z",
            "url": "https://files.pythonhosted.org/packages/77/86/c8fff55bd0ab9410cca9dbfa92e91ebcf3cc1a7266e33888364e7aaa1222/caldav-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54239b44499f5a830901a5f95cbe5e25df281849202223cef1d519ff79289af5",
                "md5": "f042511c0dd9ce1135b94c0cdf4fdea9",
                "sha256": "4317131127d8793f740cff2fd256f369321fa49ad750f83d6f31780f7c16c67b"
            },
            "downloads": -1,
            "filename": "caldav-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f042511c0dd9ce1135b94c0cdf4fdea9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 141012,
            "upload_time": "2024-11-05T13:51:32",
            "upload_time_iso_8601": "2024-11-05T13:51:32.698805Z",
            "url": "https://files.pythonhosted.org/packages/54/23/9b44499f5a830901a5f95cbe5e25df281849202223cef1d519ff79289af5/caldav-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 13:51:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-caldav",
    "github_project": "caldav",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "caldav"
}
        
Elapsed time: 1.81031s