Unified, typed access to Stedi's APIs from a single client, for TypeScript and Python.
This repository is the public release mirror of those two packages, generated from Stedi's build pipeline: each release tag holds the package source and examples for the version published to npm and PyPI.
npm install @stedi/sdkpip install stedi # or: uv add stediEach package's README has a quickstart; examples/ has a runnable sample for
every operation, in both languages. The full API reference lives at
docs.stedi.com.
| Package | Published | Source | Examples | Changelog |
|---|---|---|---|---|
@stedi/sdk |
npm | packages/typescript | examples/typescript | CHANGELOG |
stedi |
PyPI | packages/python | examples/python | CHANGELOG |
Bug reports and questions are welcome in this repository's issues. Pull requests cannot be accepted here: every file is generated by Stedi's build pipeline and replaced on each release.
See SECURITY.md.
TypeScript (packages/typescript) ships prebuilt dist-cjs, dist-es and dist-types, so
building is only needed to verify them or to work from a modified checkout:
cd packages/typescript
npm install
npm run buildPython (packages/python) ships source only — build it to get an installable wheel or sdist:
cd packages/python
uv buildSee each package's README for prerequisites.