File: control

package info (click to toggle)
python-pykka 4.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,810; makefile: 115
file content (33 lines) | stat: -rw-r--r-- 1,216 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
Source: python-pykka
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stein Magnus Jodal <jodal@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc,
               python3-poetry-core,
               python3-pydantic,
               python3-pytest,
               python3-pytest-mock,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-toml,
Standards-Version: 4.7.2
Homepage: https://pykka.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pykka.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pykka

Package: python3-pykka
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends},
Description: Actor model library (Python 3)
 Pykka is a Python implementation of the actor model. The actor model
 introduces some simple rules to control the sharing of state and cooperation
 between execution units, which makes it easier to build concurrent
 applications.