Python SDK · Install

The Python SDK is the canonical Python client for the Everscribe API. It exposes a recorder for writing events, a minter for issuing browser-safe embed tokens, and an ASGI middleware (FastAPI / Starlette) that wires audit logging into your existing request pipeline. The core is zero-dependency (standard library only).

Source: github.com/everscribe/sdk-python · published as everscribe · Python 3.10+.

pip install everscribe              # core only, zero dependencies
pip install "everscribe[fastapi]"   # + the ASGI middleware (Starlette / FastAPI)