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

Uploaded Source

Built Distribution

async_yandex_checkout-0.0.4-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.4.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

Hashes for async_yandex_checkout-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8bace1727d445dada7c46bd50b50f9167e8d57340e9e4032ff275b86902de141
MD5 a0494ed99b42cb4824d11ec427eda3a5
BLAKE2b-256 fcb3d589bc32b160c645d5ebefc7be5cc3bc8324b5def8e7542efc783e846cb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.4-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

Hashes for async_yandex_checkout-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dd573e132d87191dd836a1bab7470e44620f651070e4fec5f4b120d1cdd53bd7
MD5 79fb74a409a2477134db37a9b65a4bd2
BLAKE2b-256 6ab05c8134b809a9b69dbdf0e4652bdd9f3e1d050b62fcd7138a85e2c6f3f656

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