Metadata-Version: 2.4
Name: ansys-grantami-system
Version: 1.0.0rc0
Summary: Control Granta MI system administration functions from Python
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
License-Expression: Apache-2.0
License-File: AUTHORS
License-File: LICENSE
Keywords: Ansys,Granta MI
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Requires-Dist: ansys-grantami-serverapi-openapi==5.1.0
Requires-Dist: ansys-openapi-common~=2.0
Requires-Dist: requests~=2.26
Provides-Extra: examples
Requires-Dist: jupyterlab<5,>=3; extra == 'examples'
Requires-Dist: pandas[excel]~=2.3; extra == 'examples'
Requires-Dist: plotly~=6.0; extra == 'examples'
Description-Content-Type: text/x-rst

PyGranta System
===============

..
   _after-badges


A Python wrapper for Granta MI system administration functions.


Dependencies
------------
.. readme_software_requirements

This version of the ``ansys.grantami.system`` package requires Granta MI 2026 R1 or later.

The ``ansys.grantami.system`` package currently supports Python from version 3.10 to version 3.14.

.. readme_software_requirements_end



Installation
--------------
.. readme_installation

To install the latest release from `PyPI <https://pypi.org/project/ansys-grantami-system/>`_, use
this code:

.. code::

    pip install ansys-grantami-system

Alternatively, to install the latest development version from ``ansys-grantami-system`` `GitHub <https://github.com/ansys/grantami-system>`_,
use this code:

.. code::

    pip install git+https://github.com/ansys/grantami-system.git


To install a local *development* version with Git and uv, use this code:

.. code::

    git clone https://github.com/ansys/grantami-system
    cd grantami-system
    uv sync


The preceding code installs the package (with development dependencies) and allows you to modify it locally,
with your changes reflected in your Python setup after restarting the Python kernel.

.. readme_installation_end
