1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: python-rx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Martin Wimpress <martin.wimpress@ubuntu.com>,
Mike Gabriel <sunweaver@debian.org>,
Sophie Brun <sophie@freexian.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-poetry-core,
python3-poetry,
python3-pytest,
python3-typing-extensions,
pybuild-plugin-pyproject,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://reactivex.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rx
Testsuite: autopkgtest-pkg-pybuild
Package: python3-rx
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: 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.
|