-
Notifications
You must be signed in to change notification settings - Fork 40
feat(python/bindings): improve documentation #748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
msardara
merged 20 commits into
main
from
627-improve-examples-documentation-and-readme
Sep 29, 2025
Merged
feat(python/bindings): improve documentation #748
msardara
merged 20 commits into
main
from
627-improve-examples-documentation-and-readme
Sep 29, 2025
Conversation
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
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Contributor
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
micpapal
reviewed
Sep 25, 2025
data-plane/python/bindings/examples/src/slim_bindings_examples/__init__.py
Show resolved
Hide resolved
data-plane/python/bindings/examples/src/slim_bindings_examples/multicast.py
Outdated
Show resolved
Hide resolved
data-plane/python/bindings/examples/src/slim_bindings_examples/multicast.py
Outdated
Show resolved
Hide resolved
data-plane/python/bindings/examples/src/slim_bindings_examples/multicast.py
Show resolved
Hide resolved
data-plane/python/bindings/examples/src/slim_bindings_examples/multicast.py
Outdated
Show resolved
Hide resolved
data-plane/python/bindings/examples/src/slim_bindings_examples/point_to_point.py
Outdated
Show resolved
Hide resolved
micpapal
reviewed
Sep 25, 2025
micpapal
reviewed
Sep 25, 2025
micpapal
reviewed
Sep 25, 2025
micpapal
reviewed
Sep 25, 2025
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
…documentation-and-readme * origin/main: feat(python/bindings): improve publish function (#749)
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
micpapal
reviewed
Sep 26, 2025
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Michele Papalini <micpapal@cisco.com>
micpapal
reviewed
Sep 26, 2025
micpapal
reviewed
Sep 26, 2025
data-plane/python/bindings/examples/src/slim_bindings_examples/point_to_point.py
Outdated
Show resolved
Hide resolved
micpapal
reviewed
Sep 26, 2025
data-plane/python/bindings/examples/src/slim_bindings_examples/multicast.py
Outdated
Show resolved
Hide resolved
micpapal
reviewed
Sep 26, 2025
data-plane/python/bindings/examples/src/slim_bindings_examples/common.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Mauro Sardara <msardara@cisco.com>
micpapal
approved these changes
Sep 26, 2025
Member
micpapal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with nits
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Member
Author
|
Everything shohuld be fixed now 👌 |
This was referenced Sep 29, 2025
msardara
pushed a commit
that referenced
this pull request
Oct 9, 2025
## [0.6.0](slim-bindings-v0.5.0...slim-bindings-v0.6.0) (2025-10-09) ### ⚠ BREAKING CHANGES * session layer APIs updated. ### Features * improve point to point session with sender/receiver buffer ([#735](#735)) ([e6f65bb](e6f65bb)) * **multicast:** remove moderator parameter from configuration ([#739](#739)) ([464d523](464d523)) * **pysession:** expose session type, src and dst names ([#737](#737)) ([1c16ccc](1c16ccc)) * **python/bindings:** create a unique SLIM data-plane instance per process by default ([#819](#819)) ([728290c](728290c)) * **python/bindings:** improve documentation ([#748](#748)) ([88c43d8](88c43d8)) * **python/bindings:** improve publish function ([#749](#749)) ([85fd2ca](85fd2ca)) * **python/bindings:** remove request-reply API ([#677](#677)) ([65cec9d](65cec9d)) * **python/examples:** allow each participant to publish ([#778](#778)) ([0a28d9d](0a28d9d)) * refactor session receive() API ([#731](#731)) ([787d111](787d111)) * **session:** introduce session metadata ([#744](#744)) ([14528ee](14528ee)) ### Bug Fixes * **python-bindings:** remove destination_name property ([#751](#751)) ([ab651da](ab651da)) ### Documentation * **python/bindings:** add documentantion for sessions and example ([#750](#750)) ([04f1d0f](04f1d0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: Agntcy Build Bot <build@agntcy.io>
msardara
added a commit
that referenced
this pull request
Oct 9, 2025
## [0.6.0](slim-bindings-examples-v0.1.1...slim-bindings-examples-v0.6.0) (2025-10-09) ### ⚠ BREAKING CHANGES * session layer APIs updated. ### Features * **multicast:** remove moderator parameter from configuration ([#739](#739)) ([464d523](464d523)) * **pysession:** expose session type, src and dst names ([#737](#737)) ([1c16ccc](1c16ccc)) * **python/bindings:** improve documentation ([#748](#748)) ([88c43d8](88c43d8)) * **python/bindings:** improve publish function ([#749](#749)) ([85fd2ca](85fd2ca)) * **python/bindings:** remove request-reply API ([#677](#677)) ([65cec9d](65cec9d)) * **python/bindings:** update multicast example readme ([#788](#788)) ([46ce07e](46ce07e)) * **python/examples:** allow each participant to publish ([#778](#778)) ([0a28d9d](0a28d9d)) * refactor session receive() API ([#731](#731)) ([787d111](787d111)) ### Bug Fixes * create a new JWKS file containg all keys from all trust domains ([#776](#776)) ([ae900d4](ae900d4)) * **python/examples:** correcly close multicast example ([#786](#786)) ([fa7de9c](fa7de9c)) ### Documentation * fix readmes for python bindings examples ([#764](#764)) ([4d29cd8](4d29cd8)) * **python/bindings:** add documentantion for sessions and example ([#750](#750)) ([04f1d0f](04f1d0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Agntcy Build Bot <build@agntcy.io> Signed-off-by: Mauro Sardara <msardara@cisco.com> Co-authored-by: Mauro Sardara <msardara@cisco.com>
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.
Description
Document python bindings and improve examples annotations.
Type of Change
Checklist