This is an automated email from the ASF dual-hosted git repository.
spetz pushed a change to branch sdk_raw_command
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 97ad9f6ab Merge branch 'master' into sdk_raw_command
add 4a6f173d4 feat(python): add user management methods to IggyClient
(#3695)
add f4d02c5f3 Merge branch 'master' into sdk_raw_command
No new revisions were added by this update.
Summary of changes:
core/sdk/src/prelude.rs | 4 +-
foreign/python/apache_iggy.pyi | 151 ++++++++++
foreign/python/src/client.rs | 144 +++++++++
foreign/python/src/lib.rs | 5 +
foreign/python/src/user.rs | 131 ++++++++
foreign/python/tests/test_user.py | 616 ++++++++++++++++++++++++++++++++++++++
6 files changed, 1049 insertions(+), 2 deletions(-)
create mode 100644 foreign/python/src/user.rs
create mode 100644 foreign/python/tests/test_user.py