BEEPy
An implementation of the Blocks Extensible Exchange Protocol (BEEP) as a Python library.
Description
BEEPy is an attempt to implement the Blocks Extensible Exchange Protocol as a Python library. It makes use of the twisted framework to provide low-level socket communication over TCP.
These are some BEEPy features already implemented: Implemented as twisted protocol/factory classes, BEEP Management Profile support, TLS support for transport layer security, SASL ANONYMOUS and OTP mechanisms supported for authentication, Simple API for rapid development of BEEP applications, Extensive example code, HOWTO tutorial for writing a simple BEEP client/server implementing an echo profile.