Metadata-Version: 2.4
Name: pmr_elirobots_sdk
Version: 0.0.1
Summary: PMR Poli USP fork of the SDK library for the Elite EC Series Robot
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: elite,elibot,eliterobot,robot,Robot,robotSDK
Author: Elite
Author-email: zhangjunjie@elibot.cn
Requires-Python: >3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: loguru (==0.6.0)
Project-URL: Homepage, https://github.com/FelipeGdM/eliterobot
Description-Content-Type: text/markdown

# Elite SDK For Python PMR Fork

This fork was created to fix issues found while working in the Mechatronics Department of Poli USP

It provides the same functionality than the original SDK but with better type checking and translated documentation

## Overview

### Installation

```bash
pip install elirobots_pmr_sdk
# or
pip3 install elirobots_pmr_sdk
```

### Documentation

TBD

### Feedback

Original project at `https://github.com/JunJie-zhang-o/eliterobot.git`

