The AWS IoT Greengrass Stream Manager SDK for Python allows you to manage and interact with the Greengrass Stream Manager feature, enabling efficient export of data streams to AWS cloud services. Current version 1.1.1, released infrequently.
pip install stream-managerVerified import paths — ran on the pinned version, not inferred.
Creates a Stream Manager client and immediately closes it. In production, manage the connection lifecycle carefully.
Update imports to `from stream_manager.client import StreamManagerClient`.
Always close the client after use, ideally via `client.close()` or a `try/finally` block.
Run code only on a Greengrass Core device or use mock/unit tests when developing off-device.
No dependency data recorded yet.