diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:52:06 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:52:06 -0300 |
commit | 86578e5e48fb394297da33f5f93ca07aed9e1af3 (patch) | |
tree | 70ffb63227d8b93224339267589a08297f3d58fb /README.rst | |
parent | 21f58ccc9a29ee82faf0924ea03f39b3c91e43ee (diff) | |
parent | 6a72835b3fa7267ffcf30ae0e5b5fa948e296390 (diff) |
Merge branch 'release-0.3.2'
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -2,11 +2,28 @@ Soledad ================================================================== *Synchronization Of Locally Encrypted Data Among Devices* -.. image:: https://pypip.in/v/leap.soledad/badge.png - :target: https://crate.io/packages/leap.soledad +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. This software is under development. +There are currently three python packages maintained under this +repository: + +**leap.soledad.common** common pieces. +.. image:: https://pypip.in/v/leap.soledad.common/badge.png + :target: https://crate.io/packages/leap.soledad.common + +**leap.soledad.client** where the soledad client lives. +.. image:: https://pypip.in/v/leap.soledad.client/badge.png + :target: https://crate.io/packages/leap.soledad.client + +**leap.soledad.server** oh surprise! bits needed for the soledad server. +.. image:: https://pypip.in/v/leap.soledad.server/badge.png + :target: https://crate.io/packages/leap.soledad.server + + Library dependencies -------------------- * ``libsqlite3-dev`` |