File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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-----------------
810Installation
911-----------------
1012
1113To 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-----------------
1618Usage
@@ -63,4 +65,4 @@ Delete a site:
6365-----------------
6466Support
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]
You can’t perform that action at this time.
0 commit comments