app-net

Python program communication interface


Keywords
app-net, network-programming, networking-in-python, peer-to-peer, python, python2, python3, socket-programming
License
MIT
Install
pip install app-net==0.6.2

Documentation

app-net

PyPI License Python 3 Travis Coverage PyLint PyUp Documentation Status

Pure python peer-to-peer interfacing framework. Define functions that can be executed from within the running instance of python, just like a normal function. Or execute the same function on a remote peer running either the same application or a compatible function and return the result as though it was run locally.

Link to the Documentation.

Helpful Examples.

Road Map

  • TLS/SSL Support
  • Runtime Peer configuration
  • Definable net.info return values