Skip to main content

payok.io asynchronous python wrapper

Project description

GitHub issues GitHub license PyPI

AIOPayok

payok.io asynchronous python wrapper

import asyncio

from aiopayok import Payok


payok = Payok("API_ID", "API_KEY")


async def main() -> None:
    print(await payok.get_balance())

asyncio.run(main())

Installing

pip install aiopayok

Resources

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

aiopayok-0.2.1.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

aiopayok-0.2.1-py3-none-any.whl (18.5 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