blob: 145285247a23c0de02f264029b8eb3fcea9f614a (
plain)
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
|
Source: pyprofibus
Maintainer: Michael Buesch <m@bues.ch>
Section: python
Priority: optional
Build-Depends: dh-python,
python3-all-dev (>= 3.7),
python3-setuptools,
debhelper (>= 10)
Standards-Version: 4.5.1
X-Python3-Version: >= 3.7
Vcs-Git: git://git.bues.ch/pyprofibus.git
Vcs-Browser: https://bues.ch/gitweb?p=pyprofibus.git
Homepage: https://bues.ch/a/profibus
Package: python3-pyprofibus
Architecture: any
Depends: ${misc:Depends},
${python3:Depends}
Description: PROFIBUS-DP stack (Python 3)
pyprofibus is a PROFIBUS-DP stack written in Python.
Package: profisniff
Architecture: any
Depends: python3-pyprofibus,
${misc:Depends},
${python3:Depends}
Description: PROFIBUS-DP telegram sniffer (Python 3)
PROFIBUS-DP telegram sniffer based on pyprofibus.
Package: gsdparser
Architecture: any
Depends: python3-pyprofibus,
${misc:Depends},
${python3:Depends}
Description: PROFIBUS-DP GSD file parser (Python 3)
PROFIBUS-DP GSD file parser based on pyprofibus.
|