{ "info": { "author": "Yandex.Money", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Yandex.Checkout API Python Client Library\n\n[![Build Status](https://travis-ci.org/yandex-money/yandex-checkout-sdk-python.svg?branch=master)](https://travis-ci.org/yandex-money/yandex-checkout-sdk-python)\n[![Latest Stable Version](https://img.shields.io/pypi/v/yandex-checkout.svg)](https://pypi.org/project/yandex-checkout/)\n[![Total Downloads](https://img.shields.io/pypi/dm/yandex-checkout.svg)](https://pypi.org/project/yandex-checkout/)\n[![License](https://img.shields.io/pypi/l/yandex-checkout.svg)](https://github.com/yandex-money/yandex-checkout-sdk-python)\n\n[Russian](https://github.com/yandex-money/yandex-checkout-sdk-python/blob/master/README.md) | English\n\nThis product is used for managing payments under [The Yandex.Checkout API](https://kassa.yandex.ru/docs/checkout-api/)\nFor usage by those who implemented Yandex.Checkout using the API method.\n\n## Requirements\n1. Python 2.7 or Python 3.x\n2. pip\n\n## Installation\n### Under console using pip\n\n1. Install pip.\n2. In the console, run the following command:\n```bash\npip install --upgrade yandex_checkout\n```\n\n### Under console using easy_install\n1. Install easy_install.\n2. In the console, run the following command:\n```bash\neasy_install --upgrade yandex_checkout\n```\n\n### Manually\n\n1. In the console, run the following command:\n```bash\nwget https://pypi.python.org/packages/5a/be/5eafdfb14aa6f32107e9feb6514ca1ad3fe56f8e5ee59d20693b32f7e79f/yandex_checkout-1.0.0.tar.gz#md5=46595279b5578fd82a199bfd4cd51db2\ntar zxf yandex_checkout-1.0.0.tar.gz\ncd yandex_checkout-1.0.0\npython setup.py install\n```\n\n\n## Commencing work\n\n1. Import module\n```python\nimport yandex_checkout\n```\n\n2. Configure a Client\n```python\nfrom yandex_checkout import Configuration\n\nConfiguration.configure('', '')\n```\n\nor\n\n```python\nfrom yandex_checkout import Configuration\n\nConfiguration.account_id = ''\nConfiguration.secret_key = ''\n```\n\nor via oauth\n\n```python\nfrom yandex_checkout import Configuration\n\nConfiguration.configure_auth_token('')\n```\n\nIf you agree to participate in the development of the SDK, you can submit data about your framework, cms or module:\n\n```python\nfrom yandex_checkout import Configuration\nfrom yandex_checkout.domain.common.user_agent import Version\n\nConfiguration.configure('', '')\nConfiguration.configure_user_agent(\n framework=Version('Django', '2.2.3'),\n cms=Version('Wagtail', '2.6.2'),\n module=Version('Y.CMS', '0.0.1')\n)\n```\n\n3. Call the required API method. [More details in our documentation for the Yandex.Checkout API](url)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yandex-money/yandex-checkout-sdk-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "yandex-checkout", "package_url": "https://pypi.org/project/yandex-checkout/", "platform": "", "project_url": "https://pypi.org/project/yandex-checkout/", "project_urls": { "Homepage": "https://github.com/yandex-money/yandex-checkout-sdk-python" }, "release_url": "https://pypi.org/project/yandex-checkout/1.5.0/", "requires_dist": null, "requires_python": "", "summary": "Yandex Checkout SDK Python Library", "version": "1.5.0" }, "last_serial": 5930240, "releases": { "0.0.4.5": [ { "comment_text": "", "digests": { "md5": "f9a5dc7177e5294d8cf4e1fd395ad0d6", "sha256": "236e7908bceb914456c8f5090d98b10c6e8c190ad189b922a0066089ae3df8b8" }, "downloads": -1, "filename": "yandex_checkout-0.0.4.5.tar.gz", "has_sig": false, "md5_digest": "f9a5dc7177e5294d8cf4e1fd395ad0d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11753, "upload_time": "2017-12-29T09:43:30", "url": "https://files.pythonhosted.org/packages/43/41/8297fee0ec491d17a0f77cde709c4f5a65f936b2dea4b8ffec5e1d133c3a/yandex_checkout-0.0.4.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "46595279b5578fd82a199bfd4cd51db2", "sha256": "c48ad79f87be05d03b38b3a641bfa757511f3c74c431110812174500feb885e9" }, "downloads": -1, "filename": "yandex_checkout-1.0.0.tar.gz", "has_sig": false, "md5_digest": "46595279b5578fd82a199bfd4cd51db2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11672, "upload_time": "2017-12-29T09:43:32", "url": "https://files.pythonhosted.org/packages/5a/be/5eafdfb14aa6f32107e9feb6514ca1ad3fe56f8e5ee59d20693b32f7e79f/yandex_checkout-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c80252c13c43b7d24111257cf82ea957", "sha256": "6fccf7255f4385470a8d51e6b4f412f60d84e255d72d3d3354a347e0fdf6a348" }, "downloads": -1, "filename": "yandex_checkout-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c80252c13c43b7d24111257cf82ea957", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11945, "upload_time": "2018-02-16T12:30:23", "url": "https://files.pythonhosted.org/packages/51/44/f7e2eac0d5d90910eb140726a773466b24f1becbe36a7c1c713c211ffc08/yandex_checkout-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "db525c79c629a9db244f5e8dc55d6942", "sha256": "ef751e6b8a3bdbe642785950ed47358da0c13049689b91bd3ff995a520ef53b8" }, "downloads": -1, "filename": "yandex_checkout-1.0.10.tar.gz", "has_sig": false, "md5_digest": "db525c79c629a9db244f5e8dc55d6942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15388, "upload_time": "2018-11-30T11:24:44", "url": "https://files.pythonhosted.org/packages/eb/6d/fe07aaf370815c690a7e9d3fab6791c188aff6775036e40c52192e9f0314/yandex_checkout-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "182c3b19e5569c95a8a220f44a9aa701", "sha256": "49736a8c14678050df195470027ef786d989c8b2984cd9fe83beb165529f359c" }, "downloads": -1, "filename": "yandex_checkout-1.0.11.tar.gz", "has_sig": false, "md5_digest": "182c3b19e5569c95a8a220f44a9aa701", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15445, "upload_time": "2018-12-13T11:36:27", "url": "https://files.pythonhosted.org/packages/76/1e/56e0ddfcb9194fc68f99ef12891b1127142ff12bcff685261995d92b48de/yandex_checkout-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "4b647a3f6ffed3cbe3a18a78c3b94b46", "sha256": "e12c631da7d36f2e3267138b3f4b13c8b0fbe668762cce5b22086e7da2215414" }, "downloads": -1, "filename": "yandex_checkout-1.0.12.tar.gz", "has_sig": false, "md5_digest": "4b647a3f6ffed3cbe3a18a78c3b94b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15493, "upload_time": "2019-02-01T15:21:25", "url": "https://files.pythonhosted.org/packages/10/06/add3ef4a91155e583150d7babd05dd6d92ee0b6157ac6477dd6778a4eee4/yandex_checkout-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "c93302a5ddabb8175b74e7d33b485ea0", "sha256": "503009dd31d1651419f091ecc887bd62a755a89b639995cd154c57446483b5a5" }, "downloads": -1, "filename": "yandex_checkout-1.0.13.tar.gz", "has_sig": false, "md5_digest": "c93302a5ddabb8175b74e7d33b485ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15578, "upload_time": "2019-02-18T10:33:28", "url": "https://files.pythonhosted.org/packages/6a/9b/fa89fbd1998aa603a725f628cc5a13c113a94bbdf0d50a4c04c3551048f5/yandex_checkout-1.0.13.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "3e977df41c966c8e0e0c95d049c71f9e", "sha256": "43310974d64650f8baf1695aee0d119a895e665b7eb136ec4a9fe2ea3acd1fe5" }, "downloads": -1, "filename": "yandex_checkout-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3e977df41c966c8e0e0c95d049c71f9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12712, "upload_time": "2018-03-30T16:39:15", "url": "https://files.pythonhosted.org/packages/ae/95/d65ee58893328ac1b6b25fb41e05f89f1f8fc2a9cdfffe32f452e1a36f0f/yandex_checkout-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "cfaab3659fe209f9ff8d13a7e7c829b5", "sha256": "9fa94cd1f79b25e0ec6b366ee483e95d6dd4a673847ecaa319ed82bd9acbdc46" }, "downloads": -1, "filename": "yandex_checkout-1.0.3.tar.gz", "has_sig": false, "md5_digest": "cfaab3659fe209f9ff8d13a7e7c829b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12938, "upload_time": "2018-04-13T09:14:03", "url": "https://files.pythonhosted.org/packages/0f/6f/f112008f682b17669b242868758e33983fb7c922af96f4ff3e68d16246d4/yandex_checkout-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "362a7ff2be6fb8945ac5529130581e6d", "sha256": "3c39e24ca198832e677306f48df8281137a7a2f5932b44d2748c48aede251c75" }, "downloads": -1, "filename": "yandex_checkout-1.0.4.tar.gz", "has_sig": false, "md5_digest": "362a7ff2be6fb8945ac5529130581e6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12972, "upload_time": "2018-06-28T09:50:13", "url": "https://files.pythonhosted.org/packages/fd/1f/4a8f077aad4ec34fc709f037d2bcb17211e49b28e7514a1b23fb1babae4e/yandex_checkout-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "62b7ca47ea27d2d1815a6ba1bf3463cb", "sha256": "6edfd93f357ad0729522e569ef8d4384ab8fcc0d112373c6019733f5b8a7bab7" }, "downloads": -1, "filename": "yandex_checkout-1.0.5.tar.gz", "has_sig": false, "md5_digest": "62b7ca47ea27d2d1815a6ba1bf3463cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13734, "upload_time": "2018-08-22T13:09:22", "url": "https://files.pythonhosted.org/packages/df/af/7032026b56b95ba76bee36f3fbc253e545a6bf3b8a6f48230f32913cdba2/yandex_checkout-1.0.5.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "956d63b14e5eaecfb48ecae7be0a25dd", "sha256": "63b2fef94e133f0527f6fa8c64b730497d1051723bad280c25561ea834560b83" }, "downloads": -1, "filename": "yandex_checkout-1.0.7.tar.gz", "has_sig": false, "md5_digest": "956d63b14e5eaecfb48ecae7be0a25dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14243, "upload_time": "2018-09-24T09:13:15", "url": "https://files.pythonhosted.org/packages/58/5e/eafdd11be5fac6f2aa26d7fb867f11cbac8f8784a0df9575d60833a42158/yandex_checkout-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "d5595372f9cb2bd9a412f6819697d775", "sha256": "eaf18f99fe204e110a6accb63963fac5030236c12c4091d7ee299acba284121b" }, "downloads": -1, "filename": "yandex_checkout-1.0.8.tar.gz", "has_sig": false, "md5_digest": "d5595372f9cb2bd9a412f6819697d775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14987, "upload_time": "2018-10-24T14:09:36", "url": "https://files.pythonhosted.org/packages/81/78/d465f0b6413f21277be2ccd1fcbd5a4bc07579f1e9fca3ae6197bb33db85/yandex_checkout-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "10cd87d831f9c6118d63eab7da3ffb12", "sha256": "b150ec14dbdd8ed6e0c41fa02bfdb8977c1999471027902ab9c724fdb6652d65" }, "downloads": -1, "filename": "yandex_checkout-1.0.9.tar.gz", "has_sig": false, "md5_digest": "10cd87d831f9c6118d63eab7da3ffb12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15030, "upload_time": "2018-11-13T10:46:49", "url": "https://files.pythonhosted.org/packages/0d/81/722565d7cea56a66b4591e69517b9bd9693a5a2952adf9f5c2867bfa1c08/yandex_checkout-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "21cb72504432a855be6b9625410098fd", "sha256": "8ecbd02b2fb21306d9887c774ee75b82393114ab4cba2aef92e5e0427b7c3f25" }, "downloads": -1, "filename": "yandex_checkout-1.1.0.tar.gz", "has_sig": false, "md5_digest": "21cb72504432a855be6b9625410098fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16668, "upload_time": "2019-04-18T11:56:18", "url": "https://files.pythonhosted.org/packages/ae/93/41ac45aa85578319729eeff47c94219007dab515982139228319d6e518e4/yandex_checkout-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "48ff8a00f3b28681c193b36d22b27b1f", "sha256": "8590bccebd36e3572170fa26cb098633f052b5b4cc6af1ab8cbb15acfd34a6f8" }, "downloads": -1, "filename": "yandex_checkout-1.1.1.tar.gz", "has_sig": false, "md5_digest": "48ff8a00f3b28681c193b36d22b27b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16925, "upload_time": "2019-05-14T12:03:26", "url": "https://files.pythonhosted.org/packages/63/86/91a996a1029bb53589f5973f597f85490898563b6b01966ddcf6c4cb5754/yandex_checkout-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "ef5ff0ffb675b6637e76456e5a22e382", "sha256": "b11e00b64b80f377ae16577010befa2a35986df2cfd717e402f8a94b39a1cabb" }, "downloads": -1, "filename": "yandex_checkout-1.2.0.tar.gz", "has_sig": false, "md5_digest": "ef5ff0ffb675b6637e76456e5a22e382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18849, "upload_time": "2019-07-18T12:44:46", "url": "https://files.pythonhosted.org/packages/64/e7/178a7dbac78160c796705b92d5eb80fa3c759e4bca40e4cb616167c523dd/yandex_checkout-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "34c1cbb076160045f08e605b32da3efd", "sha256": "6014a84be0b645833e2f5bc994ad436bc5d93aacce096be937753906553b6db3" }, "downloads": -1, "filename": "yandex_checkout-1.3.0.tar.gz", "has_sig": false, "md5_digest": "34c1cbb076160045f08e605b32da3efd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19205, "upload_time": "2019-08-16T08:16:44", "url": "https://files.pythonhosted.org/packages/21/29/4a66700206b8bf256494dba0618b8699d9327cd8491946579deb12b85950/yandex_checkout-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "0823134da97a994afc3837899d6ab3d4", "sha256": "479fe6d973915150f2cb3635af9c9d5418442eab6aec50cd79fa527127ee4607" }, "downloads": -1, "filename": "yandex_checkout-1.3.1.tar.gz", "has_sig": false, "md5_digest": "0823134da97a994afc3837899d6ab3d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19302, "upload_time": "2019-08-19T13:14:17", "url": "https://files.pythonhosted.org/packages/cd/4f/64c23d0ada501cd4c6fa881581ca3e9af579bdc1046f4a085194d9beb377/yandex_checkout-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "76503ea6ba81cfbe0ba03685878f7575", "sha256": "3ce6d88989df8615b7e1785cc427eeefacb8d165e68e61bf8a58c66512a12506" }, "downloads": -1, "filename": "yandex_checkout-1.4.0.tar.gz", "has_sig": false, "md5_digest": "76503ea6ba81cfbe0ba03685878f7575", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21714, "upload_time": "2019-09-12T14:11:53", "url": "https://files.pythonhosted.org/packages/7d/5c/10414c1260fc35e46e71e034bea3b516f4971910248989e55b12880dd838/yandex_checkout-1.4.0.tar.gz" } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "cb2ba28e580d1ca1ed3edd70962451b2", "sha256": "bc08c7e5d11f304882754a1cd80a11e80b47052c408511d5cbf07911f81d6d1e" }, "downloads": -1, "filename": "yandex_checkout-1.4.5.tar.gz", "has_sig": false, "md5_digest": "cb2ba28e580d1ca1ed3edd70962451b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21785, "upload_time": "2019-09-16T08:53:37", "url": "https://files.pythonhosted.org/packages/ee/c4/cebec1f833d0f117c9e460e9ec31a03a5c27cee73a3399c23dcc2a16d8e1/yandex_checkout-1.4.5.tar.gz" } ], "1.4.6": [ { "comment_text": "", "digests": { "md5": "b033966fd59c30461b04bdf27ecdd0ed", "sha256": "f0f268ab0fba05eaa694888d84fec425ecaf68ee5a539744c8eafd9a94903e3c" }, "downloads": -1, "filename": "yandex_checkout-1.4.6.tar.gz", "has_sig": false, "md5_digest": "b033966fd59c30461b04bdf27ecdd0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21780, "upload_time": "2019-09-24T17:14:00", "url": "https://files.pythonhosted.org/packages/6e/4d/2a8096fb2412e6a434910e1dcf830ac693d81b42ac544c0e1c4faa2f8151/yandex_checkout-1.4.6.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "ea581fc25a891a04b8197e5aebb28f98", "sha256": "505ee2ee8bfdef7e039e49311396e251c080747b94836b196e34b19884cb0ce9" }, "downloads": -1, "filename": "yandex_checkout-1.5.0.tar.gz", "has_sig": false, "md5_digest": "ea581fc25a891a04b8197e5aebb28f98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23396, "upload_time": "2019-10-04T21:25:15", "url": "https://files.pythonhosted.org/packages/8c/c2/e05cf3c9797630ad6e1f48b6c2651bf1d5e6f40e0df900d0232a4431d488/yandex_checkout-1.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea581fc25a891a04b8197e5aebb28f98", "sha256": "505ee2ee8bfdef7e039e49311396e251c080747b94836b196e34b19884cb0ce9" }, "downloads": -1, "filename": "yandex_checkout-1.5.0.tar.gz", "has_sig": false, "md5_digest": "ea581fc25a891a04b8197e5aebb28f98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23396, "upload_time": "2019-10-04T21:25:15", "url": "https://files.pythonhosted.org/packages/8c/c2/e05cf3c9797630ad6e1f48b6c2651bf1d5e6f40e0df900d0232a4431d488/yandex_checkout-1.5.0.tar.gz" } ] }