Metadata-Version: 2.0
Name: leap.soledad.server
Version: 0.5.0
Summary: Synchronization of locally encrypted data among devices (server components)
Home-page: https://leap.se/
Author: Kali Kaneko
Author-email: kali@leap.se
License: GPLv3+
Download-URL: https://github.com/leapcode/soledad/archive/0.5.0.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: configparser
Requires-Dist: couchdb
Requires-Dist: simplejson
Requires-Dist: u1db
Requires-Dist: routes
Requires-Dist: PyOpenSSL
Requires-Dist: twisted (>=12.0.0)
Requires-Dist: leap.soledad.common (>=0.3.0)
Requires-Dist: oauth

Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP project, an API for data storage and sync.


