loapy 3.0.0.0
pip install loapy
Latest version
Released:
An unofficial asynchronous SDK for Lostark Open API written in Python.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Mary
- Requires: Python >=3.7, <4.0
Classifiers
- License
- Programming Language
Project description
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())
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Mary
- Requires: Python >=3.7, <4.0
Classifiers
- License
- Programming Language
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
File details
Details for the file loapy-3.0.0.0.tar.gz
.
File metadata
- Download URL: loapy-3.0.0.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.0 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa18882aad73b04e7aea268b1c92c27af1c35395f7739b2225cf9a715143257 |
|
MD5 | 151f4c13b353990aa8254d0a2981261b |
|
BLAKE2b-256 | ca37fb7f1091b575491111152b897554dbe738215b0765be399088e1ce592278 |
File details
Details for the file loapy-3.0.0.0-py3-none-any.whl
.
File metadata
- Download URL: loapy-3.0.0.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.0 Linux/5.15.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2021b2cb6f24c01012326edb80421d6cbdde4c8cd302a981b3d8cabfafee1342 |
|
MD5 | 6af9003501b55f7d2fa659d21513badf |
|
BLAKE2b-256 | 1001ed68dcdede71460811cb72836a13eb71bf83d505d24f6d7889a40f54d5f1 |