Project for data formats in acoustics.
Project description
Python Boilerplate contains all the boilerplate you need to create a Python package.
Getting Started
The pyfar workshop gives an overview of the most important pyfar functionality and is a good starting point. It is part of the pyfar example gallery that also contains more specific and in-depth examples that can be executed interactively without a local installation by clicking the mybinder.org button on the respective example. The pyfar documentation gives a detailed and complete overview of pyfar. All these information are available from pyfar.org.
Installation
Use pip to install sparrowpy
pip install sparrowpy
(Requires Python >= 3.9)
if numba is installed the code will be precompiled and will run faster. We strongly recommend to use numba to accelerate the simulations significantly
pip install sparrowpy[fast]
or
pip install sparrowpy
pip install numba
you can also use blender for geometry import. Note that blender has strong requirements on the python version, see pypi. You can install it via pip
pip install bpy
to show progress bars install tqdm
pip install tqdm
by default these packages are not installed
Audio file reading/writing is supported through SoundFile, which is based on
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.
Contributing
Check out the contributing guidelines if you want to become part of pyfar.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sparrowpy-0.1.0.tar.gz.
File metadata
- Download URL: sparrowpy-0.1.0.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bddd21be2501f71de6b3c0fb3dc2c0ddcf886dd927421b339fb6176b925fd55
|
|
| MD5 |
eee537961bb4452c5eb8b0c287889647
|
|
| BLAKE2b-256 |
596d391de1f5be134c550c810d8aeee79f47851f6c065807b01af0799e454454
|
File details
Details for the file sparrowpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sparrowpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d6e1f492b7a1ad0b7f06f00ecb2253c2ed123d93957856b7ec376a416ac2dd7
|
|
| MD5 |
f37171b24284d58d66e23a307de9bc12
|
|
| BLAKE2b-256 |
9e792586847ae299dc4bd55598143e2debeb0384fb2622af5751841247d6cc2d
|