jsonrpc-py


Namejsonrpc-py JSON
Version 4.2.1 PyPI version JSON
download
home_pageNone
SummaryPure zero-dependency JSON-RPC 2.0 and OpenRPC implementation
upload_time2024-07-01 16:37:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseBSD-3-Clause
keywords jsonrpc openrpc asgi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JSON-RPC Python

[![pipeline status][pipeline]][homepage]
[![coverage report][coverage]][homepage]
[![latest release][version]][pypi]
[![pypi downloads][downloads]][pypi]

**JSON-RPC Python** is a lightweight ASGI micro framework for building web applications.

## Features

* Pure zero-dependency JSON-RPC 2.0 and OpenRPC implementation.
* Simple and user-friendly API interface.
* 100% type annotated codebase.
* 100% test coverage, so it's production-ready.

## Requirements

Python 3.11 and above.

## Installation

```shell
$ pip install jsonrpc-py
```

## Distribution

This project is licensed under the terms of the [BSD 3-Clause License](LICENSE).

## Links

* Documentation: <https://docs.jsonrpc.ru>
* PyPI Releases: <https://pypi.org/project/jsonrpc-py>
* Source Code: <https://gitlab.com/jsonrpc/jsonrpc-py>

[homepage]: <https://gitlab.com/jsonrpc/jsonrpc-py>
[pipeline]: <https://img.shields.io/gitlab/pipeline-status/jsonrpc/jsonrpc-py?branch=development&logo=gitlab&style=flat-square>
[coverage]: <https://img.shields.io/gitlab/pipeline-coverage/jsonrpc/jsonrpc-py?branch=development&logo=gitlab&style=flat-square>
[pypi]: <https://pypi.org/project/jsonrpc-py>
[version]: <https://img.shields.io/pypi/v/jsonrpc-py?color=steelblue&logo=python&logoColor=steelblue&style=flat-square>
[downloads]: <https://img.shields.io/pypi/dm/jsonrpc-py?color=steelblue&logo=python&logoColor=steelblue&style=flat-square>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jsonrpc-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "JSON-RPC Development Group <dev@jsonrpc.ru>",
    "keywords": "jsonrpc, openrpc, asgi",
    "author": null,
    "author_email": "Andrew Malchuk <andrew.malchuk@yandex.ru>",
    "download_url": "https://files.pythonhosted.org/packages/94/05/767e8dcf437ee888deef03de253e166e624939e781bb9dd1393865990490/jsonrpc_py-4.2.1.tar.gz",
    "platform": null,
    "description": "# JSON-RPC Python\n\n[![pipeline status][pipeline]][homepage]\n[![coverage report][coverage]][homepage]\n[![latest release][version]][pypi]\n[![pypi downloads][downloads]][pypi]\n\n**JSON-RPC Python** is a lightweight ASGI micro framework for building web applications.\n\n## Features\n\n* Pure zero-dependency JSON-RPC 2.0 and OpenRPC implementation.\n* Simple and user-friendly API interface.\n* 100% type annotated codebase.\n* 100% test coverage, so it's production-ready.\n\n## Requirements\n\nPython 3.11 and above.\n\n## Installation\n\n```shell\n$ pip install jsonrpc-py\n```\n\n## Distribution\n\nThis project is licensed under the terms of the [BSD 3-Clause License](LICENSE).\n\n## Links\n\n* Documentation: <https://docs.jsonrpc.ru>\n* PyPI Releases: <https://pypi.org/project/jsonrpc-py>\n* Source Code: <https://gitlab.com/jsonrpc/jsonrpc-py>\n\n[homepage]: <https://gitlab.com/jsonrpc/jsonrpc-py>\n[pipeline]: <https://img.shields.io/gitlab/pipeline-status/jsonrpc/jsonrpc-py?branch=development&logo=gitlab&style=flat-square>\n[coverage]: <https://img.shields.io/gitlab/pipeline-coverage/jsonrpc/jsonrpc-py?branch=development&logo=gitlab&style=flat-square>\n[pypi]: <https://pypi.org/project/jsonrpc-py>\n[version]: <https://img.shields.io/pypi/v/jsonrpc-py?color=steelblue&logo=python&logoColor=steelblue&style=flat-square>\n[downloads]: <https://img.shields.io/pypi/dm/jsonrpc-py?color=steelblue&logo=python&logoColor=steelblue&style=flat-square>\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Pure zero-dependency JSON-RPC 2.0 and OpenRPC implementation",
    "version": "4.2.1",
    "project_urls": {
        "Change Log": "https://docs.jsonrpc.ru/changelog.html",
        "Documentation": "https://docs.jsonrpc.ru",
        "Homepage": "https://docs.jsonrpc.ru",
        "Source Code": "https://gitlab.com/jsonrpc/jsonrpc-py"
    },
    "split_keywords": [
        "jsonrpc",
        " openrpc",
        " asgi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9405767e8dcf437ee888deef03de253e166e624939e781bb9dd1393865990490",
                "md5": "f87f4419533128f28b86215e7885f2df",
                "sha256": "3a79ba50d812878a9c2de6d773f3f1f05d38698ce1e2c98784ad5286563b2902"
            },
            "downloads": -1,
            "filename": "jsonrpc_py-4.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f87f4419533128f28b86215e7885f2df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 43355,
            "upload_time": "2024-07-01T16:37:12",
            "upload_time_iso_8601": "2024-07-01T16:37:12.284278Z",
            "url": "https://files.pythonhosted.org/packages/94/05/767e8dcf437ee888deef03de253e166e624939e781bb9dd1393865990490/jsonrpc_py-4.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 16:37:12",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "jsonrpc",
    "gitlab_project": "jsonrpc-py",
    "lcname": "jsonrpc-py"
}
        
Elapsed time: 0.28252s