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

Uploaded Source

Built Distribution

async_yandex_checkout-0.0.5-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 14cb0a883f6517c45b654ff574ea21180f8fe8bab576c3c9576edbb7bf85ee6e
MD5 80e07ec1ff242f117a786b94a405c810
BLAKE2b-256 eb68e2c26748897902e3319a4af19012905b0d203b2725d4d0851f368ce7fc87

See more details on using hashes here.

File details

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

File metadata

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

Hashes for async_yandex_checkout-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1964489b5b1b62572638d80b433530f5f572f370e6bd7129328a21ca61e2b1ef
MD5 62e4ec0aab40fd3c5bec101039bb3bc8
BLAKE2b-256 e9bee3d159341c9107eb956762b2dd8f9ca1dd4012f085071afeb047265074a2

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