SNMP framework for Python
This project aims at developing an SNMP v1/v2c/v3 engine written in the Python
programming language:
* Complete SNMPv1/v2c and SNMPv3 engine support
* Can act Manager and/or Agent role
* Manager and Agent side MIB support
* Asynchronous operations support
* Pure-Python implementation
* py2exe and .egg friendly
* Twisted binding
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-pysnmp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pysnmp-5.0.28.tar.gz | 0000458256 448 KB | |
python-pysnmp.changes | 0000069854 68.2 KB | |
python-pysnmp.spec | 0000002731 2.67 KB | |
support-new-pyasn1.patch | 0000001551 1.51 KB |
Revision 17 (latest revision is 21)
Yuchen Lin (maxlin_factory)
accepted
request 1101627
from
Steve Kowalik (StevenK)
(revision 17)
- Switch to lextudio releases, and upgrade to 5.0.28: * Fixed SNMP engine ID generation on Windows. * SNMPv3 crypto operations that require external dependencies made dependent on the optional external package -- pysnmpcrypto. * Added Slim class and simplified some examples. * Fixed a #SNMP demo compatibility issue. * Fixed passwordToKeySHA. * Enabled Python 3.11 support. * Switched to pyasn1/pyasn1 package. * Removed legacy paddings in v3 packets. * Changed web site to pysnmp.com. * Inherited all changes made by Splunk team. - Switch to pyproject macros. - Add patch support-new-pyasn1.patch: * Support pyasn1 0.5.0.
Comments 0