irmen 


  • Thin client-side communication library to connect to Python applications, using the Pyro5 protocol. More info about Pyro: https://pyro5.readthedocs.io/
  • Serpent provides Python ast.literal_eval() compatible object tree serialization. It serializes an object tree into bytes that can be transferred to Python and decoded there (using ast.literal_eval()). It can... More information
  • A feature complete pickle protocol implementation (Python's builtin serialization mechanism)