A Python SNMP library developed in Rust with PyO3.
About
SNMP-RP is intended to be an interface between SNMP Rust libray and Python. Bringing compiled language performance and optimization to Python.
Installation
pip install snmp-rp
Examples
GET
import snmp_rp
snmp_oid = '1.3.6.1.4.1.367.3.2.1.2.1.4.0'
snmp_host = '172.16.0.53'
snmp_community = 'public'
snmp_port = '161'
sys_descr = snmp_rp.get(snmp_oid, snmp_host, snmp_port, snmp_community)
print(sys_descr)
Roadmap
Add support for GETNEXT
Add support for GETBULK
Add support for SET
License
Release files for snmp-rp 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| snmp_rp-0.3.1.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| snmp_rp-0.3.1-cp39-none-win_amd64.whl | CPython 3.9 | none | Windows x86-64 | Details |
Total release size: 126.8 kB
Release files / snmp_rp-0.3.1.tar.gz
| Download URL | snmp_rp-0.3.1.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae88c9102c71f28abfa53c0e53504db32e2aa40d6025037dd7836617ddf9c1a4
|
|
BLAKE2b-256 checksum How to use checksums |
d94b210bc71a2c9e475d69b76df328399b9696bd225f4afd71f4f06648a54c5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/0.14.10
|
Release files / snmp_rp-0.3.1-cp39-none-win_amd64.whl
| Download URL | snmp_rp-0.3.1-cp39-none-win_amd64.whl |
|---|---|
| Size | 122.2 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
48e0b6773cb201e55141e96f2e2907ab89d64fb0b9dc22162cb1ee1800c8ac1f
|
|
BLAKE2b-256 checksum How to use checksums |
16fb116c6d46bf63063bc56d860314ae6e51d533097818b579579617e131165b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/0.14.10
|