Metadata-Version: 1.1
Name: microparcel-tools
Version: 0.0.1
Summary: Code generation tool for microparcel
Home-page: https://github.com/lukh/microparcel-tools
Author: Vivien Henry
Author-email: vivien.henry@outlook.fr
License: MIT license
Description: =================
        Microparcel Tools
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/microparcel-tools.svg
                :target: https://pypi.python.org/pypi/microparcel-tools
        
        .. image:: https://img.shields.io/travis/lukh/microparcel-tools.svg
                :target: https://travis-ci.org/lukh/microparcel-tools
        
        .. image:: https://readthedocs.org/projects/microparcel-tools/badge/?version=latest
                :target: https://microparcel-tools.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Code generation tool for microparcel
        
        
        * Free software: MIT license
        * Documentation: https://microparcel-tools.readthedocs.io.
        
        
        Features
        --------
        
        * Generates a Communication protocol from a schema.
        * Generates C++ and python code
        * Based on microparcel, suitable for embedded systems
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.1 (2019-02-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: microparcel_tools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
