Skip to content

Commit 7671e66

Browse files
authored
Update README.rst
sync index.rst with the readme
1 parent 4c18c61 commit 7671e66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
============================
2-
Python Netbox
2+
Python Netbox Client
33
============================
44

5-
5+
python-netbox is a client for the Netbox (https://github.com/digitalocean/netbox) API.
6+
It's based on the APIv2 which is released since version 2.0.0. For now only the get/create/delete methods
7+
are implemented. The possibility to modify items will be implementend soon.
68

79
-----------------
810
Installation
911
-----------------
1012

1113
To get the latest version from Github:
1214

13-
$ pip install -e git+git://github.com/jagter/python-netbox.git#egg=python-netbox
15+
$ pip install -e git+https://github.com/jagter/python-netbox.git#egg=python-netbox
1416

1517
-----------------
1618
Usage
@@ -63,4 +65,4 @@ Delete a site:
6365
-----------------
6466
Support
6567
-----------------
66-
If you have questions or comments please send an email to [email protected]
68+
If you have questions or comments please send an email to [email protected]

0 commit comments

Comments
 (0)