Python library for Intel HEX files manipulations
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file intelhex-1.5.tar.gz
.
File metadata
- Download URL: intelhex-1.5.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb3eda3ef142a2e9bcb7a7656e32a7322cba88f548aeed5ae0c94fb7370dd0c2 |
|
MD5 | 3bb13d25f2f7868765d2fa3ab687caa5 |
|
BLAKE2b-256 | fd9abe2631344ada583411ba7a4b6313f2ee31a4b081f52c04ee11a87a592f07 |
File details
Details for the file intelhex-1.5.win32.exe
.
File metadata
- Download URL: intelhex-1.5.win32.exe
- Upload date:
- Size: 100.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5b98ead830a32aa0f245f59375bb4c7a654df089d8d1d17e606476a00c9348c |
|
MD5 | a388ef8846fbee36f70d37d1fd386787 |
|
BLAKE2b-256 | 160a840bce3a13ce8a6e8388596158496e507260bd72c533b32f25c4518260d4 |