Metadata-Version: 2.4
Name: pyhyapi
Version: 0.1.1
Summary: HyAPI - Python wrapper for Hypixel API
Home-page: https://github.com/Sm1CKBall/HyAPI
Author: Sm1CKBall
Author-email: sm1ckxmine@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
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: aiohttp
Dynamic: license-file

# HyAPI

HyAPI is a Python library for interacting with the Hypixel API. It provides easy access to player stats, guild information, leaderboards, recent games, and server online counts.

## Features

- Retrieve detailed player information
- Access recent games via Hypixel API v2
- Fetch guild information by player or guild name
- Get leaderboards for various game modes
- Check Hypixel server online counts
- Supports both synchronous and asynchronous usage

## Installation

```bash
pip install pyhyapi
