robokassa


Namerobokassa JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/byBenPuls/robokassa
SummaryUnofficial Robokassa API
upload_time2025-03-22 01:01:59
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)
```

---

## 📖 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/46/97/7baea63591ed007e5c39bd185b502a44dbe12297e9683234606e8bc9ed91/robokassa-1.0.1.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\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.1",
    "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": "7c050dfa21fa490ae36af46f79a5fadb74a4616602cfb801b1f4441247121461",
                "md5": "f6e3e4faf6abc08497717073bc1771c8",
                "sha256": "ad84d7ace5115875a616d19bc748efe7e2783c2d26fb52f2b3add87c670ded15"
            },
            "downloads": -1,
            "filename": "robokassa-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6e3e4faf6abc08497717073bc1771c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15561,
            "upload_time": "2025-03-22T01:01:58",
            "upload_time_iso_8601": "2025-03-22T01:01:58.412488Z",
            "url": "https://files.pythonhosted.org/packages/7c/05/0dfa21fa490ae36af46f79a5fadb74a4616602cfb801b1f4441247121461/robokassa-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46977baea63591ed007e5c39bd185b502a44dbe12297e9683234606e8bc9ed91",
                "md5": "95c22184ac7834a6f8d817a948ab9200",
                "sha256": "4c5093dd8c15d6b3135142897f55a56afe4dec3ac1ad40fa8c05c30316245afd"
            },
            "downloads": -1,
            "filename": "robokassa-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95c22184ac7834a6f8d817a948ab9200",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12020,
            "upload_time": "2025-03-22T01:01:59",
            "upload_time_iso_8601": "2025-03-22T01:01:59.954123Z",
            "url": "https://files.pythonhosted.org/packages/46/97/7baea63591ed007e5c39bd185b502a44dbe12297e9683234606e8bc9ed91/robokassa-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-22 01:01:59",
    "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.44627s