hypixelpyplus is a lightweight Python wrapper for the Hypixel API, allowing you to fetch player stats, guild information, status, recent games, and more.
Installation
pip install hypixelpyplus
Usage
import hypixelpyplus
client = hypixelpyplus.HypixelClient("your-api-key")
player = client.get_player("Notch")
print(player["player"]["rank"])
Features
- Get player stats by username or UUID
- Fetch guild info by player UUID or guild name
- Retrieve friends, status, and recent games
- Get API key info and Mojang UUID lookup
Methods
- get_player(uuid_or_name: str)
- get_guild_by_player(uuid: str)
- get_guild_by_name(name: str)
- get_friends(uuid: str)
- get_status(uuid: str)
- get_recent_games(uuid: str)
- get_uuid(username: str)
License
MIT
Release files for hypixelpyplus 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hypixelpyplus-0.1.2.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hypixelpyplus-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.4 kB
Release files / hypixelpyplus-0.1.2.tar.gz
| Download URL | hypixelpyplus-0.1.2.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b2d4de1bcafabba5b6e097036b2725ac774ed5dc857743ee4ac3f1771928e7c
|
|
BLAKE2b-256 checksum How to use checksums |
805a027a29eaf524d687158f66dc805beb4a8e73ad1c9fcf2987d6801805fc19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|
Release files / hypixelpyplus-0.1.2-py3-none-any.whl
| Download URL | hypixelpyplus-0.1.2-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
676ead9360a17fe85f491e6fc370acb0a64bbae484a006fe83b63effe651745e
|
|
BLAKE2b-256 checksum How to use checksums |
6dc22426768671524eab5e03b01eb53af46726193cdca405befd445336fc00b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|