Metadata-Version: 2.1
Name: pyansys
Version: 0.62.1
Summary: Pythonic interfaces to Ansys products
Home-page: https://github.com/pyansys
Author: Ansys
Maintainer-email: pyansys.maintainers@ansys.com
License: MIT
Description: PyAnsys
        =======
        Welcome to the PyAnsys project. While this project originated as a single ``pyansys`` package,
        it is now a collection of many Python packages for using Ansys products through Python:
        
        - `PyAEDT <https://aedtdocs.pyansys.com/>`__ : Pythonic interface to AEDT (Ansys Electronic Desktop)
        - `PyDPF-Core <https://dpfdocs.pyansys.com/>`__ : Pythonic interface to DPF (Data Processing Framework) for building more advanced and customized workflows
        - `PyDPF-Post <https://postdocs.pyansys.com/>`__ : Pythonic interface to DPF's postprocessing toolbox for manipulating and transforming simulation data
        - `PyMAPDL <https://mapdldocs.pyansys.com/>`__ : Pythonic interface to MAPDL.
        - `PyMAPDL Reader <https://readerdocs.pyansys.com/>`__: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later)
        - `PyPIM <https://pypim.docs.pyansys.com/>`__: Pythonic interface to communicate with the PIM (Product Instance Management) API
        - `Granta MI BoM Analytics <https://grantami.docs.pyansys.com/>`__: Pythonic interface to Granta MI BoM Analytics services
        - `Shared Components <https://shared.docs.pyansys.com/>`_: Shared software components to enable package interoperability and minimize maintenance
        
        Much effort is underway to continue expanding and developing packages in the
        `PyAnsys GitHub <https://github.com/pyansys/>`__ account. On the ``Issues`` page
        for each package, you can post issues and request new features. You can also email
        questions to `PyAnsys Support <mailto:pyansys.support@ansys.com>`_.
        
        Package installation
        --------------------
        You must install the applicable packages for an Ansys product on your local machine.
        While there are multiple ways to install a Python package, using `pip
        <https://pypi.org/project/pip/>`_, the package installer for Python, is recommended.
        For your convenience, this section provides ``pip`` commands for downloading
        and installing the most recent PyAnsys packages and links to comprehensive resources.
        
        PyAEDT
        ~~~~~~
        
        .. code::
        
           pip install pyaedt
        
        
        - `PyAEDT Documentation <https://aedtdocs.pyansys.com/>`_
        - `PyAEDT PyPI <https://pypi.org/project/pyaedt/>`_
        - `PyAEDT GitHub <https://github.com/pyansys/PyAEDT/>`_
        
        
        PyDPF-Core
        ~~~~~~~~~~
        
        .. code::
        
           pip install ansys-dpf-core
        
        
        - `DPF-Core Documentation <https://dpfdocs.pyansys.com/>`__
        - `DPF-Core PyPI <https://pypi.org/project/ansys-dpf-core/>`__
        - `DPF-Core GitHub <https://github.com/pyansys/pydpf-core>`__
        
        
        PyDPF-Post
        ~~~~~~~~~~
        
        .. code::
        
           pip install ansys-dpf-post
        
        
        - `DPF-Post Documentation <https://postdocs.pyansys.com/>`_
        - `DPF-Post PyPI <https://pypi.org/project/ansys-dpf-post/>`_
        - `DPF-Post GitHub <https://github.com/pyansys/pydpf-post>`_
        
        
        PyMAPDL
        ~~~~~~~
        
        .. code::
        
           pip install ansys-mapdl-core
        
        
        - `PyMAPDL Documentation <https://mapdldocs.pyansys.com/>`_
        - `PyMAPDL PyPI <https://pypi.org/project/ansys-mapdl-core/>`_
        - `PyMAPDL GitHub <https://github.com/pyansys/pymapdl/>`_
        
        
        PyMAPDL Reader
        ~~~~~~~~~~~~~~
        
        .. code::
        
           pip install ansys-mapdl-reader
        
        
        - `Legacy PyMAPDL Reader Documentation <https://readerdocs.pyansys.com/>`_
        - `Legacy PyMAPDL Reader PyPI <https://pypi.org/project/ansys-mapdl-reader/>`_
        - `Legacy PyMAPDL Reader GitHub <https://github.com/pyansys/pymapdl-reader>`_
        
        
        PyPIM
        ~~~~~
        
        .. code::
        
           pip install ansys-platform-instancemanagement
        
        
        - `PyPIML Documentation <https://pypim.docs.pyansys.com/>`_
        - `PyPIM PyPI <https://pypi.org/project/ansys-platform-instancemanagement/>`_
        - `PyPIM GitHub <https://github.com/pyansys/pypim/>`_
        
        
        Granta MI BoM Analytics
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code::
        
           pip install ansys-grantami-bomanalytics
        
        
        - `Granta MI BoM Analytics Documentation <https://grantami.docs.pyansys.com/>`_
        - `Granta MI BoM Analytics PyPI <https://pypi.org/project/ansys-grantami-bomanalytics/>`_
        - `Granta MI BoM Analytics GitHub <https://github.com/pyansys/grantami-bomanalytics/>`_
        
        
        Shared components
        ~~~~~~~~~~~~~~~~~
        The PyAnsys project publishes and consumes shared software components that enable
        interoperability between PyAnsys packages and minimize maintenance. For more
        information, see the `Shared Components documentation <https://shared.docs.pyansys.com/>`_.
        
        
        The OpenAPI Common library is a shared component. Here is the command for downloading
        and installing the most recent package and links to its comprehensive resources:
        
        .. code::
        
           pip install ansys-openapi-common
        
        
        - `OpenAPI Common Documentation <https://openapi.docs.pyansys.com/index.html/>`_
        - `OpenAPI Common PyPI <https://pypi.org/project/ansys-openapi-common/>`_
        - `OpenAPI Common GitHub <https://github.com/pyansys/openapi-common/>`_
        
        
        License and acknowledgments
        ---------------------------
        All PyAnsys libraries are licensed under the MIT license.
        
        PyAnsys 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 about Ansys products, visit the `Ansys web site <https://www.ansys.com/>`_.
        
Keywords: Ansys PyAnsys
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
