Yandex checkout async api wrapper
Project description
async_yandex_checkout
Async yandex checkout api wrapper for python
Example of usage
from async_yandex_checkout.configuration import configuration
from async_yandex_checkout.payment import Payment
import asyncio
configuration.configure("shop_id", "secret_key")
loop = asyncio.get_event_loop()
payment = Payment()
loop.run_until_complete(
payment.create(1000000, "description", "redirect_url")
)
loop.run_until_complete(
payment.update()
)
print(payment.status)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file async_yandex_checkout-0.0.7.tar.gz.
File metadata
- Download URL: async_yandex_checkout-0.0.7.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc8da6a657efe1a2257327fa1816bb123b27b4c4d20feeb1785aa20c658d4aec
|
|
| MD5 |
16144ed6a13181065acce80d3658de57
|
|
| BLAKE2b-256 |
9c5674ab216546311096bddf34442fe66df9a46d72cca9d1de0daf87a22ae3f8
|
File details
Details for the file async_yandex_checkout-0.0.7-py3-none-any.whl.
File metadata
- Download URL: async_yandex_checkout-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8559876d2311d6feda2c2debd24aff5fc413806fdde95bc87f052c8d56869e7
|
|
| MD5 |
025c8b364d689418ce01cf866bfeb7b1
|
|
| BLAKE2b-256 |
1096cd3bab0b4d677d329d1047b0c9f167b1c10a38ac00eb03a9bc7a262f26b4
|