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-1.21.0.tar.gz
(42.4 kB
view details)
Built Distribution
audeer-1.21.0-py3-none-any.whl
(40.1 kB
view details)
File details
Details for the file audeer-1.21.0.tar.gz
.
File metadata
- Download URL: audeer-1.21.0.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bad7d5a339520105c0f92a1b092e6f3a461a6949e06a85390b77a641472566c |
|
MD5 | 17ecb17fa445c491358ee7e696ceea60 |
|
BLAKE2b-256 | e2573916e84321aea2098c5cb4dc172bc7c8265e7d8ba14199308ae7b36bbf78 |
File details
Details for the file audeer-1.21.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.21.0-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92537e1eae44ed33918154a173c56d10f917d03c2bec810b24457798973df40d |
|
MD5 | a361a51cee845a0c4013685de8d1151f |
|
BLAKE2b-256 | b619243ef100675b47adf470904863289aa4d7c90b8a068849ce1675fcf80f7d |