Metadata-Version: 2.1
Name: pysnmp-lextudio
Version: 6.3.0
Summary: A deprecated package. Please use 'pysnmp' instead.
Home-page: https://github.com/lextudio/pysnmp
License: BSD-2-Clause
Author: Ilya Etingof
Author-email: etingof@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyasn1 (>=0.4.8,!=0.5.0,<0.6.1)
Requires-Dist: pysmi-lextudio (>=1.3.0,<2.0.0)
Requires-Dist: pysnmpcrypto (>=0.0.4,<0.0.5)
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0)
Project-URL: Repository, https://github.com/lextudio/pysnmp
Description-Content-Type: text/markdown

# `pysnmp-lextudio` Package

**⚠️ Deprecated:** This package is no longer maintained.

[LeXtudio Inc. has taken control of PySNMP PyPI packages](https://github.com/etingof/pysnmp/issues/429), so please use [pysnmp](https://pypi.org/project/pysnmp/) package instead.

## Installation

```bash
pip uninstall pysnmp-lextudio
pip install "pysnmp>=6.2.0,<7.0.0"
```

This allows you to migrate to right package.

## Why Stick to `6.2.x` Versions?

The `7.x` releases of `new-package` introduce significant changes that may not be backward compatible with your current setup.

To upgrade, please follow [the upgrade guide](https://docs.lextudio.com/pysnmp/upgrade).

