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: dyda
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/dyda
Vcs-Git: https://salsa.debian.org/science-team/dyda.git
Homepage: https://dt42.io
Rules-Requires-Root: no
Package: python3-dyda
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: dynamic data pipeline framework for DT42 applications
dyda is a library provides dynamic data pipeline framework. By using the
framework applications can configure a pipe based on configuration files.
And users can change the pipeline by modifying the configuration files
without touching any code.
Package: python3-dyda-pipeline-config
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Description: dynamic data pipeline framework for DT42 applications (config)
dyda is a library provides dynamic data pipeline framework. By using the
framework applications can configure a pipe based on configuration files.
And users can change the pipeline by modifying the configuration files
without touching any code.
.
This package contains config files.
|