PyTwin is a Python package that eases Ansys Digital Twins consumption workflows.
For comprehensive information on PyTwin, see the latest release Documentation and its sections:
The pytwin
package supports Python 3.7 through Python
3.11 on Windows and Linux.
Install the latest release from PyPI with:
pip install pytwin
If you plan on doing local development of PyTwin with Git, install the latest release with:
git clone https://github.com/pyansys/pytwin.git
cd pytwin
pip install pip -U
pip install -e .
The pytwin
package requires access to an Ansys License Server
with the twin_builder_deployer
feature available (see the
Getting started section).
PyTwin is licensed under the MIT license.
For more information on Ansys Digital Twins, see the Twin Builder page on the Ansys website.