Metadata-Version: 2.1
Name: objutils
Version: 0.2.1
Summary: Objectfile library for Python
Home-page: http://github.com/christoph2/objutils
Author: Christoph Schueler
Author-email: cpu12.gems@googlemail.com
License: GPLv2
Description: 
        objutils
        ========
        
        .. image:: https://codeclimate.com/github/christoph2/objutils/badges/gpa.svg
           :target: https://codeclimate.com/github/christoph2/objutils
        
        .. image:: https://coveralls.io/repos/github/christoph2/objutils/badge.svg?branch=master
            :target: https://coveralls.io/github/christoph2/objutils?branch=master
        
        .. image:: https://travis-ci.org/christoph2/objutils.svg
            :target: https://ci.appveyor.com/project/christoph2/objutils
        
        .. image:: https://ci.appveyor.com/api/projects/status/owpi324b6wbwocq9?svg=true
            :target: https://ci.appveyor.com/project/christoph2/objutils
        
        .. image:: http://img.shields.io/badge/license-GPL-blue.svg
           :target: http://opensource.org/licenses/GPL-2.0
        
        
        Binary data stored in hex-files is in widespread use especially in embedded systems applications.
        ``objutils`` gives you programmatic access to a wide array of formats and offers an practical API
        to work with such data.
        
        Get the latest version from .. _`Github`: https://github.com/christoph2/objutils
        
        
        Installation
        ------------
        
        .. code-block:: shell
        
           pip install objutils
        
        
        Prerequisites
        -------------
        
        - Python >= 3.4
        
        First steps
        -----------
        
        
        Features
        --------
        
        T.B.D.
        
        Documentation
        -------------
        
        For full documentation, including installation, tutorials and PDF documents, please see ..  _`Readthedocs`: https://objutils.rtfd.org
        
        
        Bugs/Requests
        -------------
        
        Please use the .. _`GitHub issue tracker`: https://github.com/christoph2/objutils/issues to submit bugs or request features.
        
        
        
        References
        ----------
        
        .. _`Here`: https://github.com/christoph2/objutils/blob/master/docs/Data_Formats.pdf is an overview of some of the classic hex-file formats.
        
        Authors
        -------
        
        -  .. _`Christoph Schueler`: cpu12.gems@googlemail.com - Initial work and project lead.
        
        See also the list of  .. `contributors`: CONTRIBUTORS who participated in this project.
        
        License
        -------
        
        This project is licensed under the GNU General Public License v2.0 - see the .. _`LICENSE`: LICENSE file for details.
        
        Contribution
        ------------
        
        If you contribute code to this project, you are implicitly allowing your code to be distributed under the GNU General Public License v2.0. You are also implicitly verifying that all code is your original work.
        
        
        
Keywords: hex files,intel hex,s19,srec,srecords,object files,map files,embedded,microcontroller,ECU
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides: objutils
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: develop
