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 38 39 40 41 42 43 44 45
|
Source: python-streamz
Section: science
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-six,
python3-toolz,
python3-tornado,
python3-pytest,
python3-requests,
python3-dask,
python3-distributed,
python3-numpy,
python3-pandas,
python3-flaky <!nocheck>,
debhelper
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-streamz
Vcs-Git: https://salsa.debian.org/python-team/packages/python-streamz.git
Homepage: https://github.com/python-streamz/streamz/
Rules-Requires-Root: no
Package: python3-streamz
Architecture: all
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-six,
python3-toolz,
python3-tornado,
python3-dask,
python3-distributed,
python3-numpy,
python3-pandas
Description: build pipelines to manage continuous streams of data
It is simple to use in simple cases, but also supports complex pipelines that
involve branching, joining, flow control, feedback, back pressure, and so on.
Optionally, Streamz can also work with both Pandas and cuDF dataframes,
to provide sensible streaming operations on continuous tabular data.
|