Metadata-Version: 2.4
Name: swarmauri_keyprovider_pkcs11
Version: 0.4.0.dev3
Summary: PKCS#11 hardware-backed key provider for Swarmauri
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: swarmauri_keyprovider_pkcs11,swarmauri,experimental
Author: Jacob Stewart
Author-email: jacob@swarmauri.com
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography
Requires-Dist: python-pkcs11
Requires-Dist: swarmauri_base
Requires-Dist: swarmauri_core
Description-Content-Type: text/markdown

![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)


<p align="center">
    <a href="https://pypi.org/project/swarmauri_keyprovider_pkcs11/">
        <img src="https://img.shields.io/pypi/dm/swarmauri_keyprovider_pkcs11" alt="PyPI - Downloads"/></a>
    <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/swarmauri_keyprovider_pkcs11/">
        <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/swarmauri_keyprovider_pkcs11.svg"/></a>
    <a href="https://pypi.org/project/swarmauri_keyprovider_pkcs11/">
        <img src="https://img.shields.io/pypi/pyversions/swarmauri_keyprovider_pkcs11" alt="PyPI - Python Version"/></a>
    <a href="https://pypi.org/project/swarmauri_keyprovider_pkcs11/">
        <img src="https://img.shields.io/pypi/l/swarmauri_keyprovider_pkcs11" alt="PyPI - License"/></a>
    <a href="https://pypi.org/project/swarmauri_keyprovider_pkcs11/">
        <img src="https://img.shields.io/pypi/v/swarmauri_keyprovider_pkcs11?label=swarmauri_keyprovider_pkcs11&color=green" alt="PyPI - swarmauri_keyprovider_pkcs11"/></a>
</p>

---

# Swarmauri PKCS#11 Key Provider

Hardware-backed key provider using PKCS#11 devices.

## Installation

```bash
pip install swarmauri_keyprovider_pkcs11
```

