[ 原始碼: python-rx ]
套件:python3-rx(4.0.4-3)
Reactive Extensions for Python (Python 3)
This package contains a set of libraries for composing asynchronous and event-based programs using observable sequences and LINQ-style 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.
This package installs the library for Python 3.
其他與 python3-rx 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python