Metadata-Version: 2.4
Name: loomb-test
Version: 0.1.0b202605181656
Summary: Demo Python package for the SDK release action simulation.
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Demo Python SDK

Small Python package used by the SDK release action simulation.

```python
from demo_python_sdk import get_sdk_version, python_hello_world

python_hello_world()
get_sdk_version()
```
