Metadata-Version: 2.5
Name: jrpc-core
Version: 0.1.0
Project-URL: Documentation, https://github.com/comet11x/jrpc-core#readme
Project-URL: Issues, https://github.com/comet11x/jrpc-core/issues
Project-URL: Source, https://github.com/comet11x/jrpc-core
Author-email: comet11x <comet11x@protonmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: json-rpc,jsonrpc,rpc
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.13.4
Requires-Dist: pyfplib>=0.2.3
Provides-Extra: test
Requires-Dist: pytest-cov>=6.0.0; extra == 'test'
Requires-Dist: pytest>=8.0.0; extra == 'test'
Description-Content-Type: text/markdown

# jrpc-core

[![PyPI - Version](https://img.shields.io/pypi/v/jrpc-core.svg)](https://pypi.org/project/jrpc-core)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jrpc-core.svg)](https://pypi.org/project/jrpc-core)
[![Tests](https://github.com/comet11x/jrpc-core/actions/workflows/test.yml/badge.svg)](https://github.com/comet11x/jrpc-core/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/comet11x/jrpc-core/branch/main/graph/badge.svg)](https://codecov.io/gh/comet11x/jrpc-core)

-----

## Table of Contents

- [jrpc-core](#jrpc-core)
  - [Table of Contents](#table-of-contents)
  - [Documentation](#documentation)
  - [Installation](#installation)
  - [License](#license)

## Documentation

[Documentation pages](https://comet11x.github.io/jrpc-core/).

## Installation

```console
pip install jrpc-core
```

## License

`jrpc-core` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
