PyGranta JobQueue allows you to import and export correctly formatted Excel and text files to and from Granta MI.
This version of the ansys.grantami.jobqueue
package requires Granta MI 2024 R2 or newer. Use
the PyGranta documentation to find the
version of this package compatible with older Granta MI versions.
The ansys.grantami.jobqueue
package currently supports Python from version 3.10 to version 3.13.
To install the latest PyGranta JobQueue release from PyPI, run this command:
pip install ansys-grantami-jobqueue
To install a release compatible with a specific version of Granta MI, install the PyGranta metapackage with a requirement specifier:
pip install pygranta==2024.2.0
To see which individual PyGranta package versions are installed with each version of the PyGranta metapackage, consult the Package versions section of the PyGranta documentation.
Alternatively, to install the latest development version from the PyGranta JobQueue repository, run this command:
pip install git+https://github.com/ansys/grantami-jobqueue.git
To install a local development version with Git and Poetry, run these commands:
git clone https://github.com/ansys/grantami-jobqueue cd grantami-jobqueue poetry install
The preceding commands install the package in development mode so that you can modify it locally. Your changes are reflected in your Python setup after restarting the Python kernel.