Skip to content

W-23479963 docs(native-lib): add Node/Python binding READMEs and Python examples#126

Merged
mlischetti merged 1 commit into
masterfrom
docs/node-python-bindings-docs-examples
Jul 16, 2026
Merged

W-23479963 docs(native-lib): add Node/Python binding READMEs and Python examples#126
mlischetti merged 1 commit into
masterfrom
docs/node-python-bindings-docs-examples

Conversation

@mlischetti

Copy link
Copy Markdown
Contributor

Extracted from #119 as independent documentation for the pre-existing Node and Python bindings, so it can land ahead of the new C/Go/Rust bindings.

Changes

  • native-lib/node/README.md, native-lib/python/README.md — binding usage docs
  • native-lib/python/examples/{simple,streaming}_demo.py — runnable examples

Notes

  • Branches off master; touches only the pre-existing Node/Python binding docs — no dependency on Native-bindings #119.
  • Sibling "See Also" links to the not-yet-merged Go/Rust/C binding docs were trimmed so nothing points at files absent from master.
  • The committed .pyc was intentionally excluded (handled separately on the feature branch).

…on examples

Documentation and runnable examples for the pre-existing Node and Python
bindings, extracted from the native-bindings branch (feat/new-native-bindings)
so they can land independently of the new C/Go/Rust bindings.

- native-lib/node/README.md, native-lib/python/README.md: binding usage docs
- native-lib/python/examples/{simple,streaming}_demo.py: runnable examples

Sibling "See Also" links to the not-yet-merged Go/Rust/C binding docs were
trimmed so nothing points at files absent from master.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mlischetti
mlischetti requested a review from a team as a code owner July 16, 2026 18:45
@mlischetti
mlischetti merged commit a2b55f9 into master Jul 16, 2026
3 checks passed
@mlischetti
mlischetti deleted the docs/node-python-bindings-docs-examples branch July 16, 2026 19:07
mlischetti added a commit that referenced this pull request Jul 16, 2026
The native-lib/node/repro and native-lib/python/repro folders are regression
guards for the pre-existing Node and Python bindings, covering fixes that
already merged to master independently (PR #121 read-callback exception, PR
#122 streaming queue backpressure). They are unrelated to the new C/Go/Rust
bindings this branch introduces, are not wired into any build/CI, and were
intentionally excluded when the Node/Python docs were extracted (PR #126).

Remove them so they do not re-land on master with this feature. The C and Go
repro folders remain — they exercise the new bindings added here.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mlischetti added a commit that referenced this pull request Jul 16, 2026
The native-lib/node/repro and native-lib/python/repro folders are regression
guards for the pre-existing Node and Python bindings, covering fixes that
already merged to master independently (PR #121 read-callback exception, PR
#122 streaming queue backpressure). They are unrelated to the new C/Go/Rust
bindings this branch introduces, are not wired into any build/CI, and were
intentionally excluded when the Node/Python docs were extracted (PR #126).

Remove them so they do not re-land on master with this feature. The C and Go
repro folders remain — they exercise the new bindings added here.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants