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
|
Source: intelhex
Section: python
Priority: optional
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/bialix/intelhex
X-Python3-Version: >= 3.6
Vcs-Git: https://salsa.debian.org/python-team/packages/intelhex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/intelhex
Package: python3-intelhex
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python support for Intel HEX (Python3)
The Intel HEX file format is widely used in the microprocessors
and microcontrollers area as the de facto standard for code
representation for microelectronic devices programming.
.
This package implements an intelhex Python library to read, write,
create from scratch and manipulate data from HEX (also known as
Intel HEX) file format.
|