| Name | pysnmp JSON |
| Version |
7.1.22
JSON |
| download |
| home_page | None |
| Summary | A Python library for SNMP |
| upload_time | 2025-10-26 22:09:56 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
SNMP Library for Python
=======================
[](https://github.com/sponsors/lextudio)
[](https://pypi.python.org/pypi/pysnmp)
[](https://pypi.python.org/pypi/pysnmp/)
[](https://pypi.python.org/pypi/pysnmp/)
[](https://raw.githubusercontent.com/lextudio/pysnmp/master/LICENSE.rst)
This is a pure-Python, open source and free implementation of v1/v2c/v3
SNMP engine distributed under 2-clause
[BSD license](https://www.pysnmp.com/pysnmp/license.html).
Features
--------
* Complete SNMPv1/v2c and SNMPv3 support based on IETF RFC standards.
* SMI framework for resolving MIB information and implementing SMI
Managed Objects
* Complete SNMP entity implementation
* USM Extended Security Options support (3DES, 192/256-bit AES encryption)
based on draft standards and vendor implementations.
* Extensible network transports framework (UDP/IPv4, UDP/IPv6)
* Asynchronous socket-based IO API support
via [asyncio](https://docs.python.org/3/library/asyncio.html) integration
* [PySMI](https://www.pysnmp.com/pysmi/) integration for dynamic MIB
compilation
* Built-in instrumentation exposing protocol engine operations
* Python eggs and py2exe friendly
* 100% Python, works with Python 3.10+ (tested on 3.10–3.14)
* MT-safe (if SnmpEngine is thread-local)
Features, specific to SNMPv3 model include:
* USM authentication (MD5/SHA-1/SHA-2) and privacy (DES/AES) protocols
(RFC3414, RFC7860)
* View-based access control to use with any SNMP model (RFC3415)
* Built-in SNMP proxy PDU converter for building multi-lingual
SNMP entities (RFC2576)
* Remote SNMP engine configuration
* Optional SNMP engine discovery
* Shipped with standard SNMP applications (RFC3413)
Download & Install
------------------
The PySNMP package is freely available for download from
[PyPI](https://pypi.python.org/pypi/pysnmp) and
[GitHub](https://github.com/lextudio/pysnmp.git).
Just run:
```bash
pip install pysnmp
```
To download and install PySNMP along with its dependencies:
* `pyasn1` package from [PyASN1](https://pyasn1.readthedocs.io)
* If `pysmi` package from [PySMI](https://www.pysnmp.com/pysmi/) presents,
MIB services are enabled.
* If `cryptography` package (43.0.x and above) presents, strong SNMPv3 encryption is enabled.
Make sure you check out other sibling projects of PySNMP from
[the home page](https://www.pysnmp.com/).
Documentation
-------------
PySNMP documentation is hosted at the [docs site](https://www.pysnmp.com/pysnmp/).
* Copyright (c) 1999-2020, [Ilya Etingof](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html)
* Copyright (c) 2022-2025, [LeXtudio Inc.](mailto:support@lextudio.com)
* Copyright (c) 1999-2025, [Other PySNMP contributors](https://github.com/lextudio/pysnmp/THANKS.txt)
All rights reserved.
Raw data
{
"_id": null,
"home_page": null,
"name": "pysnmp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Ilya Etingof <etingof@gmail.com>, \"LeXtudio Inc.\" <support@lextudio.com>",
"download_url": "https://files.pythonhosted.org/packages/c5/f7/63a4833b675f3f85296d85f2fddaed93d76799f29a813a2d5ca2bbe7fc50/pysnmp-7.1.22.tar.gz",
"platform": null,
"description": "\nSNMP Library for Python\n=======================\n\n[](https://github.com/sponsors/lextudio)\n[](https://pypi.python.org/pypi/pysnmp)\n[](https://pypi.python.org/pypi/pysnmp/)\n[](https://pypi.python.org/pypi/pysnmp/)\n[](https://raw.githubusercontent.com/lextudio/pysnmp/master/LICENSE.rst)\n\nThis is a pure-Python, open source and free implementation of v1/v2c/v3\nSNMP engine distributed under 2-clause\n[BSD license](https://www.pysnmp.com/pysnmp/license.html).\n\nFeatures\n--------\n\n* Complete SNMPv1/v2c and SNMPv3 support based on IETF RFC standards.\n* SMI framework for resolving MIB information and implementing SMI\n Managed Objects\n* Complete SNMP entity implementation\n* USM Extended Security Options support (3DES, 192/256-bit AES encryption)\n based on draft standards and vendor implementations.\n* Extensible network transports framework (UDP/IPv4, UDP/IPv6)\n* Asynchronous socket-based IO API support\n via [asyncio](https://docs.python.org/3/library/asyncio.html) integration\n* [PySMI](https://www.pysnmp.com/pysmi/) integration for dynamic MIB\n compilation\n* Built-in instrumentation exposing protocol engine operations\n* Python eggs and py2exe friendly\n* 100% Python, works with Python 3.10+ (tested on 3.10\u20133.14)\n* MT-safe (if SnmpEngine is thread-local)\n\nFeatures, specific to SNMPv3 model include:\n\n* USM authentication (MD5/SHA-1/SHA-2) and privacy (DES/AES) protocols\n (RFC3414, RFC7860)\n* View-based access control to use with any SNMP model (RFC3415)\n* Built-in SNMP proxy PDU converter for building multi-lingual\n SNMP entities (RFC2576)\n* Remote SNMP engine configuration\n* Optional SNMP engine discovery\n* Shipped with standard SNMP applications (RFC3413)\n\nDownload & Install\n------------------\n\nThe PySNMP package is freely available for download from\n[PyPI](https://pypi.python.org/pypi/pysnmp) and\n[GitHub](https://github.com/lextudio/pysnmp.git).\n\nJust run:\n\n```bash\npip install pysnmp\n```\n\nTo download and install PySNMP along with its dependencies:\n\n* `pyasn1` package from [PyASN1](https://pyasn1.readthedocs.io)\n* If `pysmi` package from [PySMI](https://www.pysnmp.com/pysmi/) presents,\n MIB services are enabled.\n* If `cryptography` package (43.0.x and above) presents, strong SNMPv3 encryption is enabled.\n\nMake sure you check out other sibling projects of PySNMP from\n[the home page](https://www.pysnmp.com/).\n\nDocumentation\n-------------\n\nPySNMP documentation is hosted at the [docs site](https://www.pysnmp.com/pysnmp/).\n\n* Copyright (c) 1999-2020, [Ilya Etingof](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html)\n* Copyright (c) 2022-2025, [LeXtudio Inc.](mailto:support@lextudio.com)\n* Copyright (c) 1999-2025, [Other PySNMP contributors](https://github.com/lextudio/pysnmp/THANKS.txt)\n\nAll rights reserved.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python library for SNMP",
"version": "7.1.22",
"project_urls": {
"Homepage": "https://pysnmp.com",
"Repository": "https://github.com/lextudio/pysnmp"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "25da9b6bc9517f6a69d03b70f43c4cfd1cca6289fdccabcf648204f2b0c6bc9b",
"md5": "dd45edd931b6a942031012f8d89d3435",
"sha256": "57e704a6ba2bbf571d16cd5dc08b89bb3fa0ebeb5f4f26b87fececad3b3de7a6"
},
"downloads": -1,
"filename": "pysnmp-7.1.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd45edd931b6a942031012f8d89d3435",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 343380,
"upload_time": "2025-10-26T22:09:54",
"upload_time_iso_8601": "2025-10-26T22:09:54.816176Z",
"url": "https://files.pythonhosted.org/packages/25/da/9b6bc9517f6a69d03b70f43c4cfd1cca6289fdccabcf648204f2b0c6bc9b/pysnmp-7.1.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5f763a4833b675f3f85296d85f2fddaed93d76799f29a813a2d5ca2bbe7fc50",
"md5": "33203585898e346a35bd49c2344deb5b",
"sha256": "37ac595c7f0c1c00514505939b4dcf5b4fd5a9ffe51b0349f60bb640c11b0f77"
},
"downloads": -1,
"filename": "pysnmp-7.1.22.tar.gz",
"has_sig": false,
"md5_digest": "33203585898e346a35bd49c2344deb5b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 259230,
"upload_time": "2025-10-26T22:09:56",
"upload_time_iso_8601": "2025-10-26T22:09:56.413346Z",
"url": "https://files.pythonhosted.org/packages/c5/f7/63a4833b675f3f85296d85f2fddaed93d76799f29a813a2d5ca2bbe7fc50/pysnmp-7.1.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 22:09:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lextudio",
"github_project": "pysnmp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pysnmp"
}