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.
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!