Metadata-Version: 2.1
Name: pyrato
Version: 0.3.1
Summary: Collection of functions commonly used in room acoustics
Home-page: https://github.com/mberz/pyrato
Author: Marco Berzborn - Institute for Hearing Technology and Acoustics
Author-email: marco.berzborn@akustik.rwth-aachen.de
License: MIT license
Keywords: pyrato
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS.rst

======
pyrato
======

Python Room Acoustics Tools - A collection of functions for commonly used operations in room acoustics

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

Use pip to install pyrato

.. code-block:: console

    $ pip install pyrato

(Requires Python >= 3.5)


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

Check out the `examples notebook`_ for a tour of the
functionality and `read the docs`_ for the complete documentation.

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

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

.. _contribution guidelines: https://github.com/mberz/pyrato/blob/main/CONTRIBUTING.rst
.. _examples notebook: https://mybinder.org/v2/gh/mberz/pyrato/HEAD?filepath=examples%2Fenergy_decay_curves_and_reverberation_time.ipynb
.. _read the docs: https://pyrato.readthedocs.io/en/latest


