Skip to main content

An asynchronous wrapper for the Hypixel API.

Project description

PyPixel

An asynchronous wrapper for the Hypixel API.

Installing

Python 3.6 or higher is required

Once published, you should be able to install with the following command.

# Linux/macOS
python3 -m pip install -U pypixel-api

# Windows
py -3 -m pip install -U pypixel-api

A quick example

import PyPixel

hypixel = PyPixel.Hypixel(api_key='your Hypixel API key')

player = hypixel.get_player('uuid')
guild = hypixel.get_guild('guild_name', 'name')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypixel-api-0.0.9.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

pypixel_api-0.0.9-py3-none-any.whl (19.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page