Metadata-Version: 2.1
Name: objutils
Version: 0.2.2
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://travis-ci.org/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
