Name | pyxnv JSON |
Version |
1.0.0b2
JSON |
| download |
home_page | None |
Summary | Python bindings for the JSON RPC interface of the Nerva cryptocurrency. |
upload_time | 2024-10-17 11:56:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
bindings
cryptocurrency
json-rpc
nerva
python
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Nerva Python Library
[![Ruff](https://github.com/Sn1F3rt/pyxnv/actions/workflows/ruff.yml/badge.svg)](https://github.com/Sn1F3rt/pyxnv/actions/workflows/ruff.yml)
[![License](https://img.shields.io/github/license/Sn1F3rt/pyxnv)](LICENSE)
## Table of Contents
- [About](#about)
- [Installation](#installation)
* [Requirements](#requirements)
* [Setup](#setup)
- [Documentation](#documentation)
- [Support](#support)
- [License](#license)
## About
Python bindings for the JSON RPC interface of the Nerva cryptocurrency.
## Installation
### Requirements
- Python 3.8+
- [`uv`](https://docs.astral.sh/uv/) (for development only)
### Setup
To install current latest release you can use following command:
```sh
pip install pyxnv
```
To install the latest development version you can use following command:
```sh
uv add git+https://github.com/Sn1F3rt/pyxnv.git --branch main
```
## Documentation
Developers please refer to the docstrings in the code for more information. Full API reference will be available soon.
Here is a simple example to get you started:
```python
import asyncio
from xnv.daemon import DaemonJSONRPC
async def main():
daemon = DaemonJSONRPC(
host="x.y.z.w",
)
print(await daemon.get_info())
asyncio.run(main())
```
## Support
- [Project Issues](https://github.com/Sn1F3rt/pyxnv/issues)
- [Nerva Discord](https://discord.gg/ufysfvcFwe) (Contact `@sn1f3rt`)
## License
[MIT License](LICENSE)
Copyright © 2024 [Sayan "Sn1F3rt" Bhattacharyya](https://sn1f3rt.dev)
Raw data
{
"_id": null,
"home_page": null,
"name": "pyxnv",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "bindings, cryptocurrency, json-rpc, nerva, python",
"author": null,
"author_email": "Sayan Bhattacharyya <sayan@sn1f3rt.dev>",
"download_url": "https://files.pythonhosted.org/packages/3a/df/c8fab35a8d33773702e89be4d8311ed9ff71cc6edaeced7aa607006565ab/pyxnv-1.0.0b2.tar.gz",
"platform": null,
"description": "# Nerva Python Library\n\n[![Ruff](https://github.com/Sn1F3rt/pyxnv/actions/workflows/ruff.yml/badge.svg)](https://github.com/Sn1F3rt/pyxnv/actions/workflows/ruff.yml)\n[![License](https://img.shields.io/github/license/Sn1F3rt/pyxnv)](LICENSE)\n\n## Table of Contents\n\n- [About](#about)\n- [Installation](#installation)\n * [Requirements](#requirements)\n * [Setup](#setup)\n- [Documentation](#documentation)\n- [Support](#support)\n- [License](#license)\n\n## About\n\nPython bindings for the JSON RPC interface of the Nerva cryptocurrency.\n\n## Installation\n\n### Requirements\n\n- Python 3.8+\n- [`uv`](https://docs.astral.sh/uv/) (for development only)\n\n### Setup\n\nTo install current latest release you can use following command:\n```sh\npip install pyxnv\n```\n\nTo install the latest development version you can use following command:\n```sh\nuv add git+https://github.com/Sn1F3rt/pyxnv.git --branch main\n```\n\n## Documentation\n\nDevelopers please refer to the docstrings in the code for more information. Full API reference will be available soon.\n\nHere is a simple example to get you started:\n\n```python\nimport asyncio\n\nfrom xnv.daemon import DaemonJSONRPC\n\n\nasync def main():\n daemon = DaemonJSONRPC(\n host=\"x.y.z.w\",\n )\n\n print(await daemon.get_info())\n\n\nasyncio.run(main())\n```\n\n## Support\n\n- [Project Issues](https://github.com/Sn1F3rt/pyxnv/issues)\n- [Nerva Discord](https://discord.gg/ufysfvcFwe) (Contact `@sn1f3rt`)\n\n## License\n\n[MIT License](LICENSE)\n\nCopyright © 2024 [Sayan \"Sn1F3rt\" Bhattacharyya](https://sn1f3rt.dev)\n",
"bugtrack_url": null,
"license": null,
"summary": "Python bindings for the JSON RPC interface of the Nerva cryptocurrency.",
"version": "1.0.0b2",
"project_urls": null,
"split_keywords": [
"bindings",
" cryptocurrency",
" json-rpc",
" nerva",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f7bfca9cb8b6469cd73c1427e8d33d78d233838240dbde3a944cb58df08517da",
"md5": "3a2bdea4e982190f400ca5f11c0a2c78",
"sha256": "8780f98e546f6188b6739c24f73b7d6f02ae24dc4fdb63d490dad8c99ebdddf8"
},
"downloads": -1,
"filename": "pyxnv-1.0.0b2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a2bdea4e982190f400ca5f11c0a2c78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 15896,
"upload_time": "2024-10-17T11:56:29",
"upload_time_iso_8601": "2024-10-17T11:56:29.833004Z",
"url": "https://files.pythonhosted.org/packages/f7/bf/ca9cb8b6469cd73c1427e8d33d78d233838240dbde3a944cb58df08517da/pyxnv-1.0.0b2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3adfc8fab35a8d33773702e89be4d8311ed9ff71cc6edaeced7aa607006565ab",
"md5": "4f819a9db4dbfec0c9956d1f364652e6",
"sha256": "b631a5cdfd991dda5aa9ec5822b7dede7ee4292220e0dd42b74507851d39c49c"
},
"downloads": -1,
"filename": "pyxnv-1.0.0b2.tar.gz",
"has_sig": false,
"md5_digest": "4f819a9db4dbfec0c9956d1f364652e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 29219,
"upload_time": "2024-10-17T11:56:30",
"upload_time_iso_8601": "2024-10-17T11:56:30.746880Z",
"url": "https://files.pythonhosted.org/packages/3a/df/c8fab35a8d33773702e89be4d8311ed9ff71cc6edaeced7aa607006565ab/pyxnv-1.0.0b2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 11:56:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyxnv"
}