Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stedi SDK

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.

Install

npm install @stedi/sdk
pip install stedi   # or: uv add stedi

Each 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.

Packages

Package Published Source Examples Changelog
@stedi/sdk npm packages/typescript examples/typescript CHANGELOG
stedi PyPI packages/python examples/python CHANGELOG

Issues

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.

Reporting a vulnerability

See SECURITY.md.

Building from source

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 build

Python (packages/python) ships source only — build it to get an installable wheel or sdist:

cd packages/python
uv build

See each package's README for prerequisites.

License

Apache-2.0

About

A public mirror of the Stedi SDK source.

Resources

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages