Metadata-Version: 2.4
Name: ansys-tools-local-product-launcher
Version: 0.3.0
Summary: A utility for launching Ansys products on a local machine
License: MIT
License-File: AUTHORS
License-File: LICENSE
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: 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: Programming Language :: Python :: 3.14
Requires-Dist: ansys-tools-common (>=0.1.0)
Requires-Dist: grpcio (>=1.51.1)
Requires-Dist: grpcio-health-checking (>=1.43)
Project-URL: Repository, https://github.com/ansys/ansys-tools-local-product-launcher
Description-Content-Type: text/x-rst

[DEPRECATED] Local Product Launcher
===================================
This library is deprecated and will no longer be maintained. Please consider using alternatives. For more information check
`this issue <https://github.com/ansys/ansys-tools-local-product-launcher/issues/264>`_.

|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black|

.. |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-tools-local-product-launcher?logo=pypi
   :target: https://pypi.org/project/ansys-tools-local-product-launcher/
   :alt: Python

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

.. |codecov| image:: https://codecov.io/gh/ansys/ansys-tools-local-product-launcher/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/ansys/ansys-tools-local-product-launcher
   :alt: Codecov

.. |GH-CI| image:: https://github.com/ansys/ansys-tools-local-product-launcher/actions/workflows/ci_cd.yml/badge.svg
   :target: https://github.com/ansys/ansys-tools-local-product-launcher/actions/workflows/ci_cd.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


The Ansys Local Product Launcher is a utility for launching Ansys products on a local machine
and configuring their launch settings.

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

Documentation for the latest stable release of the Local Product Launcher is hosted at
`Local Product Launcher documentation <https://local-product-launcher.tools.docs.pyansys.com>`_.


The Local Product Launcher documentation contains these sections:

- `Getting started <https://local-product-launcher.tools.docs.pyansys.com/version/dev/intro.html>`_:
  Explains how to install the Local Product Launcher in user mode and then how
  to configure launcher settings for a specific Ansys product and launch it.
- `User guide <https://local-product-launcher.tools.docs.pyansys.com/version/dev/user_guide/index.html>`:
  Provides an overview of the Local Product Launcher, explaining how to use the command-line
  interface to configure launcher settings, how to create launcher plugins, and the rationale for
  why this utility was created.
- `Examples <https://local-product-launcher.tools.docs.pyansys.com/version/dev/examples/index.html>`_:
  Provides examples of how to use the Local Product Launcher to launch a product on a local machine.
- `API reference <https://local-product-launcher.tools.docs.pyansys.com/version/dev/api/index.html>`_:
  Describes Local Product Launcher API endpoints so that you can understand how to interact with
  them programmatically.
- `Contribute <https://local-product-launcher.tools.docs.pyansys.com/version/dev/contribute.html>`_: Provides information
  on how to install the Local Product Launcher in developer mode and make contributions
  to the codebase and documentation.

On the `Local Product Launcher Issues <https://github.com/ansys/ansys-tools-local-product-launcher/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.

To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.

