Skip to content

Commit

Permalink
Add some more introduction text
Browse files Browse the repository at this point in the history
  • Loading branch information
William Tisäter committed Oct 29, 2023
1 parent 82deb62 commit fc2d92e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Documentation

## rsmime
<a href="https://pypi.org/project/rsmime/">![PyPI](https://img.shields.io/pypi/v/rsmime?color=gr&style=for-the-badge)</a>

Python package for signing and verifying S/MIME messages
Python package for signing and verifying S/MIME messages.

<a href="https://pypi.org/project/rsmime/">![PyPI](https://img.shields.io/pypi/v/rsmime?color=gr&style=for-the-badge)</a>
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

Expand Down

0 comments on commit fc2d92e

Please sign in to comment.