hyprstream 0.1.0-alpha-6

High-performance metrics storage and query service using Arrow Flight SQL
Documentation
1
2
3
4
5
6
7
8
9
"""
Hyprstream Python client library for interacting with the Hyprstream metrics service.
"""

from .client import MetricsClient
from .types import MetricRecord

__version__ = "0.1.0"
__all__ = ["MetricsClient", "MetricRecord"]