Show HN: A Lightweight Signal-Slot Library for Async and Multithreaded Python
github.comHi HN,
I've been working on a new Python library called PynneX, aimed at making it simpler to build event-driven architectures without relying on heavy frameworks. It started as a personal project while I was experimenting with threading and async features in Python 3.10+ and realized there was a gap in lightweight solutions for signal-slot patterns.
No comments yet.