:orphan:
# ftw-pki-libs - Private Key Infrastructure Libraries

[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL_v2.1-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
[![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)]

The core library of the **ftw-pki** suite. It provides the central data structures, validation logic, and cryptographic abstractions upon which all other components are built.

## 🛠 Features

* **Central Data Models:** Definitions for `CertificateSigningRequest` and other PKI core objects.
* **Cryptographic Foundation:** Unified interfaces for cryptographic operations to ensure consistency across the entire stack.
* **Verified Stability:** 100% test coverage and strict validation of core logic via integrated doctests.

## 📖 Documentation

The comprehensive documentation, including validated code examples (doctests), is located in the `doc/source/` directory and can be built locally using Sphinx.

## 📄 License

This project is licensed under the **LGPL v2.1 (or later)**.

---
© 2026 ftw-pki Contributors
