|
Project Information
Featured
Downloads
|
pipe_rpc is a python module allowing you to use make function calls to another process over a pair of file descriptors. This is different from other RPC packages in that it doesn't impose on you any kind of network setup, protocols, etc. It just needs a pair of file descriptors. Thus you can use it over ssh and have the ssh model of security (as opposed to the common TLS-based one). Features:
See ExampleUsage for a simple client and server. |