Este projeto é uma implementação de uma biblioteca de RPC (Remote Procedure Call) em Python. O foco é permitir que funções de um serviço sejam chamadas remotamente, como se fossem locais. A biblioteca ...
The Python FFI module provides an interface to call C functions from Python, and to create Python callback functions that can be called from C. It can be used to interface with Fortran as well, ...