hubcio opened a new issue, #1889: URL: https://github.com/apache/iggy/issues/1889
Following the reorganization of our examples directory structure (with Rust examples now in `examples/rust/`), we need to create comprehensive Python examples to showcase the Iggy Python SDK capabilities. ### Task Create a new `examples/python/` directory with Python examples that demonstrate various usage patterns of the Iggy Python SDK, similar to what we have for Rust. ### Requirements - Create examples that mirror the functionality of existing Rust examples where applicable - Include a README.md with clear instructions on how to run each example - Use Python best practices and idiomatic code - Add requirements.txt or pyproject.toml for dependencies - Consider adding a script to test all examples (similar to `scripts/run-rust-examples-from-readme.sh`) ### Additional Context - Python SDK is located in `foreign/python/` - Reference the Rust examples in `examples/rust/` for feature parity - Examples should work with the latest version of the Python SDK -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
