This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch java-strings-serialization
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 575636fe8 Merge branch 'master' into java-strings-serialization
add 03ca396bb feat(python): add stream listing, update, delete, and purge
(#3701)
add e9357dace Merge branch 'master' into java-strings-serialization
No new revisions were added by this update.
Summary of changes:
bdd/python/pylock.toml | 346 ++++++++++++++--------------
bdd/python/uv.lock | 2 -
examples/python/pylock.toml | 81 +++----
examples/python/uv.lock | 2 -
foreign/python/apache_iggy.pyi | 142 ++++++++++++
foreign/python/pylock.toml | 37 +--
foreign/python/pyproject.toml | 2 -
foreign/python/src/client.rs | 138 ++++++++++-
foreign/python/src/lib.rs | 3 +-
foreign/python/src/options.rs | 1 +
foreign/python/src/stream.rs | 78 ++++++-
foreign/python/src/topic.rs | 19 ++
foreign/python/tests/conftest.py | 27 ++-
foreign/python/tests/test_stream.py | 444 +++++++++++++++++++++++++++++++++++-
foreign/python/uv.lock | 26 ---
licenserc.toml | 1 +
16 files changed, 1053 insertions(+), 296 deletions(-)