PySignal: A Pure Python Implementation of Qt Signals
PySignal - A purely Python implementation of the Qt signal system with no QObject dependencies...
Read more »
quickle is a fast and small serialization format for a subset of Python
types. It’s based off of Pickle, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with quickl… Read more