Metadata-Version: 1.1
Name: microparcel
Version: 0.1.0
Summary: Serialize and deserialize data from a buffer
Home-page: https://github.com/lukh/microparcel
Author: Vivien Henry
Author-email: vivien.henry@outlook.fr
License: MIT license
Description: ==================
        microparcel-python
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/microparcel-python.svg
                :target: https://pypi.python.org/pypi/microparcel-python
        
        .. image:: https://img.shields.io/travis/lukh/microparcel-python.svg
                :target: https://travis-ci.org/lukh/microparcel-python
        
        .. image:: https://readthedocs.org/projects/microparcel-python/badge/?version=latest
                :target: https://microparcel-python.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Serialize and deserialize structured data.
        
        microparcel impementation in Python.
        
        * Free software: MIT license
        
        
        Provides three differents entities:
        
        A Message is the payload, with methods to access specifics bitfields on the data buffer
        
        The Frame encapsulates the Message between a Start Of Frame and a CheckSum
        
        And the Parser is used to Parse bytes into Message and encodes Messages in Frame
        
        See Documentation: https://microparcel-python.readthedocs.io/en/latest/
        
        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.1.0 (2019-09-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: microparcel
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 :: 2
Classifier: Programming Language :: Python :: 2.7
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
