Name | PyLibreNMS JSON |
Version |
0.4.15
JSON |
| download |
home_page | |
Summary | A Python Library for LibreNMS |
upload_time | 2023-12-26 05:34:31 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
sdn
librenms
networking
wrapper
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PyLibreNMS
A Python library for the LibreNMS API.
## Installation
Requires Python>=3.8.
```
pip install pylibrenms
```
## Quick Start
Using the API
```python
from pylibrenms import Librenms
librenms_token = "YOUR_API_TOKEN"
nms = Librenms("YOUR_NMS_INSTANCE", librenms_token)
print(nms.get_all_ports())
```
## Documentation
Coming soon!
Raw data
{
"_id": null,
"home_page": "",
"name": "PyLibreNMS",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "SDN,librenms,networking,wrapper",
"author": "",
"author_email": "Diego Troy Lopez <diego.lopez@nyu.edu>",
"download_url": "https://files.pythonhosted.org/packages/80/87/0af0e3eced1741e0b0de4456566c739d97b376cd466fa511bd0ed9dafd1d/pylibrenms-0.4.15.tar.gz",
"platform": null,
"description": "# PyLibreNMS\n\nA Python library for the LibreNMS API. \n\n## Installation\n\nRequires Python>=3.8.\n\n```\npip install pylibrenms\n```\n\n\n## Quick Start\n\nUsing the API\n\n```python\nfrom pylibrenms import Librenms\n\nlibrenms_token = \"YOUR_API_TOKEN\"\nnms = Librenms(\"YOUR_NMS_INSTANCE\", librenms_token)\nprint(nms.get_all_ports())\n```\n\n## Documentation\n\nComing soon!",
"bugtrack_url": null,
"license": "",
"summary": "A Python Library for LibreNMS",
"version": "0.4.15",
"project_urls": {
"Homepage": "https://github.com/diego-lopez8/pylibrenms",
"Issues": "https://github.com/diego-lopez8/pylibrenms/issues"
},
"split_keywords": [
"sdn",
"librenms",
"networking",
"wrapper"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1b83198f81fea07e5b3186f8a24ff998c8929b88e4619099b0842acc144d6576",
"md5": "cf55cc330016fe242b246820ddfc8d13",
"sha256": "38d66ccdb2212bfdcf3461f06a76a76408434b9ed71a1875a2782fbb02c8bb4a"
},
"downloads": -1,
"filename": "pylibrenms-0.4.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cf55cc330016fe242b246820ddfc8d13",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 17628,
"upload_time": "2023-12-26T05:34:30",
"upload_time_iso_8601": "2023-12-26T05:34:30.289434Z",
"url": "https://files.pythonhosted.org/packages/1b/83/198f81fea07e5b3186f8a24ff998c8929b88e4619099b0842acc144d6576/pylibrenms-0.4.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "80870af0e3eced1741e0b0de4456566c739d97b376cd466fa511bd0ed9dafd1d",
"md5": "e221f585b0255a6d0f62f85bfeadff87",
"sha256": "737843e513243f56c4f2e18e9195bb41a474ad8ab06c46982af4b721def2a7bc"
},
"downloads": -1,
"filename": "pylibrenms-0.4.15.tar.gz",
"has_sig": false,
"md5_digest": "e221f585b0255a6d0f62f85bfeadff87",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 17831,
"upload_time": "2023-12-26T05:34:31",
"upload_time_iso_8601": "2023-12-26T05:34:31.973544Z",
"url": "https://files.pythonhosted.org/packages/80/87/0af0e3eced1741e0b0de4456566c739d97b376cd466fa511bd0ed9dafd1d/pylibrenms-0.4.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-26 05:34:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "diego-lopez8",
"github_project": "pylibrenms",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pylibrenms"
}