Asyncio RPC client/server with redis/msgpack/dataclasses
Project description
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.7)
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.7 -m examples.dataclass.server localhost >>> python3.7 -m examples.dataclass.client localhost
Testing
>>> docker-compose run pytest --cov=asyncio_rpc --cov-report=html
0.1.0 (2019-03-20)
first pypi release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncio_rpc-0.1.0.tar.gz
(15.1 kB
view hashes)
Built Distribution
Close
Hashes for asyncio_rpc-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b9ed7828a26af2f95bfcbba7625ad30caa37654851f35fdcb1af1f4aea7b623 |
|
MD5 | 4355af17c1db76aca8f33117c961e84e |
|
BLAKE2b-256 | 6601be79d3ce7e773b94ef648697ede537b4c690325a68db7dfcf64bd2c4a60c |