Giter VIP home page Giter VIP logo

intelhex's Introduction

-----------------------
Python IntelHex library
-----------------------

Author: Alexander Belchenko
Contact: alexander belchenko at gmail com
Date: 2016/03/31
Version: 2.1

Introduction
------------
The Intel HEX file format is widely used in microprocessors and microcontrollers 
area as the de facto standard for code representation for microelectronic devices programming.

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 is distributed under BSD license. See LICENSE.txt in the 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 an email and tell something about your project. 
I'd like to add the name of your project/company to page "Who Uses IntelHex".

Python 3 compatibility
----------------------
Intelhex library 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.

Download
--------
* https://pypi.python.org/pypi/IntelHex
* https://launchpad.net/intelhex/+download
* https://github.com/bialix/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:

    https://launchpad.net/intelhex/
    
Get code with bzr:
    
    bzr branch lp:intelhex

IntelHex on GitHub:

    https://github.com/bialix/intelhex
    
Get code with git:

    git clone https://github.com/bialix/intelhex.git

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

    http://pythonhosted.org/IntelHex/

API documentation
-----------------
You can use epydoc for creating API documentation for IntelHex class. Run:

    $ python epydoc.py intelhex

epydoc tool: http://epydoc.sourceforge.net/

intelhex's People

Contributors

adfernandes avatar bernh avatar bialix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.