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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: python-fluids
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kurt@kwk.systems>
Build-Depends: debhelper (>= 11~),
pandoc,
dh-python,
python-all,
python-doc,
python-fuzzywuzzy,
python-geopy,
python-matplotlib,
python-mpmath,
python-numpy,
python-numpydoc,
python-nbsphinx,
python-pint,
python-pytest,
python-pytest-cov,
python-scipy,
python-sphinx,
python3-all,
python3-doc,
python3-fuzzywuzzy,
python3-geopy,
python3-matplotlib,
python3-mpmath,
python3-nbsphinx,
python3-numpy,
python3-numpydoc,
python3-pint,
python3-pytest,
python3-pytest-cov,
python3-scipy,
python3-sphinx,
sphinx-common
Standards-Version: 4.2.0
Homepage: https://github.com/CalebBell/fluids
Vcs-Browser: https://salsa.debian.org/science-team/python-fluids
Vcs-Git: https://salsa.debian.org/science-team/python-fluids.git
Package: python-fluids
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-fuzzywuzzy,
python-ipython,
python-pandas,
python-pint,
python-scipy,
python-sympy
Suggests: python-fluids-doc
Provides: ${python:Provides}
Description: Python fluid dynamics and engineering design library
Fluids is open-source software for engineers and technicians working in
the fields of chemical, mechanical, or civil engineering. It includes
modules for piping, fittings, pumps, tanks, compressible flow,
open-channel flow, and more.
.
The fluids library depends on the SciPy library to provide numerical
constants, interpolation, integration, and numerical solving functionality.
Package: python3-fluids
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-fuzzywuzzy,
python3-ipython,
python3-pandas,
python3-pint,
python3-scipy,
python3-sympy
Suggests: python-fluids-doc
Provides: ${python3:Provides}
Description: Python 3 fluid dynamics and engineering design library
Fluids is open-source software for engineers and technicians working in
the fields of chemical, mechanical, or civil engineering. It includes
modules for piping, fittings, pumps, tanks, compressible flow,
open-channel flow, and more.
.
The fluids library depends on the SciPy library to provide numerical
constants, interpolation, integration, and numerical solving functionality.
.
This package contains the Python 3 version of fluids.
Package: python-fluids-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax, ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python fluid dynamics and engineering design library documentation
Fluids is open-source software for engineers and technicians working in
the fields of chemical, mechanical, or civil engineering. It includes
modules for piping, fittings, pumps, tanks, compressible flow,
open-channel flow, and more.
.
The fluids library depends on the SciPy library to provide numerical
constants, interpolation, integration, and numerical solving functionality.
.
This package contains the documentation for fluids.
|