Metadata-Version: 2.0
Name: leap.soledad.client
Version: 0.5.0
Summary: Synchronization of locally encrypted data among devices (client 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: pysqlcipher
Requires-Dist: simplejson
Requires-Dist: u1db
Requires-Dist: scrypt
Requires-Dist: pycryptopp
Requires-Dist: leap.soledad.common (>=0.3.0)
Requires-Dist: oauth
Requires-Dist: pysqlite
Requires-Dist: cchardet
Provides-Extra: signaling
Requires-Dist: leap.common (>=0.3.0); extra == 'signaling'

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.


