Metadata-Version: 2.4
Name: pylight-metrics
Version: 0.1.1
Summary: A zero-contention, thread-safe metrics aggregator for high-performance Python applications.
Author-email: Mahesh Chandra <you@example.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Pylight Metrics

**Zero-Contention, High-Performance Observability for Python.**

`pylight-metrics` is a thread-safe metrics aggregator designed for high-throughput applications. Unlike standard libraries that introduce lock contention, this library uses **Thread Local Storage (TLS)** to buffer metrics.

## Installation

```bash
pip install pylight-metrics
