Metadata-Version: 2.1
Name: kaiju-jsonrpc
Version: 0.1.1
Summary: Python asyncio JSONRPC tools for kaiju applications
Home-page: https://github.com/violet-black/kaiju-jsonrpc
Author: violetblackdev@gmail.com
License: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: kaiju-app
Requires-Dist: fastjsonschema
Requires-Dist: jsonschema-gen
Provides-Extra: dev
Requires-Dist: pip-tools ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: python-docs-theme ; extra == 'docs'
Requires-Dist: m2r2 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

[![pypi](https://img.shields.io/pypi/v/kaiju-jsonrpc-server.svg)](https://pypi.python.org/pypi/kaiju-jsonrpc-server/)
[![docs](https://readthedocs.org/projects/kaiju-jsonrpc-server/badge/?version=latest&style=flat)](https://kaiju-jsonrpc-server.readthedocs.io)
[![codecov](https://codecov.io/gh/violet-black/kaiju-jsonrpc-server/graph/badge.svg?token=FEUUMQELFX)](https://codecov.io/gh/violet-black/kaiju-jsonrpc-server)
[![tests](https://github.com/violet-black/kaiju-jsonrpc-server/actions/workflows/tests.yaml/badge.svg)](https://github.com/violet-black/kaiju-jsonrpc-server/actions/workflows/tests.yaml)
[![mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![python](https://img.shields.io/pypi/pyversions/kaiju-jsonrpc-server.svg)](https://pypi.python.org/pypi/kaiju-jsonrpc-server/)

**kaiju-jsonrpc-server** is

# Installation

With pip and python 3.12+:

```bash
pip3 install kaiju-jsonrpc-server
```

# How to use

See the [user guide](https://kaiju-jsonrpc-server.readthedocs.io/guide.html) for more info.
