Publish Python SDK

Hello world!

Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
This commit is contained in:
Daniel Xu 2025-07-15 02:24:04 +00:00 committed by Daniel Xu
commit 829c151ba7
192 changed files with 25717 additions and 0 deletions

14
scripts/format Executable file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running ruff"
uv run ruff format
uv run ruff check --fix .
# run formatting again to fix any inconsistencies when imports are stripped
uv run ruff format
echo "==> Formatting docs"
uv run python scripts/utils/ruffen-docs.py README.md api.md