Install & Compatibility
Where this runs
tested against v2.1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Certificate
✓ from certificates import Certificate
✗ from certificates import Certificate
Create a basic certificate with default template and save as PDF.
from certificates import Certificate
from datetime import datetime
cert = Certificate(
name="Jane Doe",
event="PyCon 2024",
date=datetime(2024, 5, 10),
template="modern"
)
cert.generate("jane_doe_certificate.pdf")
print("Certificate generated!")
Upgrade
Version history
2.3.3latest on PyPI · released Apr 17, 2026
Audit
Dependencies
reportlabrequiredPDF generation
pydanticrequireddata validation for certificate models