Name | pysnmp JSON |
Version |
7.1.13
JSON |
| download |
home_page | https://pysnmp.com |
Summary | A Python library for SNMP |
upload_time | 2024-11-08 01:23:35 |
maintainer | None |
docs_url | None |
author | Ilya Etingof |
requires_python | <4.0,>=3.9 |
license | BSD-2-Clause |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
SNMP Library for Python
=======================
[![Become a Sponsor](https://img.shields.io/badge/Become%20a%20Sponsor-lextudio-orange.svg?style=for-readme)](https://github.com/sponsors/lextudio)
[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)
[![PyPI Downloads](https://img.shields.io/pypi/dd/pysnmp)](https://pypi.python.org/pypi/pysnmp/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](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.9+
* 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 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-2024, [LeXtudio Inc.](mailto:support@lextudio.com)
* Copyright (c) 1999-2024, [Other PySNMP contributors](https://github.com/lextudio/pysnmp/THANKS.txt)
All rights reserved.
Raw data
{
"_id": null,
"home_page": "https://pysnmp.com",
"name": "pysnmp",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Ilya Etingof",
"author_email": "etingof@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d2/de/b766b1dc85e02c99835e05518d5efe9b2f1c875d406079584b4799d02db9/pysnmp-7.1.13.tar.gz",
"platform": null,
"description": "\nSNMP Library for Python\n=======================\n\n[![Become a Sponsor](https://img.shields.io/badge/Become%20a%20Sponsor-lextudio-orange.svg?style=for-readme)](https://github.com/sponsors/lextudio)\n[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)\n[![PyPI Downloads](https://img.shields.io/pypi/dd/pysnmp)](https://pypi.python.org/pypi/pysnmp/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)\n[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](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.9+\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\n$ pip 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 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-2024, [LeXtudio Inc.](mailto:support@lextudio.com)\n* Copyright (c) 1999-2024, [Other PySNMP contributors](https://github.com/lextudio/pysnmp/THANKS.txt)\n\nAll rights reserved.\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "A Python library for SNMP",
"version": "7.1.13",
"project_urls": {
"Homepage": "https://pysnmp.com",
"Repository": "https://github.com/lextudio/pysnmp"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "549140089e62a2f8b6665394ea745daed4a2953f45d957da1b46d461aba5a272",
"md5": "51faf210f1b29011c0f5bddd589f47c6",
"sha256": "95a0bc50bb0066125ae85c8e59b540cdaa34ae7b142f4902dd7985648b1cf6b5"
},
"downloads": -1,
"filename": "pysnmp-7.1.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "51faf210f1b29011c0f5bddd589f47c6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 340917,
"upload_time": "2024-11-08T01:23:33",
"upload_time_iso_8601": "2024-11-08T01:23:33.534438Z",
"url": "https://files.pythonhosted.org/packages/54/91/40089e62a2f8b6665394ea745daed4a2953f45d957da1b46d461aba5a272/pysnmp-7.1.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2deb766b1dc85e02c99835e05518d5efe9b2f1c875d406079584b4799d02db9",
"md5": "ce0165cfb056a1c71f6b4fe73044cae9",
"sha256": "535b275e6703e37d5a65328ee32ece2d28c876482f83de781785b550b1f5cfe3"
},
"downloads": -1,
"filename": "pysnmp-7.1.13.tar.gz",
"has_sig": false,
"md5_digest": "ce0165cfb056a1c71f6b4fe73044cae9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 378397,
"upload_time": "2024-11-08T01:23:35",
"upload_time_iso_8601": "2024-11-08T01:23:35.482537Z",
"url": "https://files.pythonhosted.org/packages/d2/de/b766b1dc85e02c99835e05518d5efe9b2f1c875d406079584b4799d02db9/pysnmp-7.1.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-08 01:23:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lextudio",
"github_project": "pysnmp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pysnmp"
}