File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -3,32 +3,25 @@ py-arango
3
3
4
4
[ ![ Build
5
5
Status] ( https://travis-ci.org/Joowani/py-arango.svg?branch=master )] ( https://travis-ci.org/Joowani/py-arango )
6
- [ ![ Documentation
7
- Status] ( https://readthedocs.org/projects/py-arango/badge/?version=latest )] ( https://readthedocs.org/projects/py-arango/?badge=latest )
8
6
9
- Driver for ArangoDB REST API
7
+ Python Driver for ArangoDB REST API
10
8
11
9
Overview
12
10
--------
13
11
14
- py-arango is a Python ( 2.7, 3.4) driver for ArangoDB
12
+ py-arango is a Python 2.7 & 3.4 driver for ArangoDB
15
13
(< https://www.arangodb.com/ > )
16
14
17
- Documentation
18
- -------------
19
-
20
- < http://py-arango.readthedocs.org/en/latest/ >
21
-
22
15
Installation
23
16
------------
24
17
25
- - Stable
18
+ - Stable (ArangoDB Version 2.5)
26
19
27
20
``` bash
28
21
sudo pip install py-arango
29
22
```
30
23
31
- - Latest
24
+ - Latest (ArangoDB Version 2.5)
32
25
33
26
``` bash
34
27
git clone https://github.com/Joowani/py-arango.git
You can’t perform that action at this time.
0 commit comments