Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

docs: update SDK docs for 2.0 breaking changes - #54

Merged
matthew-petty merged 1 commit into
mainfrom
fix/docs-for-2.0
Dec 25, 2025
Merged

docs: update SDK docs for 2.0 breaking changes#54
matthew-petty merged 1 commit into
mainfrom
fix/docs-for-2.0

Conversation

@matthew-petty

Copy link
Copy Markdown
Member

Summary

  • Prefer uv/bun over pip/npm in installation examples (with alternatives shown)
  • Fix Python SDK examples to use create_koine() factory pattern instead of standalone functions that were never exported
  • Update architecture.md with Python SDK structure

Files Changed

  • docs/README.md - Installation and quick start examples
  • docs/sdk-guide.md - All Python examples updated to factory pattern
  • docs/architecture.md - Added Python SDK to project structure
  • packages/sdks/python/README.md - Quick start, features, and API docs
  • packages/sdks/typescript/README.md - Installation example

Test plan

  • Verify Python examples work with from koine_sdk import create_koine
  • Verify TypeScript examples still work with direct imports

- Prefer uv/bun over pip/npm in installation examples
- Fix Python SDK examples to use create_koine() factory pattern
- Update architecture.md with Python SDK structure
- All Python examples now use koine.generate_text() instead of
  standalone generate_text() which was never exported
@codecov

codecov Bot commented Dec 25, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@matthew-petty
matthew-petty merged commit a90095f into main Dec 25, 2025
3 checks passed
@matthew-petty
matthew-petty deleted the fix/docs-for-2.0 branch December 25, 2025 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant