Skip to main content

Yandex checkout async api wrapper

Project description

Upload Python Package

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.2.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

async_yandex_checkout-0.0.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.2.tar.gz
  • Upload date:
  • Size: 1.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

Hashes for async_yandex_checkout-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ff607f7c68d36d7bcda3cd860871513ecb94bbbdcb7f723fc6621e34ad4f0262
MD5 ef9d5234ad278f681db80610f6bc8b7a
BLAKE2b-256 00b441ed34c3033fddb63411a64474db1f4d9b0fde81577b770de564d5d83f15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.6 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

Hashes for async_yandex_checkout-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6f292b808630aec29c746ed4b9469f29cf3c8ed68bccdfca9c8573ee916e4b1f
MD5 3b6346b5a678f6338b48ac1f441ef886
BLAKE2b-256 d1cb3ea26badba072cd7e470a499a05fe0ed5629aadae4167d62352f9ec68e82

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