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
|
Source: execnet
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Talbert <swt@techie.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-hatch-vcs,
python3-pytest <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-sphinx
Standards-Version: 4.6.2
Section: python
Homepage: https://github.com/pytest-dev/execnet
Vcs-Git: https://salsa.debian.org/python-team/packages/execnet.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/execnet
Rules-Requires-Root: no
Package: python3-execnet
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Suggests:
execnet-doc
Description: rapid multi-Python deployment (Python 3)
execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers. It provides
a minimal and fast API targeting the following uses:
.
* distribute tasks to local or remote CPUs
* write and deploy hybrid multi-process applications
* write scripts to administer a bunch of exec environments
.
This package contains execnet for Python 3.
Package: execnet-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Recommends:
python3-execnet
Multi-Arch: foreign
Description: rapid multi-Python deployment (docs)
execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers. It provides
a minimal and fast API targeting the following uses:
.
* distribute tasks to local or remote CPUs
* write and deploy hybrid multi-process applications
* write scripts to administer a bunch of exec environments
.
This package contains the documentation.
|