robokassa


Namerobokassa JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/byBenPuls/robokassa
SummaryUnofficial Robokassa API
upload_time2025-08-02 14:30:02
maintainerNone
docs_urlNone
authorBen Puls
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="assets/banner.png" alt="Robokassa API" width="600">
</p>

# 🚀 Robokassa API

> **Unofficial Python Library for Robokassa Payments**  
> 💳 Fast & Secure Payment Integration with Just a Few Lines of Code!

<p align="center">
  <img src="https://img.shields.io/pypi/v/robokassa?color=blue" alt="PyPI Version">
  <img src="https://img.shields.io/pypi/dm/robokassa?color=green" alt="Downloads">
  <img src="https://img.shields.io/github/license/byBenPuls/robokassa?color=red" alt="License">
</p>

---

## 🎨 Features
✔️ Easy Payment Link Generation  
✔️ Secure Transactions with Hash Algorithms  
✔️ Supports all available Hashes  
✔️ Simple and Fast Integration  

---

## 📦 Installation

```bash
pip install robokassa
```

---

## ⚡ Quick Start

```python
from robokassa import HashAlgorithm, Robokassa

robokassa = Robokassa(
    merchant_login="my_login",
    password1="password",
    password2="password",
    is_test=False,
    algorithm=HashAlgorithm.md5,
)

payment_link = robokassa.generate_open_payment_link(out_sum=1000, inv_id=0)
print(payment_link)
```

Async methods available for advanced actions:

```python
from robokassa.types import InvoiceType

my_link = await robokassa.generate_protected_payment_link(
    invoice_type=InvoiceType.REUSABLE, inv_id=233, out_sum=1000
)
```

---

## 📖 Documentation

📚 **Full Documentation (in Russian):**  
🔗 [Read the Docs](https://robokassa.readthedocs.io/)

---

## 🌟 Contribute & Support
🚀 **Found this project useful?** Show some ❤️ by giving it a star!

---

Made with ❤️ for seamless payment integration.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/byBenPuls/robokassa",
    "name": "robokassa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ben Puls",
    "author_email": "mail@benpuls.ru",
    "download_url": "https://files.pythonhosted.org/packages/e8/a9/6a34fbec0817bdf76378aeb7a371609f9fb0873b3357b22a21ec3fc5683e/robokassa-1.0.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"assets/banner.png\" alt=\"Robokassa API\" width=\"600\">\n</p>\n\n# \ud83d\ude80 Robokassa API\n\n> **Unofficial Python Library for Robokassa Payments**  \n> \ud83d\udcb3 Fast & Secure Payment Integration with Just a Few Lines of Code!\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/pypi/v/robokassa?color=blue\" alt=\"PyPI Version\">\n  <img src=\"https://img.shields.io/pypi/dm/robokassa?color=green\" alt=\"Downloads\">\n  <img src=\"https://img.shields.io/github/license/byBenPuls/robokassa?color=red\" alt=\"License\">\n</p>\n\n---\n\n## \ud83c\udfa8 Features\n\u2714\ufe0f Easy Payment Link Generation  \n\u2714\ufe0f Secure Transactions with Hash Algorithms  \n\u2714\ufe0f Supports all available Hashes  \n\u2714\ufe0f Simple and Fast Integration  \n\n---\n\n## \ud83d\udce6 Installation\n\n```bash\npip install robokassa\n```\n\n---\n\n## \u26a1 Quick Start\n\n```python\nfrom robokassa import HashAlgorithm, Robokassa\n\nrobokassa = Robokassa(\n    merchant_login=\"my_login\",\n    password1=\"password\",\n    password2=\"password\",\n    is_test=False,\n    algorithm=HashAlgorithm.md5,\n)\n\npayment_link = robokassa.generate_open_payment_link(out_sum=1000, inv_id=0)\nprint(payment_link)\n```\n\nAsync methods available for advanced actions:\n\n```python\nfrom robokassa.types import InvoiceType\n\nmy_link = await robokassa.generate_protected_payment_link(\n    invoice_type=InvoiceType.REUSABLE, inv_id=233, out_sum=1000\n)\n```\n\n---\n\n## \ud83d\udcd6 Documentation\n\n\ud83d\udcda **Full Documentation (in Russian):**  \n\ud83d\udd17 [Read the Docs](https://robokassa.readthedocs.io/)\n\n---\n\n## \ud83c\udf1f Contribute & Support\n\ud83d\ude80 **Found this project useful?** Show some \u2764\ufe0f by giving it a star!\n\n---\n\nMade with \u2764\ufe0f for seamless payment integration.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Unofficial Robokassa API",
    "version": "1.0.6",
    "project_urls": {
        "Documentation": "https://robokassa.readthedocs.io/",
        "Homepage": "https://github.com/byBenPuls/robokassa",
        "Repository": "https://github.com/byBenPuls/robokassa"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3db07705a3a1c59168e88671b8b281f8013bbb51fd33b7ee9edcc806222ca56",
                "md5": "5432eec7ed70cdfb7fa040dfc3009de0",
                "sha256": "3bd7aaa27141b3ca67fcdb95d8f8751e58ee530beb3de577fb23312e4d845664"
            },
            "downloads": -1,
            "filename": "robokassa-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5432eec7ed70cdfb7fa040dfc3009de0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14484,
            "upload_time": "2025-08-02T14:30:00",
            "upload_time_iso_8601": "2025-08-02T14:30:00.802357Z",
            "url": "https://files.pythonhosted.org/packages/b3/db/07705a3a1c59168e88671b8b281f8013bbb51fd33b7ee9edcc806222ca56/robokassa-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8a96a34fbec0817bdf76378aeb7a371609f9fb0873b3357b22a21ec3fc5683e",
                "md5": "fac3a69237f8fdd9f3a2f6e59e0ebf35",
                "sha256": "9e7b9b228f7f15feb3dd679d0695d0352bf6615287ee7c42e03320e7148c7b33"
            },
            "downloads": -1,
            "filename": "robokassa-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fac3a69237f8fdd9f3a2f6e59e0ebf35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11369,
            "upload_time": "2025-08-02T14:30:02",
            "upload_time_iso_8601": "2025-08-02T14:30:02.060390Z",
            "url": "https://files.pythonhosted.org/packages/e8/a9/6a34fbec0817bdf76378aeb7a371609f9fb0873b3357b22a21ec3fc5683e/robokassa-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 14:30:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "byBenPuls",
    "github_project": "robokassa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robokassa"
}
        
Elapsed time: 0.86488s