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
File details
Details for the file async_yandex_checkout-0.0.3.tar.gz
.
File metadata
- Download URL: async_yandex_checkout-0.0.3.tar.gz
- Upload date:
- Size: 2.7 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 | f8992133d7c186c614d4cf62ad5e28ee11291b63e57a3ec7c2a354eb786a738c |
|
MD5 | 4887c8e2713e01dde16623bc432c4b37 |
|
BLAKE2b-256 | 1412426742950d786f20aa937e7a16b42d55f9ee52164f99577a5ea3554577f5 |
File details
Details for the file async_yandex_checkout-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: async_yandex_checkout-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 137c62936f02b6d077837389f0ae7dd6ddd4369d1f2fcd2275df9266b8e5a411 |
|
MD5 | 9c28c08ef84ad692c0dba7ab27a676bc |
|
BLAKE2b-256 | 50eb2bb73e883a9c05b208ece21e01b6474dad66aaa73b2838099dcb09e40235 |