Metadata-Version: 2.1
Name: pytrinamic
Version: 0.2.0rc2
Summary: TRINAMIC's Python Technology Access Package.
Home-page: https://github.com/trinamic/PyTrinamic
Author: Trinamic Software Team
Author-email: tmc_info@trinamic.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-can (<4,>=3)
Requires-Dist: canopen
Requires-Dist: pyserial (>=3)

# PyTrinamic
PyTrinamic is a python library for communicating with TRINAMIC Modules and Evaluation boards.

The Library is intended to be a foundation for automating tasks previously only available through manual access using the TMCL-IDE.


## Setup
Use pip to install the libary.

```
pip install PyTrinamic
```

## Contributing
Pull requests are welcome. For any major changes or questions regarding implementation, please open an issue to ask or discuss first.

## License
PyTrinamic is licensed under the MIT License.

