@@ -7,24 +7,24 @@ Python implementation
77
88Author: Alexander Belchenko
99Contact: bialix AT ukr net
10- Date: 2010-09-17
10+ Date: 2010-11-24
1111Version: 1.3
1212
1313Introduction
1414------------
15- The Intel HEX file format widely used in microprocessors and microcontrollers
16- area as the de-facto standard for representation of code for programming
15+ The Intel HEX file format widely used in microprocessors and microcontrollers
16+ area as the de-facto standard for representation of code for programming
1717microelectronic devices.
1818
19- This work implements a HEX (also known as Intel HEX) file format reader
20- and convertor to binary form as a python script.
19+ This work implements an **intelhex** Python library to read, write,
20+ create from scratch and manipulate data from HEX (also known as Intel HEX)
21+ file format. These operations are provided by ``IntelHex`` class.
2122
22- Python package **intelhex** contains implementation of a HEX file reader
23- and convertor as the IntelHex class. Also included are some scripts to do
24- basic tasks that utilize this package. The ``bin2hex.py`` script converts
25- binary data to HEX, and the ``hex2bin.py`` works the other direction.
26- ``hex2dump.py`` converts data from HEX to a hexdump, and ``hexmerge.py``
27- merges multiple HEX files into one.
23+ The distribution package also includes several convenience Python scripts
24+ to do basic tasks that utilize this library. The ``bin2hex.py`` script
25+ converts binary data to HEX, and the ``hex2bin.py`` works the other direction.
26+ ``hex2dump.py`` converts data from HEX to a hexdump which is useful for
27+ inspecting data, and ``hexmerge.py`` merges multiple HEX files into one.
2828
2929License
3030-------
0 commit comments