File: control

package info (click to toggle)
python-rx 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,972 kB
  • sloc: python: 32,266; javascript: 77; makefile: 16
file content (35 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download
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
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-python,
 python3-all,
 python3-setuptools,
 python3-nose,
 python3-pytest,
Standards-Version: 4.6.1
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-python

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.