pysandals

Various utility classes and function useful in Python apps or associated unit tests


License
MIT
Install
pip install pysandals==0.1

Documentation

sandals

Various pieces of code for various tasks :)

PyQt 5 signal/slot connections performance

The PyQt5 website indicates that using @pyqtSlot(...) decreases the amount of memory required and increases speed, although the site is not clear in what way. I wrote pyqt5_connections_mem_speed.py to get specifics on this statement.

Results are discussed in a CodeProject article

PyQt Widget snapshot checker

Utility components to check whether a widget looks identical or similar within tolerance to an existing snapshot of it. Discussed in CodeProject article.