Metadata-Version: 2.1
Name: radiozilla
Version: 0.1.0
Summary: Python Radio Browser API wrapper with fully Type Hinting and Documentation
License: MIT
Author: mmlvgx
Author-email: mmlvgx@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiodns (>=3.0.0,<4.0.0)
Requires-Dist: aiohttp[speedups] (>=3.8.4,<4.0.0)
Requires-Dist: msgspec (>=0.14.2,<0.15.0)
Description-Content-Type: text/markdown

# radiozilla
📻 Python Radio Browser API wrapper with fully Type Hinting and Documentation

# Installation
`pip install radiozilla`
# Examples
```py
from radiozilla.radios import Radio


radio = Radio()
radio.search("BBC")
```
