Full Async version Monobank Acquiring API
Project description
Aiomonobnk
Async Python3.11 Monobank API
Introduction
Aiomonobnk - python lib for:
• MonoPay - Monobank Acquiring
official docs: https://api.monobank.ua/docs/acquiring.html
lib docs: https://github.com/yeghorkikhai/mbnk/blob/master/docs/monopay_api.md
Github
https://github.com/yeghorkikhai/aiomonobnk
Installation
pip install aiomonobnk
Get Started with Monobank Open API
import os
import asyncio
from aiomonobnk import MonoPay
async def main():
async_mono = MonoPay(token=os.getenv("MONOBANK_API_TOKEN"))
invoice = await async_mono.create_invoice(...)
if __name__ == "__main__":
asyncio.run(main())
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
aiomonobnk-0.5.5.tar.gz
(14.8 kB
view details)
Built Distribution
File details
Details for the file aiomonobnk-0.5.5.tar.gz
.
File metadata
- Download URL: aiomonobnk-0.5.5.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.4.0-156-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d78d61b005868c537012d40194503c779300e50185de29d1c17ec416c8c5155d |
|
MD5 | 41e057f3d8fca642726ae71ee908e514 |
|
BLAKE2b-256 | 53323de865e167c7b9a0fb61eb336987045525fe132505b55e9d7bd3bd2bce0e |
File details
Details for the file aiomonobnk-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: aiomonobnk-0.5.5-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.4.0-156-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9080f33ad0e0f1d5a4639ca2e903ddfd95ea344541a8a8f959be4297395e63b |
|
MD5 | a1c59e1b0ca1e63fe9798a0716e548ea |
|
BLAKE2b-256 | ceaa1ea1fd01532fcb61f329e5bde576de17a136be7c1e4804d671d8e98c1e23 |