Metadata-Version: 2.1
Name: pytrinamic
Version: 0.2.2
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
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

# PyTrinamic

PyTrinamic is a Python package to set up and control TRINAMIC modules, evaluation boards and ICs via serial, USB or CAN interfaces.

The package is intended to automate tasks that are typically done manually with TRINAMICs [TMCL-IDE](https://www.trinamic.com/support/software/tmcl-ide/).

| ⚠️ Note that we changed the way PyTrinamic is used, please check out the [Migration Guide](#migration-guide)|
|------------------------------------------------------------------------------------------------------------|

## Install

Use pip to install PyTrinamic.

```
pip install pytrinamic
```

## Getting Started

Please have a look at the [code examples on GitHub](https://github.com/trinamic/PyTrinamic/tree/feature_feature_hierarchy_v2/examples).

## Migration Guide<a id="migration-guide"></a>

Version 0.2.0 of PyTrinamic introduces several changes to the API. For those who want to convert code that uses an older version of PyTrinamic, we wrote a short [migration guide](https://github.com/trinamic/PyTrinamic/blob/master/docs/migration_guide.md).

All previous versions of PyTrinamic will still be available on PyPI and can be installed via: `pip install pytrinamic==0.1.27`.

## 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.
