Metadata-Version: 1.1
Name: ihextools
Version: 1.0.0
Summary: Simple Intel hex library
Home-page: https://github.com/Jeff-Ciesielski/ihexpy
Author: Jeff Ciesielski
Author-email: jeffciesielski@gmail.com
License: MIT
Description: ihexpy
        ======
        
        Description
        -----------
        ihexpy is a simple library to deal with intel hex files.
        
        It was written to facilitate the manipulation of ihex files for ARM microcontrollers,
        and thus only implements a subset of the specification
        (DATA/EOF/Extended Linear address)
        
        
        Installation
        ------------
        Simply run: python setup.py install
        
        
Keywords: ihex
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
