Metadata-Version: 2.1
Name: spharpy
Version: 0.4.1
Summary: Python package for spherical array processing.
Home-page: https://git.rwth-aachen.de/mbe/spharpy/
Author: Marco Berzborn
Author-email: marco.berzborn@akustik.rwth-aachen.de
License: MIT license
Keywords: spharpy
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

======
Readme
======

Package for SPherical ARray processing in PYthon.


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

Use pip to install spharpy

.. code-block:: console

    $ pip install spharpy

Python versions >= 3.7 are required


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

Check out the `example notebooks`_ - also available on `mybinder.org`_ - for a tour of basic functionality and
`read the docs`_ for the complete documentation.


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

Refer to the `contribution guidelines`_ for more information.


.. _contribution guidelines: https://github.com/mberz/spharpy/blob/main/CONTRIBUTING.rst
.. _example notebooks: https://github.com/mberz/spharpy/blob/main/examples
.. _mybinder.org: https://mybinder.org/v2/gh/mberz/spharpy/main?filepath=examples/
.. _read the docs: https://spharpy.readthedocs.io/en/latest


