File: control

package info (click to toggle)
python-simpy3 3.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: python: 2,885; makefile: 138
file content (55 lines) | stat: -rw-r--r-- 2,251 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-simpy3
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Larissa Reis <larissa@colivre.coop.br>
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 python3-all (>= 3.2),
 python3-setuptools,
 python3-doc,
 python3-pytest,
 python3-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: http://simpy.rtfd.org
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-simpy3
Vcs-Git: https://salsa.debian.org/python-team/modules/python-simpy3.git

Package: python3-simpy3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python-simpy3-doc
Description: python-based simulation package (Python3 version)
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 Its event dispatcher is based on Python’s generators and can also be
 used for asynchronous networking or to implement multi-agent systems (with
 both, simulated and real communication). Processes in SimPy are defined by
 Python generator functions and can, for example, be used to model active
 components like customers, vehicles or agents. SimPy also provides various
 types of shared resources to model limited capacity congestion points (like
 servers, checkout counters and tunnels).
 .
 This package contains the Python3 version of SimPy 3.

Package: python-simpy3-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: python-based simulation package, Documentation and examples
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 Its event dispatcher is based on Python’s generators and can also be
 used for asynchronous networking or to implement multi-agent systems (with
 both, simulated and real communication). Processes in SimPy are defined by
 Python generator functions and can, for example, be used to model active
 components like customers, vehicles or agents. SimPy also provides various
 types of shared resources to model limited capacity congestion points (like
 servers, checkout counters and tunnels).
 .
 This package contains the HTML docs and examples of SimPy 3.