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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: taurus
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Picca Frédéric-Emmanuel <picca@debian.org>,
Carlos Pascual <cpascual@cells.es>,
Roland Mas <lolando@debian.org>,
Section: science
Priority: optional
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-click,
python3-guiqwt,
python3-h5py,
python3-lxml,
python3-numpy,
python3-pint,
python3-ply,
python3-pymca5,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib-mermaid,
python3-tango,
qttools5-dev-tools,
rdfind,
sphinx-common,
symlinks,
xauth,
xvfb,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/taurus
Vcs-Git: https://salsa.debian.org/science-team/taurus.git
Homepage: http://www.taurus-scada.org
Package: python3-taurus
Architecture: all
Section: python
Depends:
python3-click,
python3-guiqwt,
python3-h5py,
python3-lxml,
python3-numpy,
python3-pint,
python3-ply,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-setuptools,
python3-tango,
${misc:Depends},
${python3:Depends},
Recommends:
python3-pymca5,
qttools5-dev-tools,
Suggests:
python-taurus-doc,
Provides:
${python3:Provides},
Description: Framework for scientific/industrial CLIs and GUIs - Python3
Taurus is a Python framework for control and data acquisition CLIs
and GUIs in scientific/industrial environments. It supports multiple
control systems or data sources: Tango, EPICS, ... New control
system libraries can be integrated through plugins.
.
This is the Python 3 version of the package.
Package: python-taurus-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Framework for scientific/industrial CLIs and GUIs - Documentation
Taurus is a Python framework for control and data acquisition CLIs
and GUIs in scientific/industrial environments. It supports multiple
control systems or data sources: Tango, EPICS, ... New control
system libraries can be integrated through plugins.
.
This package contains the documentation for the taurus Python module.
|