Helpful Python functions
Project description
The Python package audeer collects small tools and functions that deal with common tasks. For example, it incorporates functions for handling file paths, using multi-threading, or showing progress bars.
The package is lightweight, and has the small tqdm package as it’s only external dependency.
Have a look at the installation and usage instructions as a starting point.
Code example, that lists all WAV files in the data folder:
import audeer
files = audeer.list_file_names("data", filetype="wav")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audeer-2.2.0.tar.gz
(44.2 kB
view details)
Built Distribution
audeer-2.2.0-py3-none-any.whl
(41.2 kB
view details)
File details
Details for the file audeer-2.2.0.tar.gz
.
File metadata
- Download URL: audeer-2.2.0.tar.gz
- Upload date:
- Size: 44.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5774ba24b4d69a14f27d3a82aec796c8ef18e299759a050a8c9b9e92433b71e |
|
MD5 | f842e8a8c8a901279e3c248cf63f39a8 |
|
BLAKE2b-256 | 148a3d6486704c8fe7c8f888a9c13fcb46121cfd130c346f1bc3a7fbff49a029 |
File details
Details for the file audeer-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-2.2.0-py3-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47452456288e812e43cd42bdd55a51c21a60190a0c4850130ec3883761187194 |
|
MD5 | 75f78efc73a35c01db1db500a456f13c |
|
BLAKE2b-256 | d316137d34017ef2b6b2907ef4da31fca8bdcc20ae1b262455fb07f77ee8efcc |