Numergy / signalslot

Simple signal slot implementation in Python
http://signalslot.rtfd.org
MIT License
48 stars 14 forks source link

Yet another signal-slot #20

Open alex-petrenko opened 2 years ago

alex-petrenko commented 2 years ago

Made my own thing called signal-slot while working on another library. Since my colleague wanted to use it in a separate project, I decided to open-source it as its own repo, so, here we go https://github.com/alex-petrenko/signal-slot

Our packages do different things though. Mine is intended for communication between processes and emulates things like QEventLoop in Python.

I remember finding your library when I was doing my research, but it was almost a year ago and I completely forgot only to be surprised when I realized the nice PyPI package name was taken :) Anyway, thought you might find this interesting.

Nice library by the way!