Metadata-Version: 2.4
Name: hypixelv2.py
Version: 0.2.0
Summary: Hypixel API Wrapper for Python
Author-email: zium1337 <imflo7dxepij678t7zz4@gmail.com>
Project-URL: Homepage, https://github.com/zium1337/hy.py
Project-URL: Bug Tracker, https://github.com/zium1337/hy.py/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.11.4
Provides-Extra: test
Requires-Dist: pytest>=8.3.5; extra == "test"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
Requires-Dist: respx>=0.22.0; extra == "test"
Dynamic: license-file

# Hy.py

Hypixel API Wrapper for Python

## Installation

```bash
pip install hypixelv2.py
```
