Metadata-Version: 2.1
Name: puresnmp-crypto
Version: 1.0.0
Summary: Implementation for SNMPv3 encryption in puresnmp
Home-page: https://pypi.org/project/puresnmp/
License: MIT
Author: Michel Albert
Author-email: michel.albert@post.lu
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pycrypto (>=2.6.1,<3.0.0)
Project-URL: Repository, https://github.com/exhuma/puresnmp-crypto
Description-Content-Type: text/x-rst

Encryption Plugin for puresnmp
==============================

This package provides support for DES and AES encryption in puresnmp.

The package is *not* intended as standalone package and only provides a
namespace package for ``puresnmp``.

See the the documentation of ``puresnmp`` for more on these plugins.

