Metadata-Version: 2.1
Name: etesync
Version: 0.5.5
Summary: Python client library for EteSync
Home-page: https://github.com/etesync/pyetesync
Author: EteSync
Author-email: development@etesync.com
License: LGPL
Keywords: etesync,encryption,sync,pim
Platform: UNKNOWN
Requires-Dist: appdirs (>=1.4)
Requires-Dist: asn1crypto (>=0.22)
Requires-Dist: cffi (>=1.10)
Requires-Dist: coverage (>=4.3)
Requires-Dist: cryptography (>=1.9)
Requires-Dist: furl (>=0.5)
Requires-Dist: idna (>=2.5)
Requires-Dist: orderedmultidict (>=0.7)
Requires-Dist: packaging (>=16.8)
Requires-Dist: peewee (>=3.7.0)
Requires-Dist: py (>=1.4)
Requires-Dist: pyasn1 (>=0.2)
Requires-Dist: pycparser (>=2.17)
Requires-Dist: pyparsing (>=2.2)
Requires-Dist: pyscrypt (>=1.6)
Requires-Dist: python-dateutil (>=2.6)
Requires-Dist: requests (>=2.13)
Requires-Dist: six (>=1.10)
Requires-Dist: vobject (>=0.9)

This module provides a python API to interact with an EteSync server. It
currently implements AddressBook and Calendar access, and supports
two-way sync (both push and pull) to the server. It doesn't currently
implement pushing raw journal entries which are needed for people
implementing new EteSync journal types which will be implemented soon.

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


