File: control

package info (click to toggle)
python-nexpy 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,836 kB
  • sloc: python: 13,880; xml: 7,531; makefile: 130; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,297 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
36
37
38
39
40
41
42
Source: python-nexpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 ipython3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-jupyter-client,
 python3-lmfit,
 python3-matplotlib,
 python3-nexusformat,
 python3-pytest,
 python3-qtconsole,
 python3-qtpy,
 python3-qtpy-pyqt5,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.0
# Testsuite: autopkgtest-pkg-pybuild
Homepage: https://nexpy.github.io/nexpy/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nexpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nexpy
Rules-Requires-Root: no

Package: python3-nexpy
Architecture: all
Depends:
 python3-qtpy-pyqt5,
 ${misc:Depends},
 ${python3:Depends},
Description: Python GUI to analyze NeXus data
 NeXpy provides a high-level Python interface to HDF5 files,
 particularly those stored as NeXus data, within a simple GUI. It is
 designed to provide an intuitive interactive toolbox allowing users
 both to access existing NeXus files and to create new
 NeXus-conforming data structures without expert knowledge of the file
 format.