Skip to main content

Python library for Intel HEX files manipulations

Project description

Introduction

The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic devices.

This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format.

The distribution package also includes several convenience Python scripts, including “classic” hex2bin and bin2hex converters and more, those based on the library itself. Check the docs to know more.

License

The code is distributed under BSD license, see LICENSE.txt.

In short: you can use IntelHex library in your project without any restrictions.

Supported Python versions

IntelHex library v.2.2 supports Python 2 (2.4-2.7) and Python 3 (3.2-3.5 or later) without external libraries or 2to3 tool from the same codebase.

Install

Install using pip (recommended, no separate download required):

pip install intelhex

Download

Source code, bug reports, patches

IntelHex on GitHub:

https://github.com/bialix/intelhex

User manual

User manual for IntelHex is available in the sources docs/manual/ directory. You can browse User Manual online:

https://readthedocs.org/projects/python-intelhex/

Changelog

See NEWS.rst

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

intelhex-2.2.1.tar.gz (41.2 kB view hashes)

Uploaded Source

Built Distribution

intelhex-2.2.1-py2.py3-none-any.whl (50.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page