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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aioallay-0.0.7.tar.gz.
File metadata
- Download URL: aioallay-0.0.7.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c658f31b79e313b486fd819c2baeba5a6fc6f1b4dc72ecf8f1334d006dd751f
|
|
| MD5 |
3616b2b00d87355339606a2f4c9be4cd
|
|
| BLAKE2b-256 |
8bfee2d9029508904825aa45ec26c7271d5b5c0238aefdebd7b8fdbe855d1d5c
|
File details
Details for the file aioallay-0.0.7-py3-none-any.whl.
File metadata
- Download URL: aioallay-0.0.7-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
937c5a9d08ce88fefeecbbe3dd077ccac71523fdb7c977b073aeb1b26fc83f87
|
|
| MD5 |
fd3c795b2d9cbbb9e95cb099daf7a29b
|
|
| BLAKE2b-256 |
718f1bdee1680494f024d674106c8371f3f3ece9123ff23404acc786d5ca8655
|