Metadata-Version: 2.4
Name: spharpy
Version: 1.0.0
Summary: Project for data formats in acoustics.
Author-email: The pyfar developers <info@pyfar.org>
License: MIT License
        
        Copyright (c) 2018-2023, Marco Berzborn - Institute of Technical Acoustics
        Copyright (c) 2023, The pyfar developers
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: Tracker, https://github.com/pyfar/spharpy/issues
Project-URL: Documentation, https://spharpy.readthedocs.io/
Project-URL: Download, https://pypi.org/project/spharpy/
Project-URL: Homepage, https://pyfar.org/
Project-URL: Source, https://github.com/pyfar/spharpy
Project-URL: Changelog, https://github.com/pyfar/spharpy/blob/main/HISTORY.rst
Keywords: acoustics,pyfar
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Requires-Dist: scipy>=1.17
Requires-Dist: urllib3
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: pyfar>=0.8.0
Provides-Extra: deploy
Requires-Dist: twine; extra == "deploy"
Requires-Dist: wheel; extra == "deploy"
Requires-Dist: build; extra == "deploy"
Requires-Dist: setuptools; extra == "deploy"
Requires-Dist: bump-my-version; extra == "deploy"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: watchdog; extra == "tests"
Requires-Dist: ruff==0.8.3; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: autodocsumm>=0.2.14; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx_mdinclude; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-favicon; extra == "docs"
Requires-Dist: sphinx-reredirects; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: dev
Requires-Dist: spharpy[deploy,docs,tests]; extra == "dev"
Dynamic: license-file

<h1 align="center">
<img src="https://github.com/pyfar/gallery/raw/main/docs/resources/logos/pyfar_logos_fixed_size_spharpy.png" width="300">
</h1><br>



[![PyPI version](https://badge.fury.io/py/spharpy.svg)](https://badge.fury.io/py/spharpy)
[![Documentation Status](https://readthedocs.org/projects/spharpy/badge/?version=latest)](https://spharpy.readthedocs.io/en/latest/?badge=latest)
[![CircleCI](https://circleci.com/gh/pyfar/spharpy.svg?style=shield)](https://circleci.com/gh/pyfar/spharpy)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)

Python package for spherical array processing.

Getting Started
===============

Check out the [example notebooks](https://github.com/pyfar/pyfar/blob/main/examples) - also available on [mybinder.org](https://mybinder.org/v2/gh/pyfar/spharpy/main?filepath=examples/) - for a tour of basic functionality and
[read the docs](https://spharpy.readthedocs.io/en/stable) for the complete documentation.

Installation
============

Use pip to install spharpy

    pip install spharpy

(Requires Python 3.11 or higher)

Audio file reading/writing is supported through [SoundFile](https://python-soundfile.readthedocs.io), which is based on
[libsndfile](http://www.mega-nerd.com/libsndfile/). On Windows and OS X, it will be installed automatically.
On Linux, you need to install libsndfile using your distribution’s package manager, for example ``sudo apt-get install libsndfile1``.
If the installation fails, please check out the [help section](https://pyfar-gallery.readthedocs.io/en/latest/help).

Contributing
============

Check out the [contributing guidelines](https://pyfar.readthedocs.io/en/stable/contributing.html) if you want to become part of pyfar.
