Metadata-Version: 1.1
Name: microblocks_messaging_library
Version: 0.0.2
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/wwj718/microblocks_messaging_library
Author: Wenjie Wu
Author-email: wuwenjie718@gmail.com
License: GNU General Public License v3
Description: ==============================
        microblocks_messaging_library
        ==============================
        
        
        MicroBlocks and Python Communication with Messages.
        
        
        Install
        -------
        
        python -m pip install microblocks_messaging_library
        
        
        Usage
        -----
        
        from microblocks_messaging_library import MicroblocksMessage
        
        
        Features
        --------
        
        * TODO
        
        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.2 (2022-11-29)
        * 0.0.1 (2022-10-28)
        * First release on PyPI.
        
Keywords: MicroBlocks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
