Metadata-Version: 2.1
Name: acoustic-toolbox
Version: 0.1.1
Summary: Acoustic Toolbox module for Python.
Author-email: Valentin LE BESCOND <valentin.lebescond@univ-eiffel.fr>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Bug Tracker, https://github.com/Universite-Gustave-Eiffel/acoustic-toolbox/issues
Project-URL: Homepage, https://github.com/Universite-Gustave-Eiffel/acoustic-toolbox

# acoustic-toolbox

The `acoustic-toolbox` module is a Python module with useful tools for acousticians.

## Installation

The latest release can be found on PyPI and installed with `pip install acoustic-toolbox`.
Otherwise, you can clone this repository and install with `pip install` or `pip install -e` when you want an editable install.


## Examples

Several examples can be found in the `examples` folder.

## Tests

The test suite can be run with

`pytest`

## Documentation

Documentation can be found [online](http://acoustic-toolbox.readthedocs.io/).

## License

`acoustic-toolbox` is distributed under the BSD 3-clause license. See `LICENSE` for more information.

## Contributing

Contributors are always welcome.


## Origin project 

This project is based on the amazing work initially done here: [python-acoustics](https://github.com/python-acoustics/python-acoustics)
