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
|
Source: python-pyepics
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
Andrius Merkys <merkys@debian.org>,
Picca Frédéric-Emmanuel <picca@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libca-dev,
libcom-dev,
pybuild-plugin-pyproject,
python3-all:any,
python3-numpy,
python3-numpydoc <!nodoc>,
python3-pyparsing,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx <!nodoc>,
python3-wxgtk4.0,
Standards-Version: 4.7.0
Homepage: https://pyepics.github.io/pyepics/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/python-pyepics
Vcs-Git: https://salsa.debian.org/science-team/python-pyepics.git
Package: python3-pyepics
Architecture: amd64
Depends:
${lib:Depends},
${misc:Depends},
${python3:Depends},
Suggests:
python-pyepics-doc,
Description: EPICS channel access for Python
PyEpics3 is a Python interface to the EPICS Channel Access (CA) library
for the Experimental Physics and Industrial Control System (EPICS).
.
The PyEpics module includes both low-level (C-like) and higher-level access
(with Python objects) to the EPICS Channel Access (CA) protocol. Python's
ctypes library is used to wrap the basic CA functionality, with higher
level objects on top of that basic interface. This approach has several
advantages including no need for extension code written in C, better
thread-safety, and easier installation on multiple platforms.
.
This package installs the library for Python 3.
Package: python-pyepics-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: EPICS channel access for Python (common documentation)
PyEpics is a Python interface to the EPICS Channel Access (CA) library
for the Experimental Physics and Industrial Control System (EPICS).
.
The PyEpics module includes both low-level (C-like) and higher-level access
(with Python objects) to the EPICS Channel Access (CA) protocol. Python's
ctypes library is used to wrap the basic CA functionality, with higher
level objects on top of that basic interface. This approach has several
advantages including no need for extension code written in C, better
thread-safety, and easier installation on multiple platforms.
.
This is the PyEpics3 documentation package.
|