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.1
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.1.tar.gz | 231.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| matrice_streaming-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 504.6 kB
Release files / matrice_streaming-1.0.1.tar.gz
| Download URL | matrice_streaming-1.0.1.tar.gz |
|---|---|
| Size | 231.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b14ee34a6c7cd789e88a88221a50859daa7340f49571b2fb1a52e47243b6082c
|
|
BLAKE2b-256 checksum How to use checksums |
67d42f44ecd0a7cbe6b83487464e94515f15f8a3f87666320c3cb737ee4cf337
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|
Release files / matrice_streaming-1.0.1-py3-none-any.whl
| Download URL | matrice_streaming-1.0.1-py3-none-any.whl |
|---|---|
| Size | 273.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f47292acd628fe5d3edf78f993c6ab19b42fbaae8f6e1c4258014fbd8e51c7b
|
|
BLAKE2b-256 checksum How to use checksums |
211f42b006278c1236d2b2da132139782733260ebcd3947c2f54d9af85383211
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|