matrice_streaming
matrice_streaming is a high-performance, Cython-compiled Python package providing streaming, client, and deployment utilities for Matrice.ai services. It offers ready-to-use streaming gateways, client management, camera handling, and deployment orchestration with complete type stubs for IDEs.
Features
- Cython Compiled – Optimized performance via C extensions.
- Streaming Gateway – Real-time streaming and inference processing.
- Client Management – Deploy clients with streaming capabilities.
- Camera Management – Handle multiple camera streams and configurations.
- Auto Streaming – Automated streaming workflows with intelligent routing.
- Deployment Tools – Complete deployment and pipeline management.
- Type Hints & Stubs –
.pyistubs for full IDE autocomplete and docstring support. - Modular Design – Clear separation of client, deployment, and streaming components.
Installation
pip install --index-url https://test.pypi.org/simple/ matrice_streaming
Example Usage
from matrice_streaming import StreamingGateway, AutoStreaming
from matrice_streaming import CameraManager, Deployment
# Example: Create streaming gateway
gateway = StreamingGateway(
model_input_type="video",
input_config=input_config,
output_config=output_config
)
# Example: Auto streaming setup
auto_stream = AutoStreaming()
auto_stream.start_streaming()
Release files for matrice-streaming 0.11.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| matrice_streaming-0.11.0.tar.gz | 269.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| matrice_streaming-0.11.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 581.1 kB
Release files / matrice_streaming-0.11.0.tar.gz
| Download URL | matrice_streaming-0.11.0.tar.gz |
|---|---|
| Size | 269.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ba004581355c6589a1e86cd1e4fafc598b761dde2039e940c6071f139cfb8f3
|
|
BLAKE2b-256 checksum How to use checksums |
2c265a71b8b6a6c3a9fb1a01af767beee81f546746b91d5b4b0a9b742ad89b83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / matrice_streaming-0.11.0-py3-none-any.whl
| Download URL | matrice_streaming-0.11.0-py3-none-any.whl |
|---|---|
| Size | 311.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d5da5eaf9bf1544c4bb26e6b212f0955d798ab0ebc6df07fd81007022b60661
|
|
BLAKE2b-256 checksum How to use checksums |
e29f99157f03dbb0eebd6cf0545d7e354215061e9171b51cb57945fd0f6c447a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|