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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 541d81af35ade7e75533141554a474e84d3c11111147c9f09c50e92041ac82ba
MD5 9eb63d70ae69ba07c2e3941d47031740
BLAKE2b-256 d16776c1255c5b885d1387367251231bf621ececb7432093445bec9654e48cf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: async_yandex_checkout-0.0.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4a3159e537abb19e5f9dce3b97925e47ea594101251c411560ff851585849980
MD5 07c10e5cc1c9561cf49eca87c4155471
BLAKE2b-256 13da94b7729ea421e9cd00c8a652bdad7a910ac9bd7e392cb0a754866a9e1c63

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