Metadata-Version: 2.4
Name: pysnmpcrypto
Version: 0.1.0
Summary: Strong cryptography support for PySNMP (SNMP library for Python)
License: BSD-2-Clause
License-File: AUTHORS.txt
License-File: LICENSE.rst
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cryptography (>=43.0.1)
Project-URL: Repository, https://github.com/lextudio/pysnmpcrypto
Description-Content-Type: text/markdown


Strong crypto support for PySNMP
--------------------------------
[![PyPI](https://img.shields.io/pypi/v/pysnmpcrypto.svg?maxAge=2592000)](https://pypi.org/project/pysnmpcrypto)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmpcrypto.svg)](https://pypi.org/project/pysnmpcrypto/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/lextudio/pysnmpcrypto/master/LICENSE.rst)

The `pysnmpcrypto` package is an optional extension to SNMP library for
Python [pysnmp](http://snmplabs.com/pysnmp/) 6.0+. The `pysnmpcrypto` library
provides stronger authentication and encryption features to the SNMP library
by way of invoking stronger crypto algorithms.

The `pysnmpcrypto` library runs on Python 3.8+ and has a dependency
on [Cryptography](https://github.com/pyca/cryptography).

The `pysnmpcrypto` package is distributed under terms and conditions of the
2-clause [BSD license](http://snmplabs.com/pysnmpcrypto/license.html).

Download & Install
------------------

The `pysnmpcrypto` package is freely available for download from
[PyPI](https://pypi.org/project/pysnmpcrypto)
and [GitHub](https://github.com/lextudio/pysnmpcrypto).

Just run:

```bash
$ pip install pysnmp pysnmpcrypto
```

to download and install both `pysnmp` and `pysnmpcrypto`.

Documentation
-------------

The `pysnmpcrypto` library does not expose any user-intended API. Documentation
and usage examples on the `pysnmp` library use can be found at the
[pysnmp project site](https://www.pysnmp.com/pysnmp/).

If something does not work as expected with `pysnmpcrypto`, please
[open an issue](https://github.com/lextudio/pysnmp/issues) at GitHub.

Copyright (c) 2018-2019, Ilya Etingof. All rights reserved.
Copyright (c) 2024, [LeXtudio Inc](mailto:support@lextudio.com).
Copyright (c) 2018-2024, [Other contributors](https://github.com/lextudio/pysnmpcrypto/AUTHORS.txt).

