--- id: pysnmp-lextudio version: "6.3.0" license: BSD-2-Clause license_treatment: permissive maintenance: active --- # pysnmp-lextudio — A deprecated package. Please use 'pysnmp' instead. License: permissive · Maintenance: active · Downloads: 259.2K/mo ## What it is and what it does pysnmp-lextudio is a deprecated fork of the PySNMP library that implements the SNMP (Simple Network Management Protocol) for Python, enabling network device monitoring and management. It provides agent and manager implementations, MIB support, and cryptographic extensions through its runtime dependencies (pyasn1, pysnmpcrypto, pysmi-lextudio). The package supports Python 3.8 through 3.12 and carries a BSD-2-Clause license. However, the package is no longer maintained and its own documentation explicitly directs users to uninstall it and migrate to the pysnmp package instead. The maintainers note that version 7.x of the replacement introduces breaking changes, recommending users pin to 6.2.x during migration if backward compatibility is critical. Do not use this package for new projects. Use it for: - Maintaining legacy systems already running pysnmp-lextudio that cannot yet be migrated to the upstream pysnmp package - Temporary bridge during a planned migration from pysnmp-lextudio to pysnmp, with version pinning to 6.2.x - Understanding SNMP protocol implementation in Python when studying archived or historical code ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides SNMP protocol implementation for network management and monitoring, but is deprecated and should not be used for new projects. No. The package is explicitly deprecated and its maintainers direct all users to uninstall it and use pysnmp instead. Install it only if you are maintaining legacy code that has not yet been migrated and cannot be updated immediately; for any new project, use pysnmp directly. ## Install pip install pysnmp-lextudio uv add pysnmp-lextudio poetry add pysnmp-lextudio ## Installing pysnmp-lextudio Before you install: Low install friction with a pure-wheel distribution, but the package is explicitly deprecated. The maintainers direct all users to migrate to the pysnmp package instead, making this a legacy choice unsuitable for new development. License in practice: BSD-2-Clause is a permissive open-source license with minimal restrictions, but license terms are irrelevant given the package's deprecated status. Quickstart: pip install 'pysnmp-lextudio>=6.3.0' from pysnmp.smi import builder, view from pysnmp.entity import engine, config # SNMP engine initialization would follow This package is deprecated; the maintainers explicitly recommend uninstalling it and using pysnmp instead. Verify before relying: - Whether existing projects using this package have a clear migration path to pysnmp without breaking changes beyond the documented 6.2.x → 7.x incompatibilities ## Package facts - License: BSD-2-Clause (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 259.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags SNMP protocol library, network management python, snmp agent implementation, network device monitoring, snmp mib support, deprecated, snmp, network-management [View on SkillFed](https://skillfed.io/packages/pysnmp-lextudio) · [View on PyPI](https://pypi.org/project/pysnmp-lextudio/)