Metadata-Version: 2.4
Name: ansys-workbench-core
Version: 0.9.0
Summary: A python wrapper for Ansys Workbench
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Requires-Python: >=3.10,<4.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Requires-Dist: ansys_api_workbench>=0.2.0
Requires-Dist: ansys-platform-instancemanagement>=1.0.1
Requires-Dist: ansys-pythonnet>=3.1.0rc1
Requires-Dist: ansys-tools-path>=0.3.1
Requires-Dist: tqdm>=4.65.0
Requires-Dist: WMI>=1.4.9; platform_system=='Windows'
Requires-Dist: ansys-sphinx-theme[autoapi]==1.3.3 ; extra == "doc"
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
Requires-Dist: Sphinx==8.2.3 ; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints==3.1.0 ; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
Requires-Dist: jupyter==1.1.1 ; extra == "doc"
Requires-Dist: sphinx-jinja==2.0.2 ; extra == "doc"
Requires-Dist: pytest==8.3.5 ; extra == "tests"
Requires-Dist: pytest-cov==6.1.1 ; extra == "tests"
Requires-Dist: bandit==1.8.3 ; extra == "vulnerabilities"
Requires-Dist: safety==3.3.0 ; extra == "vulnerabilities"
Project-URL: Documentation, https://workbench.docs.pyansys.com
Project-URL: Homepage, https://github.com/ansys/pyworkbench
Project-URL: Source, https://github.com/ansys/pyworkbench
Project-URL: Tracker, https://github.com/ansys/pyworkbench/issues
Provides-Extra: doc
Provides-Extra: tests
Provides-Extra: vulnerabilities

PyWorkbench
===========

|pyansys| |python| |pypi| |GH-CI| |MIT| |ruff|

.. |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/ansys-workbench-core?logo=pypi
   :target: https://pypi.org/project/ansys-workbench-core/
   :alt: Python

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

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

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

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff

PyWorkbench is a Python client library for Ansys Workbench.

Installation
------------

To install PyWorkbench in user mode, use `pip <https://pypi.org/project/pip/>`_ :

.. code-block:: bash

    pip install ansys-workbench-core

To install the latest development version of PyWorkbench, use the following commands:

.. code-block:: bash

    git clone https://github.com/ansys/pyworkbench
    cd pyworkbench
    pip install -e .

For more information, see `Getting started <https://workbench.docs.pyansys.com/version/stable/getting-started.html>`_
in the PyWorkbench documentation.

Documentation and issues
------------------------

Documentation of the latest stable release of PyWorkbench can be found at
`PyWorkbench documentation <https://workbench.docs.pyansys.com>`_.

The documentation has these sections:

- `Getting started <https://workbench.docs.pyansys.com/version/stable/getting-started.html>`_: Learn
  how to install PyWorkbench and connect to Workbench.
- `User guide <https://workbench.docs.pyansys.com/version/stable/user-guide.html>`_: Understand key
  concepts and approaches for using PyWorkbench with the Workbench gRPC service.
- `API reference <https://workbench.docs.pyansys.com/version/stable/api/index.html>`_: Understand
  how to use Python to interact programmatically with PyWorkbench.
- `Examples <https://workbench.docs.pyansys.com/version/stable/examples.html>`_: Explore examples that
  show how to use PyWorkbench to create custom applications, automate your existing Workbench
  workflows, and integrate with other popular tools in the Python ecosystem.

In the upper right corner of the documentation's title bar, there is an option for switching from
viewing the documentation for the
latest stable release to viewing the documentation for the development version or previously released versions.

On the `PyWorkbench Issues <https://github.com/ansys/pyworkbench/issues>`_
page, you can create issues to report bugs and request new features. On the
`Discussions <https://discuss.ansys.com/>`_ page on the Ansys Developer portal,
you can post questions, share ideas, and get community feedback.

If you have general questions about the PyAnsys ecosystem, email
`pyansys.core@ansys.com <pyansys.core@ansys.com>`_. If your
question is specific to PyWorkbench, ask your
question in an issue as described in the previous paragraph.

