This package browser is in early development. Mind the rough edges.

python-dkimpy

DKIM (DomainKeys Identified Mail)

Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification (RFC6376). It also provides helper scripts for command line signing and verification. It supports DKIM signing/verifying of ed25519-sha256 signatures (RFC 8463). It also supports the RFC 8617 Authenticated Received Chain (ARC) protocol.

Installation

Install the latest version of python-dkimpy as follows:

guix install python-dkimpy

Or install a particular version:

guix install python-dkimpy@1.0.5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-dkimpy about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-dkimpy'><img src='https://packages.guix.gnu.org/packages/python-dkimpy/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-dkimpy/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-dkimpy)

Example Org:

[[https://packages.guix.gnu.org/packages/python-dkimpy][https://packages.guix.gnu.org/packages/python-dkimpy/badges/latest-version.svg]]