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
|
Source: dyda
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 10),
dh-python,
python3 (>= 3.4),
python3-setuptools (>= 3.0)
Standards-Version: 4.5.0
Homepage: http://dt42.io
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.
|