File: control

package info (click to toggle)
python-simpy3 3.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,192 kB
  • ctags: 686
  • sloc: python: 2,847; makefile: 139
file content (76 lines) | stat: -rw-r--r-- 3,191 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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>,
 W. Martin Borgert <debacle@debian.org>
Build-Depends: 
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.7),
 python3-all (>= 3.2),
 python-setuptools,
 python3-setuptools,
 python-pytest,
 python3-pytest,
 python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.8
X-Python3-Version: >= 3.2
Homepage: http://simpy.rtfd.org
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-simpy3.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-simpy3.git

Package: python-simpy3
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-simpy3-doc
Description: python-based simulation package 
 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 SimPy 3, which has conceptual and API changes from the
 previous version SimPy 2.

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
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.