Metadata-Version: 2.1
Name: pyRoIS-common
Version: 0.1.1
Summary: Implementation of HRI Engine on RoIS Framework in Python
Home-page: https://inohira.mns.kyutech.ac.jp/git/inohira/pyRoIS-higashi
Author: Eiichi Inohira
Author-email: inohira.eiichi402@mail.kyutech.jp
License: UNKNOWN
Description: # pyrois-common
        
        This software is an implementation of HRI Engine on RoIS framework.
        This software is released under the MIT License, see LICENSE.
        
        ## Overview
        
        pyrois-common is an implementation of HRI Engine on RoIS framework with python3.
        pyrois-common underlies pyrois, which is an implementation of RoIS framework.
        
        ## References
        
        1. RoIS Framework
        1. pyrois
        
        
        ## Unit test
        
        ### venv and pip install
        
        generate a virtual environment and install pyrois
        
        ```
        python3 -m venv env
        source env/bin/activate
        (env) pip install pyrois==0.0.6
        ```
        
        ### run unit tests
        
        run all unit tests
        
        ```
        (env) python3 -m unittest discover tests -p "unittest*.py"
        ```
        
        run each unit test
        
        ```
        (env) python3 -m unittest tests.unittest_execute_branch
        ```
        
        ```
        (env) python3 -m unittest tests.unittest_execute_branch_error
        ```
        
        ```
        (env) python3 -m unittest tests.unittest_execute_multi_commands
        ```
        
        ```
        (env) python3 -m unittest tests.unittest_execute_multi_components
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
