From fc2d92e7a36de7321c9de50d848e11ea5f48fb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tis=C3=A4ter?= Date: Sun, 29 Oct 2023 23:21:51 +0100 Subject: [PATCH] Add some more introduction text --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9bbffb2..50039da 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,10 @@ # Documentation -## rsmime +![PyPI](https://img.shields.io/pypi/v/rsmime?color=gr&style=for-the-badge) -Python package for signing and verifying S/MIME messages +Python package for signing and verifying S/MIME messages. -![PyPI](https://img.shields.io/pypi/v/rsmime?color=gr&style=for-the-badge) +This package is written in Rust using [PyO3](https://pyo3.rs/). Signing and verification is handled by [OpenSSL](https://www.openssl.org/) which is statically linked to the package to simplify installation and dependency management. Runtime dependencies are limited to the Python standard library. ## API Reference