2 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.
Introduction
The Intel HEX file format widely used in microprocessors and microcontrollers area as the de-facto standard for representation of code for programming microelectronic devices.
This work implements an intelhex Python library to read, write, create from scratch and manipulate data from HEX (also known as Intel HEX) file format. These operations are provided by IntelHex class.
The distribution package also includes several convenience Python scripts to do basic tasks that utilize this library. The bin2hex.py script converts binary data to HEX, and the hex2bin.py works the other direction. hex2dump.py converts data from HEX to a hexdump which is useful for inspecting data, and hexmerge.py merges multiple HEX files into one.
License
The code distributed under BSD license. See LICENSE.txt in sources archive.
In short: you can use IntelHex library in your project without any restrictions.
If you’re using IntelHex library in your open-source project, or your company created freely available set of tools, utilities or sdk based on IntelHex library - please, send me email and tell something about your project. I’d like to add name of your project/company to page “Who Uses IntelHex”.
Install
Install using pip (no separate download required):
pip install intelhex
Install from sources (classic python’s magic spell):
python setup.py install
Source code
Intelhex project on Launchpad:
Get code with bzr:
bzr branch lp:intelhex
IntelHex on GitHub:
Get code with git:
git clone https://github.com/bialix/intelhex.git
Release files for intelhex 1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Files added late
2 files were uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| intelhex-1.5.tar.gz | 64.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| intelhex-1.5.win32.exe | Details |
Total release size: 165.7 kB
Release files / intelhex-1.5.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | intelhex-1.5.tar.gz |
|---|---|
| Size | 64.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb3eda3ef142a2e9bcb7a7656e32a7322cba88f548aeed5ae0c94fb7370dd0c2
|
|
BLAKE2b-256 checksum How to use checksums |
fd9abe2631344ada583411ba7a4b6313f2ee31a4b081f52c04ee11a87a592f07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / intelhex-1.5.win32.exe
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | intelhex-1.5.win32.exe |
|---|---|
| Size | 100.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a5b98ead830a32aa0f245f59375bb4c7a654df089d8d1d17e606476a00c9348c
|
|
BLAKE2b-256 checksum How to use checksums |
160a840bce3a13ce8a6e8388596158496e507260bd72c533b32f25c4518260d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |