Metadata-Version: 2.1
Name: aioqueuerpc
Version: 0.2.0
Summary: JSON RPC with asyncio queues (no transport layer implementation).
Author-email: darkhaniop <darkhaniop@google.com>
Project-URL: Homepage, https://github.com/gw-tools/aioqueuerpc
Project-URL: Bug Tracker, https://github.com/gw-tools/aioqueuerpc/issues
Keywords: asyncio,rpc
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: marshmallow
Requires-Dist: msgspec >=0.18.0
Requires-Dist: pytz

# aioqueuerpc

JSON RPC with asyncio queues (no transport layer implementation).

## Work-in-Progress

The repository contains a module extracted from my other project and was refactored as a separate package.

## Usage Examples

```
...
```
