A Python wrapper for the Granta MI Lists API.
To use this version of the ansys.grantami.recordlists
package you must have access to a Granta MI 2024 R2 deployment.
The ansys.grantami.recordlists
package currently supports Python from version 3.10 to version 3.13.
To install the latest release from PyPI, use this code:
pip install ansys-grantami-recordlists
To install a release compatible with a specific version of Granta MI, use the PyGranta meta-package with a requirement specifier:
pip install pygranta==2023.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 ansys-grantami-recordlists
GitHub,
use this code:
pip install git+https://github.com/ansys/grantami-recordlists.git
To install a local development version with Git and Poetry, use this code:
git clone https://github.com/ansys/grantami-recordlists cd grantami-recordlists poetry install
The preceding code installs the package and allows you to modify it locally, with your changes reflected in your Python setup after restarting the Python kernel.