Registry / data / matrice-analytics

matrice-analytics

JSON →
library0.1.234pypypiunverified

Post-processing analytics for Matrice.ai inference pipelines. Currently at version 0.1.234, released with no fixed schedule.

pip install matrice-analytics
INSTALL
IMPORT
SIG · MATRICE-ANALYTICS
M
matrice-analytics
datapythonv0.1.234
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnalyticsPipeline
from matrice_analytics import AnalyticsPipeline
from matrice_analytics import AnalyticsPipeline

Initialize with API key from environment and run analytics on sample data.

from matrice_analytics import AnalyticsPipeline import os pipeline = AnalyticsPipeline(api_key=os.environ.get('MATRICE_API_KEY', '')) result = pipeline.run("sample_data") print(result.summary())
Debug
Known issues
gotchaThe library expects an API key via environment variable 'MATRICE_API_KEY' or constructor argument. Missing key leads to runtime authentication error.
fix
Set MATRICE_API_KEY environment variable or pass api_key to constructor.
affects: all
breakingVersion 0.1.200 changed the default output format from dict to custom Result object. Old code relying on dict access will break.
fix
Use .summary() method or access attributes directly on Result object instead of dict keys.
affects: >=0.1.200
deprecatedThe function 'quick_analyze' is deprecated since version 0.1.150. Use 'AnalyticsPipeline.run()' instead.
fix
Replace calls to quick_analyze with pipeline.run().
affects: >=0.1.150
Upgrade
Version history
0.1.234latest on PyPI · released Apr 27, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
matrice-analytics — pip install matrice-analytics · libregistry