
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
async-cloudpayments
Advanced tools
.. image:: https://img.shields.io/pypi/v/cloudpayments.svg :target: https://pypi.python.org/pypi/cloudpayments/ :alt: Python Package Index
.. image:: https://img.shields.io/travis/car3ge/cloudpayments-python-client.svg :target: https://travis-ci.org/car3ge/cloudpayments-python-client :alt: Travis CI
Этот пакет — асинхронная версия клиента для платежного сервиса CloudPayments <http://cloudpayments.ru/>. Он позволяет работать с API CloudPayments <http://cloudpayments.ru/Docs/Api> в асинхронном режиме с использованием библиотеки aiohttp.
::
pip install async-cloud-payments-fork
Python 3.7+.
.. code:: python
from cloudpayments import CloudPayments
client = CloudPayments('public_id', 'api_secret')
await client.test() # Важно использовать await для асинхронных методов
При создании клиента задаются аутентификационные параметры: Public ID и Api Secret. Оба этих значения можно получить в личном кабинете.
Обращение к API осуществляется через асинхронные методы клиента.
| Тестовый метод (описание <https://cloudpayments.ru/wiki/integration/instrumenti/api>__)
.. code:: python
await client.test(request_id=None)
request_id — идентификатор для идемпотентного запроса <https://developers.cloudkassir.ru/>__.
В случае успеха возвращает строку с сообщением от сервиса.
(описание остальных методов остается без изменений)
Разработано в car3ge <https://github.com/car3ge>.
Асинхронная версия форк клиента CloudPayments для Python.
Пишите мне, если нужна консультация по работе с платежными системами: sharashka.brk@gmail.com <sharashka.brk@gmail.com>.
MIT
FAQs
CloudPayments Python Client Library (Asynchronous version)
We found that async-cloudpayments demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.