All Projects → python-intelhex → Intelhex

python-intelhex / Intelhex

Licence: other
Python IntelHex library

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Intelhex

Telephonist
Elixir state machines for Twilio calls
Stars: ✭ 38 (-67.24%)
Mutual labels:  hex
Coherence
Coherence is a full featured, configurable authentication system for Phoenix
Stars: ✭ 1,207 (+940.52%)
Mutual labels:  hex
Values.js
🍇 Get the tints and shades of a color
Stars: ✭ 97 (-16.38%)
Mutual labels:  hex
Galvanise zero
Learning from zero (mostly based off of AlphaZero) in General Game Playing.
Stars: ✭ 60 (-48.28%)
Mutual labels:  hex
Exrm deb
Create a deb for your elixir release with ease
Stars: ✭ 75 (-35.34%)
Mutual labels:  hex
Phoenix gon
🔥 Phoenix variables in your JavaScript without headache.
Stars: ✭ 84 (-27.59%)
Mutual labels:  hex
Renew
Mix task to create mix projects that builds into Docker containers.
Stars: ✭ 33 (-71.55%)
Mutual labels:  hex
Material Palette Generator
🎨 Get perfect Material Design color palettes from any hex color.
Stars: ✭ 114 (-1.72%)
Mutual labels:  hex
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (-34.48%)
Mutual labels:  hex
Bloomex
🌺 A pure Elixir implementation of Scalable Bloom Filters
Stars: ✭ 93 (-19.83%)
Mutual labels:  hex
Xxv
The XXV visual hex viewer for the terminal.
Stars: ✭ 61 (-47.41%)
Mutual labels:  hex
Ex admin
ExAdmin is an auto administration package for Elixir and the Phoenix Framework
Stars: ✭ 1,180 (+917.24%)
Mutual labels:  hex
Multiverse
Elixir package that allows to add compatibility layers via API gateways.
Stars: ✭ 87 (-25%)
Mutual labels:  hex
Vim Hexedit
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
Stars: ✭ 42 (-63.79%)
Mutual labels:  hex
Countries
Collection of Country Information for Elixir.
Stars: ✭ 107 (-7.76%)
Mutual labels:  hex
Mssqlex
Microsoft SQL Server Adapter for Elixir
Stars: ✭ 38 (-67.24%)
Mutual labels:  hex
Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (-31.9%)
Mutual labels:  hex
Sqlite ecto2
Sqlite3 adapter for Ecto 2.2.x
Stars: ✭ 117 (+0.86%)
Mutual labels:  hex
Sqlitex
An Elixir wrapper around esqlite. Allows access to sqlite3 databases.
Stars: ✭ 111 (-4.31%)
Mutual labels:  hex
Destructure
Javascript-style destructuring for Elixir
Stars: ✭ 91 (-21.55%)
Mutual labels:  hex

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 <https://github.com/python-intelhex/intelhex/blob/master/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

Source 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 <https://github.com/python-intelhex/intelhex/blob/master/NEWS.rst>_

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].