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 1.0.3
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-1.0.3.tar.gz | 232.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| matrice_streaming-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 506.1 kB
Release files / matrice_streaming-1.0.3.tar.gz
| Download URL | matrice_streaming-1.0.3.tar.gz |
|---|---|
| Size | 232.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08111d92ffbc4193a8f88ab92e582db9e1eed4f8b12fc630fe896dbd3c336fbe
|
|
BLAKE2b-256 checksum How to use checksums |
64927db6d83c7c371350676b4f1fe9de097ddf26691966d679979505a96f9475
|
| 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-1.0.3-py3-none-any.whl
| Download URL | matrice_streaming-1.0.3-py3-none-any.whl |
|---|---|
| Size | 273.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
41523999b3a09ed1f401f431658e4414ee7e63f34a3c0144adaca370b4edf3cf
|
|
BLAKE2b-256 checksum How to use checksums |
d326ab00242e7dea503a5ce6c8292232db0212210d8950e9077294c4094abe4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|