Metadata-Version: 2.1
Name: damip
Version: 0.1.5
Summary: Python SDK for Digitopia Advanced Mechanical Intelligence Platform.
Home-page: https://smart-lands.com/damip
Author: kaiwei.li
Author-email: kaiwei.li@smart-lands.com
License: UNKNOWN
Description: # damip
        
        Python SDK for Digitopia Advanced Mechanical Intelligence Platform(DAMIP).
        
        ### Installation
        
        We use PyPI to distribute our software.
        
        ```sh
        $ pip install damip
        ```
        
        
        ### Usage
        
        ```python
        >>> from damip import oldtimes
        >>> mybot = oldtimes.Robot()
        >>> mybot.hello()
        'hello, I am an oldtimes robot, My name is Oldtimes.'
        >>> mybot.right_arm_shake(1)
        :) Send:  {"T":50,"id":2,"pos":300,"spd":500,"acc":30} 44
        :) Set right arm postion:  300
        :) Send:  {"T":50,"id":2,"pos":700,"spd":500,"acc":30} 44
        :) Set right arm postion:  700
        :) Send:  {"T":50,"id":2,"pos":500,"spd":500,"acc":30} 44
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
