Asyncio-rpc: Remote procedure calling framework
The Python package for the asyncio remote procedure calling
Free software: BSD license
Documentation: https://asyncio-rpc.readthedocs.io.
Overview
Features
Asyncio RPC client/server
Msgpack serialization with option to use own dataclasses (Python 3.10)
Redis communication layer
Other serialization methods and communication layers can be added
Examples
The examples can be run from this directory, for the dataclass example (using localhost as redis host):
>>> python3.8 -m examples.dataclass.server localhost >>> python3.8 -m examples.dataclass.client localhost
Testing
>>> docker compose run asyncio_rpc pytest --cov=asyncio_rpc --cov-report=html
Release files for asyncio-rpc 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| asyncio_rpc-0.3.3.tar.gz | 23.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asyncio_rpc-0.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 41.5 kB
Release files / asyncio_rpc-0.3.3.tar.gz
| Download URL | asyncio_rpc-0.3.3.tar.gz |
|---|---|
| Size | 23.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7e81e0115496ffe2afb5cca5cb7f3d3d3dba8ea58389b7da3abc8b44ae1696ac
|
|
BLAKE2b-256 checksum How to use checksums |
6a4c433b143a192857f1e511c80ae453adecfee0aebc3aceae1dd139ae4ff21c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Release files / asyncio_rpc-0.3.3-py3-none-any.whl
| Download URL | asyncio_rpc-0.3.3-py3-none-any.whl |
|---|---|
| Size | 18.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3b38253bd62d51f1612348bb5f4f383d5c1e51189b64dcd46f950d4c8911846f
|
|
BLAKE2b-256 checksum How to use checksums |
b85b1c96e53b82218df4cd0d3c76adc62a4692fb97eb8b3a01834fe4eccd6f27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|