| 12
 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
 
 | Source: python-fluids
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kkremitzki@debian.org>
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pandoc,
               python3-all,
               python3-doc,
               python3-fuzzywuzzy,
               python3-geopy,
               python3-ipython,
               python3-matplotlib,
               python3-mpmath,
               python3-nbsphinx,
               python3-numpy,
               python3-numpydoc,
               python3-pandas,
               python3-pint,
               python3-pytest,
               python3-pytest-cov,
               python3-scipy,
               python3-sphinx,
               python3-setuptools,
               sphinx-common
Standards-Version: 4.7.0
Homepage: https://github.com/CalebBell/fluids
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/python-fluids
Vcs-Git: https://salsa.debian.org/science-team/python-fluids.git
Package: python3-fluids
Architecture: all
Depends: python3-fuzzywuzzy,
         python3-ipython,
         python3-pandas,
         python3-pint,
         python3-scipy,
         python3-sympy,
         ${misc:Depends},
         ${python3:Depends}
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, libjs-requirejs, ${misc:Depends}, ${sphinxdoc: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.
 |