PyLibreNMS
A Python library for the LibreNMS API.
Installation
Requires Python>=3.8.
pip install pylibrenms
Quick Start
Using the API
from pylibrenms import Librenms
librenms_token = "YOUR_API_TOKEN"
nms = Librenms("YOUR_NMS_INSTANCE", librenms_token)
print(nms.get_all_ports())
Documentation
Coming soon!
Release files for PyLibreNMS 0.4.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylibrenms-0.4.15.tar.gz | 17.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylibrenms-0.4.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.5 kB
Release files / pylibrenms-0.4.15.tar.gz
| Download URL | pylibrenms-0.4.15.tar.gz |
|---|---|
| Size | 17.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
737843e513243f56c4f2e18e9195bb41a474ad8ab06c46982af4b721def2a7bc
|
|
BLAKE2b-256 checksum How to use checksums |
80870af0e3eced1741e0b0de4456566c739d97b376cd466fa511bd0ed9dafd1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|
Release files / pylibrenms-0.4.15-py3-none-any.whl
| Download URL | pylibrenms-0.4.15-py3-none-any.whl |
|---|---|
| Size | 17.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
38d66ccdb2212bfdcf3461f06a76a76408434b9ed71a1875a2782fbb02c8bb4a
|
|
BLAKE2b-256 checksum How to use checksums |
1b83198f81fea07e5b3186f8a24ff998c8929b88e4619099b0842acc144d6576
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|