PyAnsys Python PyPI GH-CI Codecov MIT Black

PyGranta JobQueue

PyGranta JobQueue allows you to import and export correctly formatted Excel and text files to and from Granta MI.

Dependencies

To use PyGranta JobQueue, you must have access to a Granta MI 2024 R2 deployment.

The ansys.grantami.jobqueue package currently supports Python version 3.9 through 3.12.

Installation

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

Alternatively, to install the latest release 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.