12345678910111213141516171819202122232425262728293031323334353637 |
- Source: pyprofibus
- Maintainer: Michael Buesch <m@bues.ch>
- Section: python
- Priority: optional
- Build-Depends: dh-python,
- python3-dev (>= 3.7),
- python3-setuptools,
- debhelper (>= 10)
- Standards-Version: 4.5.1
- X-Python3-Version: >= 3.7
- Vcs-Git: git:
- Vcs-Browser: https:
- Homepage: https:
- 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.
|