summaryrefslogtreecommitdiff
path: root/README.rst
blob: ccf8d5da071d7a4f2e90e8779b88bff899a24683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Soledad 
==================================================================
*Synchronization Of Locally Encrypted Data Among Devices*

.. image:: https://pypip.in/v/leap.soledad/badge.png
        :target: https://crate.io/packages/leap.soledad

This software is under development.

Library dependencies
--------------------
* ``libsqlite3-dev``

Tests
-----

Client and server tests are both included in leap.soledad. Because
soledad_server depends on soledad and soledad tests depend on soledad_server,
if you want to run tests in development mode you must first install soledad,
then soledad_server, and then run the tests.

Therefore, tests must be run with::

  cd soledad
  python setup.py develop
  cd ../soledad_server
  python setup.py develop
  cd ../soledad
  python setup.py test

Note that to run CouchDB tests, be sure you have ``CouchDB`` installed on your
system.