Metadata-Version: 2.4 Name: ansys-sound-core Version: 0.2.1 Summary: A Python wrapper for Ansys DPF Sound. Author-email: "ANSYS, Inc." Maintainer-email: "ANSYS, Inc." Requires-Python: >=3.10,<4 Description-Content-Type: text/x-rst Classifier: Development Status :: 4 - Beta 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: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent License-File: LICENSE Requires-Dist: ansys-dpf-core>=0.13.8,<1 Requires-Dist: matplotlib>=3.8.2,<4 Requires-Dist: platformdirs>=3.6.0 Requires-Dist: requests>=2.30.0 Requires-Dist: scipy>=1.15.2 Requires-Dist: ansys-dpf-core==0.14.1 ; extra == "doc" Requires-Dist: Sphinx==8.2.3 ; extra == "doc" Requires-Dist: ansys-sphinx-theme==1.5.3 ; extra == "doc" Requires-Dist: numpydoc==1.9.0 ; extra == "doc" Requires-Dist: sphinx-autodoc-typehints==3.1.0 ; extra == "doc" Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc" Requires-Dist: sphinx-gallery==0.19.0 ; extra == "doc" Requires-Dist: sphinx-design==0.6.1 ; extra == "doc" Requires-Dist: vtk==9.4.2 ; extra == "doc" Requires-Dist: trame==3.10.2 ; extra == "doc" Requires-Dist: trame_vtk==2.9.0 ; extra == "doc" Requires-Dist: pyvista==0.45.2 ; extra == "doc" Requires-Dist: pypandoc==1.15 ; extra == "doc" Requires-Dist: jupyter-sphinx==0.5.3 ; extra == "doc" Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc" Requires-Dist: platformdirs==4.3.8 ; extra == "doc" Requires-Dist: ansys-dpf-core==0.14.1 ; extra == "tests" Requires-Dist: matplotlib==3.10.3 ; extra == "tests" Requires-Dist: pytest==8.4.1 ; extra == "tests" Requires-Dist: pytest-cov==6.2.1 ; extra == "tests" Requires-Dist: pytest-dependency==0.6.0 ; extra == "tests" Requires-Dist: platformdirs==4.3.8 ; extra == "tests" Requires-Dist: regex==2024.11.6 ; extra == "tests" Provides-Extra: doc Provides-Extra: tests PyAnsys Sound ============= |pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black| |pre-commit.ci| .. |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-sound-core?logo=pypi :target: https://pypi.org/project/ansys-dpf-sound/ :alt: Python .. |pypi| image:: https://img.shields.io/pypi/v/ansys-sound-core.svg?logo=python&logoColor=white :target: https://pypi.org/project/ansys-sound-core :alt: PyPI .. |codecov| image:: https://codecov.io/gh/ansys/pyansys-sound/branch/main/graph/badge.svg :target: https://codecov.io/gh/ansys/pyansys-sound/ :alt: Codecov .. |GH-CI| image:: https://github.com/ansys/pyansys-sound/actions/workflows/ci_cd.yml/badge.svg :target: https://github.com/ansys/pyansys-sound/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 .. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/ansys/pyansys-sound/main.svg :target: https://results.pre-commit.ci/latest/github/ansys/pyansys-sound/main :alt: pre-commit.ci status PyAnsys Sound lets you use the main features of `Ansys Sound`_ to perform the postprocessing and analysis of sounds and vibrations in Python. This library is based on `PyDPF-Core`_ and the DPF Sound plugin. It is a Python wrapper that implements classes on top of DPF Sound operators Documentation and issues ------------------------ Documentation for the latest stable release of PyAnsys Sound is hosted at `PyAnsys Sound documentation `_. The documentation has these sections: - `Getting started `_: Learn how to install PyAnsys Sound in user mode. - `User guide `_: Learn how to start a DPF server, load a signal from a WAV file, and perform operations on the signal. - `API reference `_: Understand how to use Python to interact programmatically with PyAnsys Sound. - `Examples `_: Explore examples that show how to use PyAnsys Sound for various workflows. - `Contribute `_: Learn how to contribute to the PyAnsysSound 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. .. LINKS AND REFERENCES .. _Ansys Sound: https://www.ansys.com/sound .. _PyDPF-Core: https://dpf.docs.pyansys.com/version/stable/