BEEPy is a Python BEEP library.
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.
Here are some key features of "BEEPy":
· 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
What's New in This Release:
· This is a bugfix release to fix up broken unit tests.
Product's homepage