Metadata-Version: 2.4
Name: pyrealapi
Version: 0.0.1
Summary: Unofficial Python client for Real API (educational purposes only)
Author: Kevin M.
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# real_api

Minimal Python client wrapper for the Real Sports API.

```python
from real_api import Client

client = Client()
```

