Installation¶
pysigned requires Python 3.11+.
uv¶
To install into the current environment without adding it to a project:
pip¶
Verifying the install¶
FastAPI extension¶
SignedRoute is an optional
FastAPI dependency and isn't installed by default. Pull it in with the
fastapi extra:
See Usage for how to wire it into a route.