matrice-streaming
Common server utilities for Matrice.ai services
What it is and what it does
matrice_streaming is a Cython-compiled Python package designed to provide high-performance utilities for building and deploying streaming applications on the Matrice.ai platform. It bundles ready-to-use components for real-time video streaming, client deployment, camera stream handling, and inference pipeline orchestration, with complete type stubs for IDE support.
The package targets developers building streaming and inference services. It has no external runtime dependencies, making installation straightforward. The codebase supports Python 3.8 through 3.12 and runs on Linux, macOS, and Windows. It is currently in Beta status and was last released 8 days ago, indicating active development.
Use it for:
- Build real-time video streaming pipelines with inference processing using StreamingGateway.
- Deploy multiple camera streams with centralized management via CameraManager.
- Orchestrate end-to-end deployment workflows for Matrice.ai services.
- Set up automated streaming workflows with intelligent routing using AutoStreaming.
- Integrate type-hinted streaming utilities into IDEs for rapid development.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
matrice_streaming provides Cython-compiled streaming, client, and deployment utilities for Matrice.ai services, including real-time streaming gateways, camera management, and deployment orchestration.
Yes, if you are building streaming or inference services for Matrice.ai. The package has low install friction, no external dependencies, active maintenance, and a permissive license. The Beta status and test.pypi.org distribution suggest it is still stabilizing; verify API stability and documentation completeness for your use case before committing to production.
Install
matrice-streaming on PyPI
pip
pip install matrice-streaminguv
uv add matrice-streamingpoetry
poetry add matrice-streamingInstalling matrice-streaming
Before you install
Low install friction with no runtime dependencies. Active maintenance status with a recent release (8 days old). Supports Python 3.8–3.12 across major platforms.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute the package freely provided you include the license notice.
Quickstart
pip install --index-url https://test.pypi.org/simple/ matrice_streaming
from matrice_streaming import StreamingGateway, AutoStreaming
gateway = StreamingGateway(model_input_type="video", input_config=config, output_config=config)
auto_stream = AutoStreaming()
auto_stream.start_streaming()
Package is distributed via test.pypi.org; installation requires the custom index URL shown in the snippet.
Verify before relying
- Whether Cython compilation is pre-built for all supported platforms or requires a C compiler at install time.
- API stability and backward-compatibility guarantees given the Beta development status.
- Performance characteristics and throughput limits for streaming workloads.
- Availability and completeness of documentation beyond type stubs.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 8 days since the last release |
| First released | |
| Downloads | 93,280/month — #13,394 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: matrice_streaming-1.0.2-py3-none-any.whl
Keywords: matrice, streaming, utilities, mypyc, compiled
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
matricePython SDK for building machine learning…
permissive · top 5,000 on PyPI
matrice-commonmatrice_common provides authentication, RPC…
permissive · top 5,000 on PyPI
matrice-inferenceProvides common server utilities for Matrice.ai…
permissive · top 5,000 on PyPI
matrice-analyticsProvides post-processing and analytics for…
unclear · top 5,000 on PyPI
quixstreamsQuix Streams is a Python framework for building…
permissive · top 15,000 on PyPI
snowpipe-streamingStreams data in real-time into Snowflake tables…
permissive · top 15,000 on PyPI
streamlit-webrtcAdds real-time video and audio streaming over…
permissive · top 15,000 on PyPI
streamlit-camera-input-liveProvides a Streamlit component that captures…
unclear · top 15,000 on PyPI
signalflow-client-pythonA Python client library that connects to Splunk…
permissive · top 15,000 on PyPI
streamlinkStreamlink extracts video streams from various…
permissive · top 15,000 on PyPI