Skip to content

Commit f32ed2f

Browse files
authored
adds info about netbox-python (#565)
1 parent 436b3e7 commit f32ed2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ nb = pynetbox.api(
5757
threading=True,
5858
)
5959
```
60+
61+
## Alternative Library
62+
63+
> **Note:** For those interested in a different approach, there is an alternative Python API client library available for NetBox called [netbox-python](https://github.com/netbox-community/netbox-python). This library provides a thin Python wrapper over the NetBox API.
64+
65+
[netbox-python](https://github.com/netbox-community/netbox-python) offers a minimalistic interface to interact with NetBox's API. While it may not provide all the features available in pynetbox, it offers a lightweight and straightforward option for interfacing with NetBox.
66+
67+
To explore further details and access the documentation, please visit the [netbox-python](https://github.com/netbox-community/netbox-python).

0 commit comments

Comments
 (0)