pyCryptoPayAPI


NamepyCryptoPayAPI JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/Badiboy/pyCryptoPayAPI
SummarySimple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)
upload_time2023-08-21 10:31:43
maintainer
docs_urlNone
authorBadiboy
requires_python
licenseMIT license
keywords crypto pay api @cryptobot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPi Package Version](https://img.shields.io/pypi/v/pyCryptoPayAPI.svg)](https://pypi.python.org/pypi/pyCryptoPayAPI)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyCryptoPayAPI.svg)](https://pypi.python.org/pypi/pyCryptoPayAPI)
[![PyPi downloads](https://img.shields.io/pypi/dm/pyCryptoPayAPI.svg)](https://pypi.org/project/pyCryptoPayAPI/)

# <p align="center">pyCryptoPayAPI</p>
Simple Python implementation of [Crypto Pay API](https://help.crypt.bot/crypto-pay-api) (Crypto Pay is a payment system based on [@CryptoBot](http://t.me/CryptoBot))

# Installation
Installation using pip (a Python package manager):
```
$ pip install pyCryptoPayAPI
```

# Usage
Everything is as simple as the [API](https://help.crypt.bot/crypto-pay-api#available-methods) itself.
1. Create pyCryptoPayAPI instance
2. Access API methods in pythonic notation (getInvoices -> get_invoices)
```
from pyCryptoPayAPI import pyCryptoPayAPI
client = pyCryptoPayAPI(api_token="zzz")
print(client.get_balance())
```
You can also check tests.py.

# Exceptions
Exceptions are rised using pyCryptoPayException class.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Badiboy/pyCryptoPayAPI",
    "name": "pyCryptoPayAPI",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Crypto Pay API @CryptoBot",
    "author": "Badiboy",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a9/57/bee38ef0d6f0a423d8559c8a97241de89a8aa367fccddc1ad6fa31de20d6/pyCryptoPayAPI-0.0.8.tar.gz",
    "platform": null,
    "description": "[![PyPi Package Version](https://img.shields.io/pypi/v/pyCryptoPayAPI.svg)](https://pypi.python.org/pypi/pyCryptoPayAPI)\r\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyCryptoPayAPI.svg)](https://pypi.python.org/pypi/pyCryptoPayAPI)\r\n[![PyPi downloads](https://img.shields.io/pypi/dm/pyCryptoPayAPI.svg)](https://pypi.org/project/pyCryptoPayAPI/)\r\n\r\n# <p align=\"center\">pyCryptoPayAPI</p>\r\nSimple Python implementation of [Crypto Pay API](https://help.crypt.bot/crypto-pay-api) (Crypto Pay is a payment system based on [@CryptoBot](http://t.me/CryptoBot))\r\n\r\n# Installation\r\nInstallation using pip (a Python package manager):\r\n```\r\n$ pip install pyCryptoPayAPI\r\n```\r\n\r\n# Usage\r\nEverything is as simple as the [API](https://help.crypt.bot/crypto-pay-api#available-methods) itself.\r\n1. Create pyCryptoPayAPI instance\r\n2. Access API methods in pythonic notation (getInvoices -> get_invoices)\r\n```\r\nfrom pyCryptoPayAPI import pyCryptoPayAPI\r\nclient = pyCryptoPayAPI(api_token=\"zzz\")\r\nprint(client.get_balance())\r\n```\r\nYou can also check tests.py.\r\n\r\n# Exceptions\r\nExceptions are rised using pyCryptoPayException class.\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Simple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/Badiboy/pyCryptoPayAPI"
    },
    "split_keywords": [
        "crypto",
        "pay",
        "api",
        "@cryptobot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a957bee38ef0d6f0a423d8559c8a97241de89a8aa367fccddc1ad6fa31de20d6",
                "md5": "47d70494f20d4911b0867d5330abeffe",
                "sha256": "2ce02e525d70942dd31dfd9c9a641704c9f3bb5e4bb166e4c6e22dcab148d0d0"
            },
            "downloads": -1,
            "filename": "pyCryptoPayAPI-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "47d70494f20d4911b0867d5330abeffe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5875,
            "upload_time": "2023-08-21T10:31:43",
            "upload_time_iso_8601": "2023-08-21T10:31:43.261579Z",
            "url": "https://files.pythonhosted.org/packages/a9/57/bee38ef0d6f0a423d8559c8a97241de89a8aa367fccddc1ad6fa31de20d6/pyCryptoPayAPI-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 10:31:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Badiboy",
    "github_project": "pyCryptoPayAPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pycryptopayapi"
}
        
Elapsed time: 0.17140s