vobject


Namevobject JSON
Version 0.9.7 PyPI version JSON
download
home_pagehttp://py-vobject.github.io/vobject/
SummaryA full-featured Python package for parsing and creating iCalendar and vCard files
upload_time2024-03-25 20:51:59
maintainerDavid Arnold
docs_urlNone
authorJeffrey Harris
requires_pythonNone
licenseApache
keywords vobject icalendar vcard ics vcs hcalendar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Description
-----------

Parses iCalendar and vCard files into Python data structures, decoding the
relevant encodings. Also serializes vobject data structures to iCalendar, vCard,
or (experimentally) hCalendar unicode strings.

Requirements
------------

Requires python 2.7 or later, dateutil 2.4.0 or later.

Recent changes
--------------
    - Revert too-strict serialization of timestamp values - broke too many other
       implementations

For older changes, see
   - http://py-vobject.github.io/vobject/#release-history or
   - http://vobject.skyhouseconsulting.com/history.html


            

Raw data

            {
    "_id": null,
    "home_page": "http://py-vobject.github.io/vobject/",
    "name": "vobject",
    "maintainer": "David Arnold",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "davida@pobox.com",
    "keywords": "vobject, icalendar, vcard, ics, vcs, hcalendar",
    "author": "Jeffrey Harris",
    "author_email": "jeffrey@osafoundation.org",
    "download_url": "https://files.pythonhosted.org/packages/bf/61/cd63d29d987e5dd8c971571e68c32e4fc365b17155556808c6d99e0fd0c7/vobject-0.9.7.tar.gz",
    "platform": "any",
    "description": "Description\n-----------\n\nParses iCalendar and vCard files into Python data structures, decoding the\nrelevant encodings. Also serializes vobject data structures to iCalendar, vCard,\nor (experimentally) hCalendar unicode strings.\n\nRequirements\n------------\n\nRequires python 2.7 or later, dateutil 2.4.0 or later.\n\nRecent changes\n--------------\n    - Revert too-strict serialization of timestamp values - broke too many other\n       implementations\n\nFor older changes, see\n   - http://py-vobject.github.io/vobject/#release-history or\n   - http://vobject.skyhouseconsulting.com/history.html\n\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "A full-featured Python package for parsing and creating iCalendar and vCard files",
    "version": "0.9.7",
    "project_urls": {
        "Download": "https://github.com/py-vobject/vobject/tarball/0.9.7",
        "Homepage": "http://py-vobject.github.io/vobject/"
    },
    "split_keywords": [
        "vobject",
        " icalendar",
        " vcard",
        " ics",
        " vcs",
        " hcalendar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2f2ea094c009f962bd2fda9851bd54cd32b20721c9228842df2eefc1122aa40",
                "md5": "2277287acd1fb445f492e2eabd6ea977",
                "sha256": "67ebec81ee39fc60b7355ce077f850d5f13d99d08b110fa1abcfdbb516205e20"
            },
            "downloads": -1,
            "filename": "vobject-0.9.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2277287acd1fb445f492e2eabd6ea977",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 47398,
            "upload_time": "2024-03-25T20:51:50",
            "upload_time_iso_8601": "2024-03-25T20:51:50.588753Z",
            "url": "https://files.pythonhosted.org/packages/a2/f2/ea094c009f962bd2fda9851bd54cd32b20721c9228842df2eefc1122aa40/vobject-0.9.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf61cd63d29d987e5dd8c971571e68c32e4fc365b17155556808c6d99e0fd0c7",
                "md5": "f969779789752128b28350d3ecf246de",
                "sha256": "ab727bf81de88984ada5c11f066f1e1649903d3e3d7ec91f1ce968172afd5256"
            },
            "downloads": -1,
            "filename": "vobject-0.9.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f969779789752128b28350d3ecf246de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58657,
            "upload_time": "2024-03-25T20:51:59",
            "upload_time_iso_8601": "2024-03-25T20:51:59.908582Z",
            "url": "https://files.pythonhosted.org/packages/bf/61/cd63d29d987e5dd8c971571e68c32e4fc365b17155556808c6d99e0fd0c7/vobject-0.9.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 20:51:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "py-vobject",
    "github_project": "vobject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "vobject"
}
        
Elapsed time: 0.36997s