Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-intelhex/intelhex
Python IntelHex library
https://github.com/python-intelhex/intelhex
bin2hex hex hex2bin hex8 intelhex python
Last synced: 6 days ago
JSON representation
Python IntelHex library
- Host: GitHub
- URL: https://github.com/python-intelhex/intelhex
- Owner: python-intelhex
- License: bsd-3-clause
- Created: 2015-03-30T14:38:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T02:26:13.000Z (5 months ago)
- Last Synced: 2024-09-07T16:16:25.184Z (4 months ago)
- Topics: bin2hex, hex, hex2bin, hex8, intelhex, python
- Language: Python
- Size: 1.86 MB
- Stars: 198
- Watchers: 14
- Forks: 107
- Open Issues: 29
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
- stars - python-intelhex/intelhex - Python IntelHex library (Python)
README
Python IntelHex library
***********************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 supports Python 3 (3.5 or later) only. The 2.2.1 release was
the last one which has been checked against Python 2.7 and Python 3 until 3.5.Install
-------
Install using ``pip`` (recommended, no separate download required)::pip install intelhex
Download
--------
* https://pypi.org/project/IntelHex/
* https://github.com/python-intelhex/intelhex/releasesSource code, bug reports, patches
---------------------------------
IntelHex on GitHub:https://github.com/python-intelhex/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 `_