rdwv


Namerdwv JSON
Version 1.15.0.0 PyPI version JSON
download
home_pagehttps://github.com/rdwv/rdwv-sdk
Summaryrdwv coins support library
upload_time2024-08-21 19:39:52
maintainerNone
docs_urlNone
authorRDWV
requires_python>=3.9
licenseMIT
keywords electrum daemon rdwv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rdwv SDK

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

This is a client library(wrapper) around rdwv 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.rdwv.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/rdwv/rdwv-sdk",
    "name": "rdwv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "electrum, daemon, rdwv",
    "author": "RDWV",
    "author_email": "admin@rdwv.app",
    "download_url": "https://files.pythonhosted.org/packages/12/53/64a52454e569e07695dcd31c2acbf06deb48e47864337ea9386b1eb1e881/rdwv-1.15.0.0.tar.gz",
    "platform": null,
    "description": "# rdwv SDK\n\n[![CircleCI](https://circleci.com/gh/rdwv/rdwv-sdk.svg?style=svg)](https://circleci.com/gh/rdwv/rdwv-sdk)\n[![Codecov](https://img.shields.io/codecov/c/github/rdwv/rdwv-sdk?style=flat-square)](https://codecov.io/gh/rdwv/rdwv-sdk)\n[![PyPI version](https://img.shields.io/pypi/v/rdwv.svg?style=flat-square)](https://pypi.python.org/pypi/rdwv/)\n[![Read the Docs](https://img.shields.io/readthedocs/rdwv-sdk?style=flat-square)](https://sdk.rdwv.ai)\n\nThis is a client library(wrapper) around rdwv 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.rdwv.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": "rdwv coins support library",
    "version": "1.15.0.0",
    "project_urls": {
        "Homepage": "https://github.com/rdwv/rdwv-sdk"
    },
    "split_keywords": [
        "electrum",
        " daemon",
        " rdwv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d99355d7c47f1f403cf8a09307447a34ca440a25d39fba29f9a2ac6016e13c70",
                "md5": "411321428101552f8e4ae41d9d6bc967",
                "sha256": "f5208f79d67dd36ea00a3114499ed483791d117d81378aa8508e27e416e1ee45"
            },
            "downloads": -1,
            "filename": "rdwv-1.15.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "411321428101552f8e4ae41d9d6bc967",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 21253,
            "upload_time": "2024-08-21T19:39:50",
            "upload_time_iso_8601": "2024-08-21T19:39:50.915575Z",
            "url": "https://files.pythonhosted.org/packages/d9/93/55d7c47f1f403cf8a09307447a34ca440a25d39fba29f9a2ac6016e13c70/rdwv-1.15.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "125364a52454e569e07695dcd31c2acbf06deb48e47864337ea9386b1eb1e881",
                "md5": "824b3fece876d416911a946521af126d",
                "sha256": "e175c21ad1bd99efa1b69cb7ee9b7bc407f29d989a756cdc75703eed3021c09d"
            },
            "downloads": -1,
            "filename": "rdwv-1.15.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "824b3fece876d416911a946521af126d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 35578,
            "upload_time": "2024-08-21T19:39:52",
            "upload_time_iso_8601": "2024-08-21T19:39:52.506422Z",
            "url": "https://files.pythonhosted.org/packages/12/53/64a52454e569e07695dcd31c2acbf06deb48e47864337ea9386b1eb1e881/rdwv-1.15.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-21 19:39:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rdwv",
    "github_project": "rdwv-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "rdwv"
}
        
Elapsed time: 0.44867s