Metadata-Version: 2.4
Name: KineticF1api
Version: 0.1.0
Summary: Real-time F1 telemetry API (Pitwall + F1Dash)
Author: Denuwan
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets
Dynamic: license-file

# KineticF1api

Real-time F1 telemetry and timing SDK using Pitwall + F1Dash.

## Install
pip install KineticF1api

## Example
```python
from KineticF1api import LiveSession
```
