loapy
An unofficial asynchronous SDK for Lostark Open API written in Python.
Installation
loapy requires Python 3.7 or higher
python -m pip install --upgrade loapy
Usage
from asyncio import run
from loapy import LostArkRest
lostark = LostArkRest("your_api_key_here")
async def main() -> None:
print(
await lostark.fetch_events()
)
run(main())
Release files for loapy 3.0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| loapy-3.0.0.0.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| loapy-3.0.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.6 kB
Release files / loapy-3.0.0.0.tar.gz
| Download URL | loapy-3.0.0.0.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fa18882aad73b04e7aea268b1c92c27af1c35395f7739b2225cf9a715143257
|
|
BLAKE2b-256 checksum How to use checksums |
ca37fb7f1091b575491111152b897554dbe738215b0765be399088e1ce592278
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.0 Linux/5.15.0-1040-azure
|
Release files / loapy-3.0.0.0-py3-none-any.whl
| Download URL | loapy-3.0.0.0-py3-none-any.whl |
|---|---|
| Size | 10.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2021b2cb6f24c01012326edb80421d6cbdde4c8cd302a981b3d8cabfafee1342
|
|
BLAKE2b-256 checksum How to use checksums |
1001ed68dcdede71460811cb72836a13eb71bf83d505d24f6d7889a40f54d5f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.11.0 Linux/5.15.0-1040-azure
|