File: control

package info (click to toggle)
python-sigima 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,956 kB
  • sloc: python: 33,326; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 1,563 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
43
44
45
46
47
48
49
Source: python-sigima
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
 Debian Python Team <team+python@tracker.debian.org>,
 Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 dbus,
 pybuild-plugin-pyproject,
 python3-all,
 python3-guidata <!nocheck>,
 python3-makefun <!nocheck>,
 python3-pandas <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pywt <!nocheck>,
 python3-setuptools,
 python3-skimage <!nocheck>,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://datalab-platform.com/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sigima.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sigima
Rules-Requires-Root: no

Package: python3-sigima
Architecture: all
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for scientific image and signal processing
 Sigima is an open-source Python library for scientific image and
 signal processing, designed as a modular and testable foundation for
 building advanced analysis pipelines.
 .
 Highlights:
 - Unified processing model for 1D signals and 2D images
 - Works with object-oriented wrappers (SignalObj, ImageObj)
 extending NumPy arrays
 - Includes common processing tasks: filtering, smoothing, binning,
 thresholding, labeling, etc.
 - Structured for testability, modularity, and headless usage
 - 100% independent of GUI frameworks (no Qt/PlotPyStack
 dependencies)