blob: 9896d2bff52c7aafc68faa2af5e94d2f2f0d8f5a (
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
==================================================================
This software is under development.
Dependencies
------------
Soledad depends on the following python libraries:
* u1db 0.1.4 [1]
* python-swiftclient 1.2.0 [2]
* python-gnupg 0.3.1 [3]
* CouchDB 0.8 [4]
* hmac 20101005 [5]
[1] http://pypi.python.org/pypi/u1db/0.1.4
[2] http://pypi.python.org/pypi/python-swiftclient/1.2.0
[3] http://pypi.python.org/pypi/python-gnupg/0.3.1
[4] http://pypi.python.org/pypi/CouchDB/0.8
[5] http://pypi.python.org/pypi/hmac/20101005
Tests
-----
Soledad's tests should be run with nose2, like this:
nose2 leap.soledad.tests
CouchDB backend tests need an http CouchDB instance running on
`localhost:5984`.
|