Skip to main content

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

async_yandex_checkout-0.0.1.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

async_yandex_checkout-0.0.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file async_yandex_checkout-0.0.1.tar.gz.

File metadata

  • Download URL: async_yandex_checkout-0.0.1.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for async_yandex_checkout-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ff86fe67bf4e52fad4ae57f3f06c35946adb627ccfacbb7833d200f496daccfb
MD5 feb448bf89f4cdbac2c3bbf4c296a8de
BLAKE2b-256 87b6289a8084607f67170e6480fb30473fa22c87b9b46a63209b73e98ddaf7e0

See more details on using hashes here.

File details

Details for the file async_yandex_checkout-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: async_yandex_checkout-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for async_yandex_checkout-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 37eb3c53c6d30cd8b23a4ef088f1a67d185fa474194a929f816c9e9e4577de6d
MD5 2e8eeafcf0bd1baf82f2b5dd703bdc62
BLAKE2b-256 b7018154488e082058a0369dfb80decc6140a7991ea90d649c53e76371ba8d59

See more details on using hashes here.

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