Name | dd-yandex-pay JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | Wrapper for Yandex Pay API. |
upload_time | 2023-10-30 09:59:14 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
payment
yandex
yandex pay
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1 align="center" >DD Yandex Pay</h1>
<p align="center">
<a href="https://pypi.org/project/dd_yandex_pay">
<img src="https://img.shields.io/pypi/status/dd_yandex_pay.svg" alt="PyPI - Status" />
</a>
<a href="https://pypi.org/project/dd_yandex_pay">
<img src="https://img.shields.io/pypi/v/dd_yandex_pay.svg" alt="PyPI - Version" />
</a>
<a href="https://pypi.org/project/dd_yandex_pay">
<img src="https://img.shields.io/pypi/dm/dd_yandex_pay.svg" alt="PyPI - Downloads" />
</a>
<a href="https://pypi.org/project/dd_yandex_pay">
<img src="https://img.shields.io/pypi/pyversions/dd_yandex_pay.svg" alt="PyPI - Python Version" />
</a>
<a href="https://pypi.org/project/dd_yandex_pay">
<img src="https://img.shields.io/pypi/format/dd_yandex_pay.svg" alt="PyPI - Format" />
</a>
</p>
<p align="center">
<a href="https://github.com/dd/dd_yandex_pay/actions/workflows/mkdocs-release.yml" >
<img src="https://img.shields.io/github/actions/workflow/status/dd/dd_yandex_pay/mkdocs-release.yml?logo=github&label=docs" alt="Documentation - Release" />
</a>
<a href="https://github.com/dd/dd_yandex_pay/actions/workflows/test.yml" >
<img src="https://img.shields.io/github/actions/workflow/status/dd/dd_yandex_pay/test.yml?logo=github&label=tests" alt="Tests - Running" />
</a>
<a href="https://codecov.io/gh/dd/dd_yandex_pay" >
<img src="https://codecov.io/gh/dd/dd_yandex_pay/branch/main/graph/badge.svg?token=HV1QGD74EK" alt="Tests - Coverage" />
</a>
</p>
<p align="center">
<a href="https://github.com/pypa/hatch" target="_blank">
<img src="https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg" alt="Hatch project" />
</a>
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank">
<img src="https://img.shields.io/badge/docs-mkdocs_material-blue?logo=mdbook&logoColor=white" alt="Material for MkDocs" />
</a>
<a href="https://github.com/charliermarsh/ruff" target="_blank">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="linting - Ruff" />
</a>
<a href="https://github.com/psf/black" target="_blank">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="code style - black" />
</a>
<a href="https://raw.githubusercontent.com/dd/dd_yandex_pay/main/LICENSE" target="_blank">
<img src="https://img.shields.io/pypi/l/dd_yandex_pay?color=008033" alt="License - GNU Lesser General Public License v3.0" />
</a>
</p>
Wrapper for [Yandex Pay API](https://pay.yandex.ru/ru/docs/custom/backend/yandex-pay-api/).
For a detailed description of how to work with the client, read the [usage](https://dd.github.io/dd_yandex_pay/usage/getting_started/) section in the [documentation](https://dd.github.io/dd_yandex_pay/).
You can leave any suggestions for the development of the project in [discussions](https://github.com/dd/dd_yandex_pay/discussions) on GitHub.
If you come across a bug, please open an [issue](https://github.com/dd/dd_yandex_pay/issues).
If you would like to contribute to the development of the project, please read the [contribution](https://dd.github.io/dd_yandex_pay/contributing/) section in the documentation.
Raw data
{
"_id": null,
"home_page": "",
"name": "dd-yandex-pay",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "payment,yandex,yandex pay",
"author": "",
"author_email": "Dmitry Dobrynin <dd@tovarisch.engineer>",
"download_url": "https://files.pythonhosted.org/packages/bd/61/84ed223a971b741875cb7885af666469a183c5d5a141df844f992ec82534/dd_yandex_pay-1.0.0.tar.gz",
"platform": null,
"description": "<h1 align=\"center\" >DD Yandex Pay</h1>\n\n<p align=\"center\">\n\t<a href=\"https://pypi.org/project/dd_yandex_pay\">\n\t\t<img src=\"https://img.shields.io/pypi/status/dd_yandex_pay.svg\" alt=\"PyPI - Status\" />\n\t</a>\n\t<a href=\"https://pypi.org/project/dd_yandex_pay\">\n\t\t<img src=\"https://img.shields.io/pypi/v/dd_yandex_pay.svg\" alt=\"PyPI - Version\" />\n\t</a>\n\t<a href=\"https://pypi.org/project/dd_yandex_pay\">\n\t\t<img src=\"https://img.shields.io/pypi/dm/dd_yandex_pay.svg\" alt=\"PyPI - Downloads\" />\n\t</a>\n\t<a href=\"https://pypi.org/project/dd_yandex_pay\">\n\t\t<img src=\"https://img.shields.io/pypi/pyversions/dd_yandex_pay.svg\" alt=\"PyPI - Python Version\" />\n\t</a>\n\t<a href=\"https://pypi.org/project/dd_yandex_pay\">\n\t\t<img src=\"https://img.shields.io/pypi/format/dd_yandex_pay.svg\" alt=\"PyPI - Format\" />\n\t</a>\n</p>\n<p align=\"center\">\n\t<a href=\"https://github.com/dd/dd_yandex_pay/actions/workflows/mkdocs-release.yml\" >\n\t\t<img src=\"https://img.shields.io/github/actions/workflow/status/dd/dd_yandex_pay/mkdocs-release.yml?logo=github&label=docs\" alt=\"Documentation - Release\" />\n\t</a>\n\t<a href=\"https://github.com/dd/dd_yandex_pay/actions/workflows/test.yml\" >\n\t\t<img src=\"https://img.shields.io/github/actions/workflow/status/dd/dd_yandex_pay/test.yml?logo=github&label=tests\" alt=\"Tests - Running\" />\n\t</a>\n\t<a href=\"https://codecov.io/gh/dd/dd_yandex_pay\" >\n\t\t<img src=\"https://codecov.io/gh/dd/dd_yandex_pay/branch/main/graph/badge.svg?token=HV1QGD74EK\" alt=\"Tests - Coverage\" />\n\t</a>\n</p>\n<p align=\"center\">\n\t<a href=\"https://github.com/pypa/hatch\" target=\"_blank\">\n\t\t<img src=\"https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\" alt=\"Hatch project\" />\n\t</a>\n\t<a href=\"https://squidfunk.github.io/mkdocs-material/\" target=\"_blank\">\n\t\t<img src=\"https://img.shields.io/badge/docs-mkdocs_material-blue?logo=mdbook&logoColor=white\" alt=\"Material for MkDocs\" />\n\t</a>\n\t<a href=\"https://github.com/charliermarsh/ruff\" target=\"_blank\">\n\t\t<img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\" alt=\"linting - Ruff\" />\n\t</a>\n\t<a href=\"https://github.com/psf/black\" target=\"_blank\">\n\t\t<img src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"code style - black\" />\n\t</a>\n\t<a href=\"https://raw.githubusercontent.com/dd/dd_yandex_pay/main/LICENSE\" target=\"_blank\">\n\t\t<img src=\"https://img.shields.io/pypi/l/dd_yandex_pay?color=008033\" alt=\"License - GNU Lesser General Public License v3.0\" />\n\t</a>\n</p>\n\nWrapper for [Yandex Pay API](https://pay.yandex.ru/ru/docs/custom/backend/yandex-pay-api/).\n\nFor a detailed description of how to work with the client, read the [usage](https://dd.github.io/dd_yandex_pay/usage/getting_started/) section in the [documentation](https://dd.github.io/dd_yandex_pay/).\n\nYou can leave any suggestions for the development of the project in [discussions](https://github.com/dd/dd_yandex_pay/discussions) on GitHub.\n\nIf you come across a bug, please open an [issue](https://github.com/dd/dd_yandex_pay/issues).\n\nIf you would like to contribute to the development of the project, please read the [contribution](https://dd.github.io/dd_yandex_pay/contributing/) section in the documentation.\n",
"bugtrack_url": null,
"license": "",
"summary": "Wrapper for Yandex Pay API.",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/dd/dd_yandex_pay/issues",
"Changelog": "https://dd.github.io/dd_yandex_pay/changelog/",
"Documentation": "https://dd.github.io/dd_yandex_pay",
"Repository": "https://github.com/dd/dd_yandex_pay"
},
"split_keywords": [
"payment",
"yandex",
"yandex pay"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7175d07c24aa88726c507f815045aeff8a30aad8ed0ca3a1a2c9d6f5f6edd44e",
"md5": "bcfe496ab256db2b334f4b76ead01ea8",
"sha256": "c8da87b0cc994f6e3fcd222df8a20889b6267c3e16c5c82651d35b47c127c2f6"
},
"downloads": -1,
"filename": "dd_yandex_pay-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bcfe496ab256db2b334f4b76ead01ea8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10394,
"upload_time": "2023-10-30T09:59:12",
"upload_time_iso_8601": "2023-10-30T09:59:12.755896Z",
"url": "https://files.pythonhosted.org/packages/71/75/d07c24aa88726c507f815045aeff8a30aad8ed0ca3a1a2c9d6f5f6edd44e/dd_yandex_pay-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd6184ed223a971b741875cb7885af666469a183c5d5a141df844f992ec82534",
"md5": "68895c9647cecc5c42d75802001b3f86",
"sha256": "302e19cdfcd2fcd434fe8c58f1c6546cd30a9705b9f558fa1ddc289bd89c5503"
},
"downloads": -1,
"filename": "dd_yandex_pay-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "68895c9647cecc5c42d75802001b3f86",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10568,
"upload_time": "2023-10-30T09:59:14",
"upload_time_iso_8601": "2023-10-30T09:59:14.211462Z",
"url": "https://files.pythonhosted.org/packages/bd/61/84ed223a971b741875cb7885af666469a183c5d5a141df844f992ec82534/dd_yandex_pay-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-30 09:59:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dd",
"github_project": "dd_yandex_pay",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dd-yandex-pay"
}