Metadata-Version: 2.4 Name: ansys-tools-common Version: 0.5.1 Summary: A set of tools for PyAnsys libraries Project-URL: Discussions, https://github.com/ansys/ansys-tools-common/discussions Project-URL: Documentation, https://tools.docs.pyansys.com/ Project-URL: Issues, https://github.com/ansys/ansys-tools-common/issues Project-URL: Releases, https://github.com/ansys/ansys-tools-common/releases/ Project-URL: Source, https://github.com/ansys/ansys-tools-common Author-email: "ANSYS, Inc." Maintainer-email: "ANSYS, Inc." License-Expression: MIT License-File: LICENSE Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Science/Research Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 :: Only 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: <4,>=3.10 Requires-Dist: click>=8.1.3 Requires-Dist: platformdirs>=3.6 Requires-Dist: requests>=2.32.4 Requires-Dist: scooby>=0.5.12 Requires-Dist: typing-extensions>=4.5 Provides-Extra: all Requires-Dist: ansys-tools-filetransfer>=0.1.1; extra == 'all' Requires-Dist: ansys-tools-visualization-interface>=0.9.2; extra == 'all' Requires-Dist: apprise>=1.9.7; extra == 'all' Requires-Dist: cryptography>=43.0; extra == 'all' Requires-Dist: pywin32>=311; (sys_platform == 'win32') and extra == 'all' Provides-Extra: filetransfer Requires-Dist: ansys-tools-filetransfer>=0.1.1; extra == 'filetransfer' Provides-Extra: graphics Requires-Dist: ansys-tools-visualization-interface>=0.9.2; extra == 'graphics' Provides-Extra: notifications Requires-Dist: apprise>=1.9.7; (sys_platform != 'win32') and extra == 'notifications' Requires-Dist: apprise[windows]>=1.9.7; (sys_platform == 'win32') and extra == 'notifications' Provides-Extra: other Requires-Dist: cryptography>=43.0; extra == 'other' Description-Content-Type: text/x-rst Ansys Common Tools ================== |pyansys| |python| |pypi| |MIT| |GH-CI| |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/ansys-tools-common?logo=pypi :target: https://pypi.org/project/ansys-tools-common/ :alt: Python .. |pypi| image:: https://img.shields.io/pypi/v/ansys-tools-common.svg?logo=python&logoColor=white :target: https://pypi.org/project/ansys-tools-common :alt: PyPI .. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT :alt: MIT .. |GH-CI| image:: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml/badge.svg :target: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml :alt: GH-CI .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/ansys-tools-common/main.svg :target: https://results.pre-commit.ci/latest/github/ansys/ansys-tools-common/main :alt: pre-commit.ci status Overview -------- Ansys Common Tools provides a set of tools for the PyAnsys ecosystem. Documentation and issues ------------------------ Documentation for the latest stable release of Ansys Common Tools is hosted at `Ansys Common Tools documentation `_. The documentation has these sections: - `Getting started `_: Learn how to install Ansys Common Tools in user mode. - `User guide `_: Understand key concepts for implementing the tools in your workflows. - `API reference `_: Understand how to use Python to interact programmatically with the tools. - `Contribute `_: Learn how to contribute to the Ansys Common Tools codebase or documentation. 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 Ansys Common Tools `Issues `_ page, you can create issues to report bugs and request new features. On the `Ansys Common Tools Discussions `_ page or the `Discussions `_ 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 `_. If your question is specific to Ansys Common Tools, ask your question in an issue as described in the previous paragraph. License ------- Ansys Common Tools is licensed under the `MIT License `_. Ansys Common Tools makes no commercial claim over Ansys whatsoever.