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.1.1.tar.gz
(43.8 kB
view details)
Built Distribution
audeer-2.1.1-py3-none-any.whl
(40.7 kB
view details)
File details
Details for the file audeer-2.1.1.tar.gz
.
File metadata
- Download URL: audeer-2.1.1.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7e41cdf0045a4083836c661952d92459eea688e00fe2a663defee12f8af75f4 |
|
MD5 | b39863781e13883b7bb91777f2da5e11 |
|
BLAKE2b-256 | ea84b69044255509d3f147546daf21e10eecc1bea9d518a5844da682beae4413 |
File details
Details for the file audeer-2.1.1-py3-none-any.whl
.
File metadata
- Download URL: audeer-2.1.1-py3-none-any.whl
- Upload date:
- Size: 40.7 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 | 412cdbf996615daa8163fa62ec795879cc91369470998ffaea5ff0f76dc6339f |
|
MD5 | a2fa1fdb9671ea5661a1cd26e3298555 |
|
BLAKE2b-256 | fff8db2d753502b0f880b4d50c54732f04d2abf2e524c3e2c9c00c2fc7a73145 |