Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.01 KB

File metadata and controls

37 lines (22 loc) · 1.01 KB

python-acoustics

CI

This is a fork of the python-acoustics package, which became a public archive on Feb 7, 2024.

Installation

Using pip install:

pip install git+https://github.com/captif-nz/python-acoustics

Using poetry add:

poetry add git+https://github.com/captif-nz/python-acoustics

Examples

Several examples can be found in the examples folder.

Tests

The repository can be cloned into a Docker container using the Visual Studio Code Dev Containers extension.

The test suite can then be run with:

./coverage.sh

License

python-acoustics is distributed under the BSD 3-clause license. See LICENSE for more information.