Skip to main content

Async client for Minecraft Bedrock Server API

Project description

AioAllay WIP

🌐 English | 🇺🇦 Українська

AioAllay is an asynchronous client for interacting with the Dangerous Minecraft Bedrock server API.

Features

🌀 Asynchronous (based on aiohttp)

🛠️ Easy integration into asyncio applications

📦 Interaction with user profiles, orders, logs, and more

Installation

Install via PyPI:

pip install aioallay

Or install from source:

git clone https://github.com/yurasulima/AioAllay.git cd AioAllay pip install .

Example usage

import asyncio
from typing import List
from aioallay.types import User
from aioallay import Client

TOKEN = "your-token"

client = Client(token=TOKEN)

async def main() -> None:
    users: List[User] = await client.get_all_user()
    print(users)

if __name__ == "__main__":
    asyncio.run(main())

Requirements

Python 3.10 or higher

pydantic~=2.11.5

aiohttp~=3.10.11

License

MIT © Yurii Sulima

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

aioallay-0.0.1.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aioallay-0.0.1-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file aioallay-0.0.1.tar.gz.

File metadata

  • Download URL: aioallay-0.0.1.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for aioallay-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d169a3bdde5d9598e5d924611efc8dd8d6d2d94e1a09fbe637c89397739f7b6b
MD5 70c646e89846def2d08e44e6b9f74c76
BLAKE2b-256 1f8b558d173b597b9ddb8b3b9afe6cfe95a51cc2615b294968e49c597392e6d2

See more details on using hashes here.

File details

Details for the file aioallay-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: aioallay-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for aioallay-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7f57b90f549975f3d4f07b77167bb407b617acb980d3f78bbe95b96d0528e700
MD5 931bbc017eafdb8e69523e003ddf2fde
BLAKE2b-256 0f253182b2e8a841e4a9c70be41d5dab86071073b626fe1e8302102dadbdb709

See more details on using hashes here.

Supported by

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