bitcart


Namebitcart JSON
Version 1.15.0.0 PyPI version JSON
download
home_pagehttps://github.com/bitcart/bitcart-sdk
SummaryBitcart coins support library
upload_time2024-03-15 21:15:36
maintainer
docs_urlNone
authorMrNaif2018
requires_python>=3.9
licenseMIT
keywords electrum daemon bitcart bitcartcc
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)
- SmartBCH
- Polygon (MATIC)
- Tron (TRX)
- Ergon
- Litecoin (⚡)
- Globalboost (⚡)
- 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": "https://github.com/bitcart/bitcart-sdk",
    "name": "bitcart",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "electrum,daemon,bitcart,bitcartcc",
    "author": "MrNaif2018",
    "author_email": "chuff184@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/e0/de7fae1a2ef400cbae9843b4cda89ca2f22953ad2b249bd6bb19ab1a54d4/bitcart-1.15.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- SmartBCH\n- Polygon (MATIC)\n- Tron (TRX)\n- Ergon\n- Litecoin (\u26a1)\n- Globalboost (\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": "MIT",
    "summary": "Bitcart coins support library",
    "version": "1.15.0.0",
    "project_urls": {
        "Homepage": "https://github.com/bitcart/bitcart-sdk"
    },
    "split_keywords": [
        "electrum",
        "daemon",
        "bitcart",
        "bitcartcc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27055f75549bfa2aca9c096d77f833bf458b638111661587dd0e4411e6202a79",
                "md5": "fa40683e2205fa2c1c8a15305555b3b4",
                "sha256": "7ea215d24970c1730903750eda141d532bd80a632996e0d3dca4441130816fc9"
            },
            "downloads": -1,
            "filename": "bitcart-1.15.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa40683e2205fa2c1c8a15305555b3b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 21446,
            "upload_time": "2024-03-15T21:15:34",
            "upload_time_iso_8601": "2024-03-15T21:15:34.952512Z",
            "url": "https://files.pythonhosted.org/packages/27/05/5f75549bfa2aca9c096d77f833bf458b638111661587dd0e4411e6202a79/bitcart-1.15.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1e0de7fae1a2ef400cbae9843b4cda89ca2f22953ad2b249bd6bb19ab1a54d4",
                "md5": "1cbd34a75def799c029d97cf06c57a95",
                "sha256": "51ad4fcf607015aaf2a4cdf648059f80102fc81feff8c8af1eb8edeedf1ed1d5"
            },
            "downloads": -1,
            "filename": "bitcart-1.15.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1cbd34a75def799c029d97cf06c57a95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 35459,
            "upload_time": "2024-03-15T21:15:36",
            "upload_time_iso_8601": "2024-03-15T21:15:36.432214Z",
            "url": "https://files.pythonhosted.org/packages/a1/e0/de7fae1a2ef400cbae9843b4cda89ca2f22953ad2b249bd6bb19ab1a54d4/bitcart-1.15.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 21:15:36",
    "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.20728s