ReactiveX/RxPY
ReactiveX for Python observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 131.0
- age_days: 4912
- days_rel: 37
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
5018 stars · 365 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ReactiveX for Python (RxPY) is a library for composing asynchronous and event-based programs using observable sequences and pipable query operators. It supports both fluent method-chaining and functional pipe-based syntax for building reactive data streams.
Use cases
- compose asynchronous event streams in python
- handle ui or sensor events reactively
- transform and filter async data pipelines
- manage concurrency with schedulers
- replace callback-heavy code with observable sequences
- debounce and throttle event streams
When to choose
- you need reactive extensions (Rx) semantics in Python
- you want composable operators over async or event-based data streams
- you need fine-grained control over concurrency via schedulers
When to avoid
- you only need simple asyncio coroutines without stream composition
- you want a full async web framework rather than a stream library
- your team prefers plain callback or asyncio task patterns
Facets
library · maturity active
concurrency streaming middleware developer-tools backend cross-platform python cross-platform reactive-programming observables event-driven async schedulers functional-programming real-time
1 source
- readme: https://github.com/ReactiveX/RxPY · fetched 2026-08-28 · 410b5505c9b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactiveX/RxPY | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem