smf rpc implementation for asyncio -- https://aiosmf.readthedocs.org
The smf project is a high-performance rpc platform built using the c++ Seastar framework. This project is a Python asyncio implementation of the rpc protocol used by smf. There are also Go and Java implementations.
Note that current support in aiosmf is limited to client implementations. Servers are written in C++, Go, or Java. Adding a Python server framework is future work (see #21).
Please see https://aiosmf.readthedocs.org for instructions on getting started.