Source: python-simpy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
               dh-python,
               python3-all,
               python3-doc,
               python3-pytest,
               python3-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-simpy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-simpy.git
Homepage: https://gitlab.com/team-simpy/simpy

Package: python3-simpy
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python-simpy-doc
Description: python-based simulation package (Python3 version)
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the Python3 version of SimPy.

Package: python-simpy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends},
         libjs-jquery,
         libjs-underscore,
         python3-doc,
Multi-Arch: foreign
Description: python-based simulation package, Documentation and examples
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the HTML docs and examples of SimPy.

Package: python-simpy-gui
Architecture: all
Depends: ${python3:Depends},
         python3-simpy (= ${binary:Version}),
         python3-tk,
         ${misc:Depends}
Description: python-based simulation package, GUI
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the GUI parts of SimPy.