nerva-py


Namenerva-py JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryPython bindings for the JSON RPC interface of the Nerva cryptocurrency.
upload_time2024-10-26 14:05:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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/nerva-py/actions/workflows/ruff.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/ruff.yml)
[![Build](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/Sn1F3rt/nerva-py)](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 nerva-py
```

To install the latest development version you can use following command:
```sh
uv add git+https://github.com/Sn1F3rt/nerva-py.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 nerva.daemon import DaemonJSONRPC


async def main():
    daemon = DaemonJSONRPC(
        host="x.y.z.w",
    )

    print(await daemon.get_info())


asyncio.run(main())
```

## Support

- [Issues](https://github.com/Sn1F3rt/nerva-py/issues)
- [Discord](https://discord.gg/ufysfvcFwe) - `Development > #nerva-py`

## License

[MIT License](LICENSE)

Copyright © 2024 [Sayan "Sn1F3rt" Bhattacharyya](https://sn1f3rt.dev)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nerva-py",
    "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/47/02/9c07e05ebef7d5291a87bbc1358057fbf91c8700576f0a76d0917a06d1ec/nerva_py-1.0.0.tar.gz",
    "platform": null,
    "description": "# Nerva Python Library\n\n[![Ruff](https://github.com/Sn1F3rt/nerva-py/actions/workflows/ruff.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/ruff.yml)\n[![Build](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml)\n[![License](https://img.shields.io/github/license/Sn1F3rt/nerva-py)](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 nerva-py\n```\n\nTo install the latest development version you can use following command:\n```sh\nuv add git+https://github.com/Sn1F3rt/nerva-py.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 nerva.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- [Issues](https://github.com/Sn1F3rt/nerva-py/issues)\n- [Discord](https://discord.gg/ufysfvcFwe) - `Development > #nerva-py`\n\n## License\n\n[MIT License](LICENSE)\n\nCopyright &copy; 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.0",
    "project_urls": null,
    "split_keywords": [
        "bindings",
        " cryptocurrency",
        " json-rpc",
        " nerva",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0c3a5a849ccfbba46d2c1305b85a0498854f486b81753ce149bdff5f887726a",
                "md5": "42349aa06088bc5885ec2824e9e9d530",
                "sha256": "75f8d1c51b77e6ba297f0af1fba307de945f1867e75be5e06be5e8c0f3b78443"
            },
            "downloads": -1,
            "filename": "nerva_py-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42349aa06088bc5885ec2824e9e9d530",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16099,
            "upload_time": "2024-10-26T14:05:42",
            "upload_time_iso_8601": "2024-10-26T14:05:42.021247Z",
            "url": "https://files.pythonhosted.org/packages/f0/c3/a5a849ccfbba46d2c1305b85a0498854f486b81753ce149bdff5f887726a/nerva_py-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47029c07e05ebef7d5291a87bbc1358057fbf91c8700576f0a76d0917a06d1ec",
                "md5": "ce2f386c2e9b4cc52fe9e5b55bb0aac7",
                "sha256": "95578d60b78915ce6eb52c815d80a2afbdabe2885962792009c9e2f5f23c6e11"
            },
            "downloads": -1,
            "filename": "nerva_py-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce2f386c2e9b4cc52fe9e5b55bb0aac7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 69886,
            "upload_time": "2024-10-26T14:05:43",
            "upload_time_iso_8601": "2024-10-26T14:05:43.528258Z",
            "url": "https://files.pythonhosted.org/packages/47/02/9c07e05ebef7d5291a87bbc1358057fbf91c8700576f0a76d0917a06d1ec/nerva_py-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 14:05:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nerva-py"
}
        
Elapsed time: 0.41352s