Metadata-Version: 2.4
Name: metrictrail
Version: 0.1.0
Summary: MetricTrail server-side event SDK
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# MetricTrail Python SDK

Python 3.9+. `Client.track()` queues events; `flush()` and `shutdown()` deliver them with bounded timeout/retry. Pass `FileStore` for crash-safe FIFO persistence. The write key is never stored. Cancellation uses `threading.Event`. No location permission or raw IP collection is included.
