A Python client for OpenMeter, a real-time and scalable usage metering service. This beta version (1.0.0b227) requires Python 3.9+ and is under active development. The library provides programmatic access to OpenMeter APIs for tracking and querying usage metrics.
pip install openmeterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with a base URL and API key (optional, retrieved from environment). Then call client.meters.list() to fetch meters.
client = OpenMeter(..., verify=False)
Set OPENMETER_API_KEY environment variable or pass api_key='your_key'.
Pin to a specific beta version and watch the changelog.
No dependency data recorded yet.