etesync-dav


Nameetesync-dav JSON
Version 0.33.4 PyPI version JSON
download
home_pagehttps://github.com/etesync/etesync-dav
SummaryA CalDAV and CardDAV frontend for EteSync
upload_time2024-11-30 17:06:14
maintainerNone
docs_urlNone
authorTom Hacohen
requires_python>=3
licenseGPL-3.0-only
keywords etesync encryption sync pim caldav carddav
VCS
bugtrack_url
requirements appdirs asn1crypto blinker certifi cffi charset-normalizer click cryptography defusedxml etebase etesync flask flask-wtf furl idna itsdangerous jinja2 markupsafe msgpack orderedmultidict packaging passlib peewee pika py pyasn1 pycparser pyparsing pysocks python-dateutil pytz radicale requests six urllib3 vobject werkzeug wtforms
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================================================
etesync-dav: A CalDAV and CardDAV frontend for EteSync
======================================================

This is a CalDAV and CardDAV front-end for `EteSync <https://www.etesync.com>`_.

This package provides a local CalDAV and CardDAV server that proxies requests
to an EteSync server for use with desktop CalDAV and CardDAV clients.

This is essentially a compatibility layer between EteSync and DAV clients.

| Source code: https://github.com/etesync/etesync-dav
| README: https://github.com/etesync/etesync-dav/blob/master/README.md

Release Information
===================

## Version 0.33.4
* Downgrade Radicale version requirements to 3.2.0 (there are issues with 3.3.0).

`Full changelog <https://github.com/etesync/etesync-dav/blob/master/ChangeLog.md>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/etesync/etesync-dav",
    "name": "etesync-dav",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "etesync, encryption, sync, pim, caldav, carddav",
    "author": "Tom Hacohen",
    "author_email": "tom@stosb.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/20/fe325e65f4df1d1f161662f3cb920b948ac453db534817a6bb9972e3e5f1/etesync_dav-0.33.4.tar.gz",
    "platform": "any",
    "description": "======================================================\netesync-dav: A CalDAV and CardDAV frontend for EteSync\n======================================================\n\nThis is a CalDAV and CardDAV front-end for `EteSync <https://www.etesync.com>`_.\n\nThis package provides a local CalDAV and CardDAV server that proxies requests\nto an EteSync server for use with desktop CalDAV and CardDAV clients.\n\nThis is essentially a compatibility layer between EteSync and DAV clients.\n\n| Source code: https://github.com/etesync/etesync-dav\n| README: https://github.com/etesync/etesync-dav/blob/master/README.md\n\nRelease Information\n===================\n\n## Version 0.33.4\n* Downgrade Radicale version requirements to 3.2.0 (there are issues with 3.3.0).\n\n`Full changelog <https://github.com/etesync/etesync-dav/blob/master/ChangeLog.md>`_.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "A CalDAV and CardDAV frontend for EteSync",
    "version": "0.33.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/etesync/etesync-dav/issues",
        "Changelog": "https://github.com/etesync/etesync-dav/blob/master/ChangeLog.md",
        "Documentation": "https://github.com/etesync/etesync-dav/blob/master/README.md#installation",
        "Homepage": "https://github.com/etesync/etesync-dav",
        "Source Code": "https://github.com/etesync/etesync-dav"
    },
    "split_keywords": [
        "etesync",
        " encryption",
        " sync",
        " pim",
        " caldav",
        " carddav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe20fe325e65f4df1d1f161662f3cb920b948ac453db534817a6bb9972e3e5f1",
                "md5": "c1171154257d378294bd62ff0c7aea43",
                "sha256": "06c5c16d60e4bb1dc433ed2d73215805b8f0602878206f54a736c3550bec34d1"
            },
            "downloads": -1,
            "filename": "etesync_dav-0.33.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c1171154257d378294bd62ff0c7aea43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 55760,
            "upload_time": "2024-11-30T17:06:14",
            "upload_time_iso_8601": "2024-11-30T17:06:14.432723Z",
            "url": "https://files.pythonhosted.org/packages/fe/20/fe325e65f4df1d1f161662f3cb920b948ac453db534817a6bb9972e3e5f1/etesync_dav-0.33.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-30 17:06:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "etesync",
    "github_project": "etesync-dav",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "appdirs",
            "specs": [
                [
                    "==",
                    "1.4.4"
                ]
            ]
        },
        {
            "name": "asn1crypto",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "blinker",
            "specs": [
                [
                    "==",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.7.4"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.9"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "42.0.4"
                ]
            ]
        },
        {
            "name": "defusedxml",
            "specs": [
                [
                    "==",
                    "0.7.1"
                ]
            ]
        },
        {
            "name": "etebase",
            "specs": [
                [
                    "==",
                    "0.31.5"
                ]
            ]
        },
        {
            "name": "etesync",
            "specs": [
                [
                    "==",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "flask",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "flask-wtf",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "furl",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "itsdangerous",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.1.4"
                ]
            ]
        },
        {
            "name": "markupsafe",
            "specs": [
                [
                    "==",
                    "2.1.1"
                ]
            ]
        },
        {
            "name": "msgpack",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "orderedmultidict",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "21.3"
                ]
            ]
        },
        {
            "name": "passlib",
            "specs": [
                [
                    "==",
                    "1.7.4"
                ]
            ]
        },
        {
            "name": "peewee",
            "specs": [
                [
                    "==",
                    "3.14.8"
                ]
            ]
        },
        {
            "name": "pika",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "py",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        },
        {
            "name": "pyasn1",
            "specs": [
                [
                    "==",
                    "0.4.8"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.21"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.0.6"
                ]
            ]
        },
        {
            "name": "pysocks",
            "specs": [
                [
                    "==",
                    "1.7.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2021.3"
                ]
            ]
        },
        {
            "name": "radicale",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.19"
                ]
            ]
        },
        {
            "name": "vobject",
            "specs": [
                [
                    "==",
                    "0.9.6.1"
                ]
            ]
        },
        {
            "name": "werkzeug",
            "specs": [
                [
                    "==",
                    "3.1.3"
                ]
            ]
        },
        {
            "name": "wtforms",
            "specs": [
                [
                    "==",
                    "3.0.1"
                ]
            ]
        }
    ],
    "lcname": "etesync-dav"
}
        
Elapsed time: 1.04797s