Metadata-Version: 2.3
Name: pygranta
Version: 2025.2.1
Summary: Pythonic interfaces to Ansys Granta MI
License: MIT
Author: ANSYS, Inc.
Author-email: pyansys.core@ansys.com
Maintainer: ANSYS, Inc.
Maintainer-email: pyansys.core@ansys.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: ansys-grantami-bomanalytics (==2.3.1)
Requires-Dist: ansys-grantami-bomanalytics-openapi (==4.0.0)
Requires-Dist: ansys-grantami-dataflow-extensions (==0.2.0) ; sys_platform == "win32"
Requires-Dist: ansys-grantami-jobqueue (==1.2.0)
Requires-Dist: ansys-grantami-recordlists (==2.0.1)
Requires-Dist: ansys-grantami-serverapi-openapi (==5.0.0)
Project-URL: Documentation, https://grantami.docs.pyansys.com
Project-URL: Repository, https://github.com/ansys/pygranta
Description-Content-Type: text/x-rst

PyGranta metapackage
====================
|pyansys| |python| |pypi| |GH-CI| |MIT| |black| |pre-commit|

.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
   :target: https://docs.pyansys.com/
   :alt: PyAnsys

.. |python| image:: https://img.shields.io/pypi/pyversions/pygranta?logo=pypi
   :target: https://pypi.org/project/pygranta/
   :alt: Python

.. |pypi| image:: https://img.shields.io/pypi/v/pygranta.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/pygranta/
   :alt: PyPI

.. |GH-CI| image:: https://github.com/ansys/pygranta/actions/workflows/ci-build.yml/badge.svg
   :target: https://github.com/ansys/pygranta/actions/workflows/ci-build.yml
   :alt: GH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT
   :alt: MIT

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
   :target: https://github.com/psf/black
   :alt: Black

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pygranta/main.svg
   :target: https://results.pre-commit.ci/latest/github/pyansys/pygranta/main
   :alt: pre-commit.ci status

Welcome to the PyGranta metapackage repository. The ``pygranta`` metapackage
provides a single package of collected PyGranta packages that ensures compatibility
of these packages amongst themselves and the Granta MI release that they were released with.

Documentation
-------------

Documentation for the latest stable release of PyGranta is hosted at
`PyGranta documentation <https://grantami.docs.pyansys.com/version/stable/index.html#>`_.
The documentation has the following key sections:

- `Getting started <https://grantami.docs.pyansys.com/version/stable/getting_started.html#>`_: Describes
  how to install PyGranta in user mode.
- `User guide <https://grantami.docs.pyansys.com/version/stable/user_guide.html>`_: Describes how to
  use PyGranta.
- `API reference <https://grantami.docs.pyansys.com/version/stable/api.html>`_: Provides API member descriptions
  and usage examples.
- `Examples <https://grantami.docs.pyansys.com/version/stable/examples.html>`_: Provides examples showing
  end-to-end workflows for using PyGranta.
- `PyGranta and Granta MI compatibility <https://grantami.docs.pyansys.com/version/stable/package_versions.html>`_:
  Lists the PyGranta package versions included with a specific metapackage version.


License and acknowledgments
---------------------------
All PyGranta libraries are licensed under the MIT license.

PyGranta libraries make no commercial claim over Ansys whatsoever.
These libraries extend the functionality of Ansys products by
adding Python interfaces to legally obtained software products
without changing the core behaviors or licenses of the original
software.

For more information on Ansys products, visit the `Ansys website <https://www.ansys.com/>`_.

