Metadata-Version: 2.1
Name: openimu
Version: 1.0.4
Summary: Aceinna Open Source Python
Home-page: https://github.com/Aceinna/python-openimu
Author: Aceinna OpenIMU
Author-email: info@aceinna.com
License: Apache 2.0
Description: # python-openimu
        
        ## install all dependencies
        python 2.7
        ```
        pip install -r requirements-2.x.txt
        ```
        
        python 3
        ```
        pip install -r requirements.txt
        ```
        
        ## pack to pip package
        ```
        python ./setup.py sdist
        ```
        
        ## build a executor
        ```
        pyinstaller webserver.spec
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=2.7, !=3.0.*, !=3.1.*
Description-Content-Type: text/markdown
