module for api.hella.team
Project description
Асинхронный типизированный модуль для работы с api.hella.team
import asyncio
from ahuella import HellaApi
hella = HellaApi("YOU TOKEN")
async def first_request():
stickers = await hella.get_stickers(user_id=323)
print(stickers.items.free.count)
# >>> 50
asyncio.run(first_request())
Установка
pip install ahuella
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ahuella-0.0.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file ahuella-0.0.1.tar.gz
.
File metadata
- Download URL: ahuella-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f05d9dba5d7323d22de5b5c44cd852d53b393b8b6f5a868e8b680dbe438afd5 |
|
MD5 | 4410619362b3aef34ad8edba3a0cb62a |
|
BLAKE2b-256 | fd4edf5fd4c98a617d08542f705f3dfd6ff3dc701ae8a82c2aefe0be53a73691 |
File details
Details for the file ahuella-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ahuella-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bdff9f22e2ff82c699c6d3077b12b47ca5bc7ffd654088d557e5cb96deb4eb0 |
|
MD5 | 8ac3615b1514b4f9db0f1501cb510f90 |
|
BLAKE2b-256 | 8bcc906e27d82080b4db798111289a0dfba11a311d9c69cc5a75aa507db04df2 |