bitcart


Namebitcart JSON
Version 1.18.0.0 PyPI version JSON
download
home_pageNone
SummaryBitcart coins support library
upload_time2025-07-11 13:26:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
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.11",
    "maintainer_email": null,
    "keywords": "bitcart, bitcartcc, daemon, electrum",
    "author": null,
    "author_email": "MrNaif2018 <chuff184@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8c/de/bb971c2a2d0d66af036f72135d421f7c6d4901597dd6367d6583f00333ce/bitcart-1.18.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.18.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": "147691d4a7519c2e09a8f4aa4e2bdbeddc17ee23365db9ba256dd0eae9d6c4a0",
                "md5": "37e43b968a29a84b2260b970d8554e29",
                "sha256": "18d9c4dd4a8b6433b49e8f673cbd19f0d68dfe5efc9c87b8b289ee2c4fb3f202"
            },
            "downloads": -1,
            "filename": "bitcart-1.18.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37e43b968a29a84b2260b970d8554e29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 20909,
            "upload_time": "2025-07-11T13:26:19",
            "upload_time_iso_8601": "2025-07-11T13:26:19.520775Z",
            "url": "https://files.pythonhosted.org/packages/14/76/91d4a7519c2e09a8f4aa4e2bdbeddc17ee23365db9ba256dd0eae9d6c4a0/bitcart-1.18.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cdebb971c2a2d0d66af036f72135d421f7c6d4901597dd6367d6583f00333ce",
                "md5": "e9abf03ea2c5466e9db8e979a471270b",
                "sha256": "c6ca6438bcd439882cf608db7a53dbe5756e4dd47124f6594b16ccc147d7b1a0"
            },
            "downloads": -1,
            "filename": "bitcart-1.18.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e9abf03ea2c5466e9db8e979a471270b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 146919,
            "upload_time": "2025-07-11T13:26:20",
            "upload_time_iso_8601": "2025-07-11T13:26:20.775364Z",
            "url": "https://files.pythonhosted.org/packages/8c/de/bb971c2a2d0d66af036f72135d421f7c6d4901597dd6367d6583f00333ce/bitcart-1.18.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 13:26:20",
    "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: 0.40026s