Metadata-Version: 2.1
Name: lego-mp-skeleton
Version: 0.1.8.dev201910309
Summary: Skeleton for the Lego EV3 MicroPython Port
Home-page: https://github.com/klutzybubbles/lego-micropython-skeleton
Author: Lee Tzilantonis
Author-email: LTzilantonis@gmail.com
License: UNKNOWN
Description: # lego-micropython-skeleton
        
        Master Build Status: [![Build Status](https://dev.azure.com/leetzilantonisibmcom/LegoExtension/_apis/build/status/KlutzyBubbles.lego-micropython-skeleton?branchName=master)](https://dev.azure.com/leetzilantonisibmcom/LegoExtension/_build/latest?definitionId=3&branchName=master)
        
        Dev Build Status: [![Build Status](https://dev.azure.com/leetzilantonisibmcom/LegoExtension/_apis/build/status/KlutzyBubbles.lego-micropython-skeleton?branchName=dev)](https://dev.azure.com/leetzilantonisibmcom/LegoExtension/_build/latest?definitionId=3&branchName=dev)
        
        NOTE: We have recently dropped support for python 2.7, please make sure you are developing on a machine with python >3.4
        
        ## About
        
        Skeleton to help with linting programs using the MicroPython functions built for Lego EV3 Mindstorms
        
        Master branch is the branch that has been tested from python 3.4 to 3.7 based off of the functions that are listed in the documentation for lego ev3 python.
        
        Dev branch is for development to tests or updates in the ev3 python docs that need to be tested, although this package doesn't have any working code it is highly reccomended that you stick with the master branch so you dont get confused during development
        
        This package contains NO WORKING CODE! all functions return
        
        ### Versions
        
        Version spec MAJOR.MINOR.PATCH.(dev)YYYYMMDDBB with BB being the build number for that day (1-1000)
        
        ### Installation
        
        Because this project has no working code, there is no need to include it on the EV3 brick itself. Doing so will break the functionality of the project on the EV3.
        
        So to install the skeleton, on the development machine type `pip install --upgrade lego-mp-skeleton`, Generally development builds are not needed but if you would like to use them just add `--pre` to the installation command.
        
        ### PyPi
        
        You can find this project hosted on PyPi here: <https://pypi.org/project/lego-mp-skeleton/>
        
        ## Contributing
        
        Contributing is easy :D
        
        1. Fork the dev branch
        2. Make your changes
        3. Make a pull request into dev
        
        ## License
        
        I am in no way affiliated with Lego nor do i have any affiliation with the EV3 or EV3Dev platforms, this is a standalone package to help aid in developing Lego EV3 MicroPython programs.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
