RxPY is a library for composing asynchronous and event-based programs using observable collections and pipable query operators in Python. A library for composing asynchronous and event-based programs using observable collections and query operator functions in Python. Reactive Extensions for Python (RxPY) is a set of libraries for composing asynchronous and event-based programs using observable sequences and pipable query operators in Python. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers. RxPY is a fairly complete implementation of Rx with more than 120 operators, and over 1300 passing unit-tests. RxPY is mostly a direct port of RxJS, but also borrows a bit from RxNET and RxJava in terms of threading and blocking operators.
Features
- RxPY v3.x runs on Python 3.6 or above
- Using Rx, developers represent asynchronous data streams with Observables
- Query asynchronous data streams using operators
- Parameterize concurrency in data/event streams using Schedulers
- Compose asynchronous and event-based programs
- Observable collections and query operator functions in Python