bitcart


Namebitcart JSON
Version 1.19.0.0 PyPI version JSON
download
home_pageNone
SummaryBitcart coins support library
upload_time2025-10-19 13:39:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords bitcart bitcartcc daemon electrum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bitcart SDK

[![CircleCI](https://circleci.com/gh/bitcart/bitcart-sdk.svg?style=svg)](https://circleci.com/gh/bitcart/bitcart-sdk)
[![Codecov](https://img.shields.io/codecov/c/github/bitcart/bitcart-sdk?style=flat-square)](https://codecov.io/gh/bitcart/bitcart-sdk)
[![PyPI version](https://img.shields.io/pypi/v/bitcart.svg?style=flat-square)](https://pypi.python.org/pypi/bitcart/)
[![Read the Docs](https://img.shields.io/readthedocs/bitcart-sdk?style=flat-square)](https://sdk.bitcart.ai)

This is a client library(wrapper) around Bitcart daemon. It is used to simplify common commands.
Coins support(⚡ means lightning is supported):

- Bitcoin (⚡)
- Bitcoin Cash
- Monero
- Ethereum
- Binance coin (BNB)
- Polygon (MATIC)
- Tron (TRX)
- Ergon
- Litecoin (⚡)
- Groestlcoin (⚡)

Main focus is Bitcoin.

This library supports both asynchronous and synchronous usages.

You can call it's methods synchronously, like so:

```python
print(btc.help())
```

Or you can await it's methods when using from async functions:

```python
async def main():
    print(await btc.help())
```

Async callback functions for `@btc.on` are supported.

For more information [Read the Docs](https://sdk.bitcart.ai)

## Release versioning

We follow a custom variant of semver:

`major.minor.feature.bugfix`

Where `major` is changed not frequently, and means significant changes to the SDK

`minor` means breaking changes

`feature` means adding new features without breaking existing APIs

`bugfix` means fixing bugs without breaking existing APIs

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## Copyright and License

Copyright (C) 2019 MrNaif2018

Licensed under the [MIT license](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bitcart",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "bitcart, bitcartcc, daemon, electrum",
    "author": null,
    "author_email": "MrNaif2018 <chuff184@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/76/6ee2a6e25ed206878a8ff3b050aeec99bb5dc0bb743cfe5a7f617784e75a/bitcart-1.19.0.0.tar.gz",
    "platform": null,
    "description": "# Bitcart SDK\n\n[![CircleCI](https://circleci.com/gh/bitcart/bitcart-sdk.svg?style=svg)](https://circleci.com/gh/bitcart/bitcart-sdk)\n[![Codecov](https://img.shields.io/codecov/c/github/bitcart/bitcart-sdk?style=flat-square)](https://codecov.io/gh/bitcart/bitcart-sdk)\n[![PyPI version](https://img.shields.io/pypi/v/bitcart.svg?style=flat-square)](https://pypi.python.org/pypi/bitcart/)\n[![Read the Docs](https://img.shields.io/readthedocs/bitcart-sdk?style=flat-square)](https://sdk.bitcart.ai)\n\nThis is a client library(wrapper) around Bitcart daemon. It is used to simplify common commands.\nCoins support(\u26a1 means lightning is supported):\n\n- Bitcoin (\u26a1)\n- Bitcoin Cash\n- Monero\n- Ethereum\n- Binance coin (BNB)\n- Polygon (MATIC)\n- Tron (TRX)\n- Ergon\n- Litecoin (\u26a1)\n- Groestlcoin (\u26a1)\n\nMain focus is Bitcoin.\n\nThis library supports both asynchronous and synchronous usages.\n\nYou can call it's methods synchronously, like so:\n\n```python\nprint(btc.help())\n```\n\nOr you can await it's methods when using from async functions:\n\n```python\nasync def main():\n    print(await btc.help())\n```\n\nAsync callback functions for `@btc.on` are supported.\n\nFor more information [Read the Docs](https://sdk.bitcart.ai)\n\n## Release versioning\n\nWe follow a custom variant of semver:\n\n`major.minor.feature.bugfix`\n\nWhere `major` is changed not frequently, and means significant changes to the SDK\n\n`minor` means breaking changes\n\n`feature` means adding new features without breaking existing APIs\n\n`bugfix` means fixing bugs without breaking existing APIs\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Copyright and License\n\nCopyright (C) 2019 MrNaif2018\n\nLicensed under the [MIT license](LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bitcart coins support library",
    "version": "1.19.0.0",
    "project_urls": {
        "Changelog": "https://github.com/bitcart/bitcart-sdk/blob/master/CHANGELOG.md",
        "Homepage": "https://github.com/bitcart/bitcart-sdk",
        "Source": "https://github.com/bitcart/bitcart-sdk"
    },
    "split_keywords": [
        "bitcart",
        " bitcartcc",
        " daemon",
        " electrum"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a86e0cf04a72edd31d59e793ac71ebc6559086995156ef38678945c205e56914",
                "md5": "0bd8d149d4b507afc10881cec0de5939",
                "sha256": "01b350425a8b6a4f13c5b5b653f170ab1f68a20f9de7012067e2f83aa5a41b7a"
            },
            "downloads": -1,
            "filename": "bitcart-1.19.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0bd8d149d4b507afc10881cec0de5939",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 20987,
            "upload_time": "2025-10-19T13:39:08",
            "upload_time_iso_8601": "2025-10-19T13:39:08.374659Z",
            "url": "https://files.pythonhosted.org/packages/a8/6e/0cf04a72edd31d59e793ac71ebc6559086995156ef38678945c205e56914/bitcart-1.19.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8766ee2a6e25ed206878a8ff3b050aeec99bb5dc0bb743cfe5a7f617784e75a",
                "md5": "cd306dae5906119e399103b38a81c0da",
                "sha256": "618ed3e943c52f2ad848a6b6233a0b9910e74d16d1db0d6d2697c52af24863c9"
            },
            "downloads": -1,
            "filename": "bitcart-1.19.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cd306dae5906119e399103b38a81c0da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 153994,
            "upload_time": "2025-10-19T13:39:09",
            "upload_time_iso_8601": "2025-10-19T13:39:09.299257Z",
            "url": "https://files.pythonhosted.org/packages/c8/76/6ee2a6e25ed206878a8ff3b050aeec99bb5dc0bb743cfe5a7f617784e75a/bitcart-1.19.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-19 13:39:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bitcart",
    "github_project": "bitcart-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "bitcart"
}
        
Elapsed time: 1.49468s