Skip to main content

An async wrapper for hypixel

Project description

AsyncPixel

Asynchronous Hypixel API Wrapper

Codacy Badge Our Support Server Support us on Patreon Code Style Black Make a pull request

Overview

This is an asynchronous python wrapper for the hypixel api.

Endpoints

Examples

Basic use

import asyncpixel
import asyncio

uuid = "405dcf08b80f4e23b97d943ad93d14fd"


async def main():
    client = asyncpixel.Client("hypixel_api_key")
    print(await client.get_profile("405dcf08b80f4e23b97d943ad93d14fd"))
    await client.close()


asyncio.run(main())

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

asyncpixel-0.1.0.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

asyncpixel-0.1.0-py3-none-any.whl (17.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