File: control

package info (click to toggle)
python-gradientmodel 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,336 kB
  • sloc: python: 134; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,186 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
Source: python-gradientmodel
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Yogeswaran Umasankar <kd8mbd@gmail.com>
Homepage: https://github.com/garrettj403/GradientModel
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gradientmodel.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gradientmodel
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-setuptools,
               dh-python,
               python3-all,
               python3-scipy,
               python3-mpmath,
               python3-numpy
Rules-Requires-Root: no
Standards-Version: 4.6.2

Package: python3-gradientmodel
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3,
         python3-numpy,
         python3-scipy,
         python3-mpmath
Suggests: python3-matplotlib
Pre-Depends: init-system-helpers (>= 1.56~), ${misc:Pre-Depends}
Description: Gradient Model
 Gradient Model can be used to calculate the surface impedance
 of a rough metal surface. The results from this model can
 illustrate roughness impact on loss and phase delay in
 typical transmission lines.