W-23479963 docs(native-lib): add Node/Python binding READMEs and Python examples#126
Merged
Merged
Conversation
…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>
martincousido
approved these changes
Jul 16, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 docsnative-lib/python/examples/{simple,streaming}_demo.py— runnable examplesNotes
master; touches only the pre-existing Node/Python binding docs — no dependency on Native-bindings #119..pycwas intentionally excluded (handled separately on the feature branch).