Metadata-Version: 2.1
Name: smdAPI
Version: 0.0.1
Summary: Python wrapper for SMD3 and SMD4 motor drives, providing all aspects of configuration and control for these drives.
Author: Arun Microelectronics Ltd
Author-email: info@arunmicro.com
Project-URL: Arun Microelectronics Ltd, https://arunmicro.com/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# smdAPI - Python API for SMD3 and SMD4 motor drivers by Arun Microelectronics Ltd

**Overview:** 
Python wrapper for SMD3 and SMD4 motor drives, providing all aspects of configuration and control for these drives from within a Python environment.

## Installation
Before installation, ensure you have the latest version of pip installed. 
Updating this can be done by running the following command in the terminal:

Windows:
```
python -m pip install --upgrade pip
```
<!--Linux/MAC OS:
```
python3 -m pip install --upgrade pip
```-->

**The latest version of smdAPI can be installed from PyPI:**
```
pip install smdAPI
```
**To upgrade to the latest version :**
```
pip install --upgrade smdAPI
```

## Documentation
https://arunmicro.com/products/category/stepper-motor-drives/

## Author
smdAPI is written and published by ARUN MICROELECTRONICS LTD.
For support, visit: https://arunmicro.com/support/

## License
smdAPI is licensed under the MIT License, which allows for 
unrestricted use, copying, modification, merging, publishing, 
distribution, sublicensing, and/or selling of copies of the Software.

## References
smdAPI relies on the pythonnet library, which will be automatically installed when you install smdAPI. 
For more information about pythonnet, visit: https://pypi.org/project/pythonnet/
