dbrattli / aioreactive

Async/await reactive tools for Python 3.11+
MIT License
350 stars 24 forks source link

Is this project abandoned? #23

Closed JerzySpendel closed 3 years ago

JerzySpendel commented 4 years ago

I would rather use this library than RxPY, so if you're not planning to develop it anymore I would be interested in continuing it :)

JerzySpendel commented 4 years ago

Ok, I guess so :P

JerzySpendel commented 4 years ago

xD

wysockipiotr commented 4 years ago

xD

stucash commented 4 years ago

what a promising alternative to rxpy, that sadly has been abandoned.

dbrattli commented 3 years ago

Yes, ... and no. A new implementation is now on it's way. Thanks for the interest. https://github.com/dbrattli/aioreactive/pull/24/files

JerzySpendel commented 3 years ago

@dbrattli Cool!

dbrattli commented 3 years ago

FYI: It will be based on the new Expression library so currently aioreactive is waiting for the Map implementation to get ready there. The plan is to do a port of AsyncRx from F# to Python. It would be nice to get some help if you are still interested?