blob: c03b766b77884e1cfac0e1855551f5bd1b84c858 (
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
|
Soledad -- Synchronization Of Locally Encrypted Data Among Devices
==================================================================
This software is under development.
Dependencies
------------
The following Soledad dependencies have not been packaged in pypi yet, and so
are downloaded directly from their repositories (see `setup.py`):
* pysqlcipher: pysqlite fork that binds to SQLCipher libraries.
Repository: git://git.futeisha.org/pysqlcipher.git@develop
* leap.common: Leap's common code (provides config, events, testing, etc).
Repository: ssh://code.leap.se/leap_pycommon.git@develop
Tests
-----
To run CouchDB tests, be sure you have CouchDB installed on your system.
Tests can be run with:
python setup.py test
|