Metadata-Version: 2.1
Name: umirobot
Version: 21.4.21
Summary: UMIRobot control code for Python.
Home-page: https://github.com/mmmarinho/umirobot-py
Author: Murilo M. Marinho
Author-email: murilo@g.ecc.u-tokyo.ac.jp
License: GPLv3
Description: # UMIRobot Python
        
        The Python package to interact with the UMIRobot.
        
        **_NOTE:_**  The package is only compatible with Python >= 3.8.
        
        ## Installation
        
        Use `pip` to install the package. Dependencies will be automatically installed.
        
        `python -m pip install umirobot`
        
        ## Upgrade
        
        `python -m pip install umirobot --upgrade`
        
        ## Usage
        
        Run the package as a module as follows.
        
        `python -m umirobot`
        
        Handle the interface as needed.
        
        
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
