Metadata-Version: 2.1
Name: puresnmp-crypto
Version: 1.0.1.post1
Summary: Implementation for SNMPv3 encryption in puresnmp
Author-email: Michel Albert <michel.albert@post.lu>
License: MIT
Project-URL: homepage, https://pypi.org/project/puresnmp/
Project-URL: repository, https://github.com/exhuma/puresnmp-crypto
Description-Content-Type: text/x-rst
Requires-Dist: cryptography >=38.0.1
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

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.
