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
|
Source: python-opcua
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: devscripts,
python (>= 2.6.5),
python-concurrent.futures,
python-cryptography,
python-dateutil,
python-enum34,
python-lxml,
python-setuptools,
python-trollius,
python-tz,
python3,
python3-cryptography,
python3-dateutil,
python3-lxml,
python3-setuptools,
python3-tz,
dh-python,
debhelper (>= 11),
dh-buildinfo
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://freeopcua.github.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-opcua.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-opcua
Package: python-opcua
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: ${python:Suggests}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Pure Python OPC-UA Client and Server (Python 2)
An OPC-UA (Open Platform Communications - Unified Architecture)
client and server library, written entirely in Python.
.
This package contains the Python 2 library.
Package: python3-opcua
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: Pure Python OPC-UA Client and Server (Python 3)
An OPC-UA (Open Platform Communications - Unified Architecture)
client and server library, written entirely in Python.
.
This package contains the Python 3 library.
Package: python-opcua-tools
Architecture: all
Depends: python3, python3-opcua, ${python3:Depends}, ${misc:Depends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: Pure Python OPC-UA Client and Server (tools)
An OPC-UA (Open Platform Communications - Unified Architecture)
client and server library, written entirely in Python.
.
This package contains OPC UA tools:
* uabrowse
* uaclient
* uadiscover
* uahistoryread
* uals
* uaread
* uaserver
* uasubscribe
* uawrite
|