| 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
 
 | Source: python-opem
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Yogeswaran Umasankar <kd8mbd@gmail.com>
Homepage: https://github.com/ECSIM/opem
Vcs-Git: https://salsa.debian.org/python-team/packages/python-opem.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-opem
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-setuptools,
               dh-sequence-python3,
               python3-all,
               python3-requests,
               libjs-chart.js,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-notebook <!nocheck>,
               python3-art <!nocheck>,
               python3-bandit <!nocheck>,
               vulture <!nocheck>,
               python3-pydocstyle <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-pybuild
Package: python3-opem
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-art,
         libjs-chart.js,
         python3-requests
Pre-Depends: ${misc:Pre-Depends}
Description: Open-Source PEMFC Simulation Tool
 Open-Source PEMFC Simulation Tool OPEM is a modeling tool
 for evaluating the performance of proton exchange membrane
 fuel cells. This package is a combination of models
 (static/dynamic) that predict the optimum operating
 parameters of PEMFC.
 |