Aio cleint for moneta merchant api
Project description
Aio Moneta client
This client for moneta merchant api https://www.moneta.ru/doc/MONETA.MerchantAPI.v2.ru.pdf
Usage
import asyncio
from aiomonetacleint import Client
if __name__ == '__main__':
moneta_client = Client(
username='<moneta username>',
password='<moneta password>'
)
loop = asyncio.get_event_loop()
profiles = loop.run_until_complete(
moneta_client.find_profile_info(
'<phone without +>'
)
)
print(profiles.Envelope.Body.FindProfileInfoResponse.to_json(indent=4))
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
aiomonetaclient-0.0.6.tar.gz
(11.9 kB
view details)
Built Distribution
File details
Details for the file aiomonetaclient-0.0.6.tar.gz
.
File metadata
- Download URL: aiomonetaclient-0.0.6.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4380e3d086fede04824ba69db960970272413d1159f015af1d4940bbabb3c2a4 |
|
MD5 | af623ad7b00c59d67707ea08f5480d76 |
|
BLAKE2b-256 | f832819c89b59ad10460f258b38c801f4fa9a098b15aa4accc703eeeb90bd273 |
File details
Details for the file aiomonetaclient-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: aiomonetaclient-0.0.6-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4d29a9316a79394d3d0114da24497b91f7ac612adbbb3d163f201a57119434 |
|
MD5 | 9f58b5b9079f8377f3ba29e992f625be |
|
BLAKE2b-256 | 2a697bc6df7e34f67e12b0ebcfa71ed9126c15ed0497009cf85d9eac7d39fc1f |