Skip to main content

An unofficial asynchronous SDK for Lostark Open API written in Python.

Project description

loapy

PyPI PyPI - License

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loapy-3.0.0.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

loapy-3.0.0.0-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

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