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.20.1.tar.gz
(39.4 kB
view details)
Built Distribution
audeer-1.20.1-py3-none-any.whl
(23.1 kB
view details)
File details
Details for the file audeer-1.20.1.tar.gz
.
File metadata
- Download URL: audeer-1.20.1.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39a018e3c7031b7236a7264cd965ce703be2ea6eecdb4873a8a50de88705e092 |
|
MD5 | 245ddc8dff840d142ccd92df52a84230 |
|
BLAKE2b-256 | bc462937179b84ca8cc92d15104b1f93279a436a12e9d015b7535fa4a7fcbc62 |
File details
Details for the file audeer-1.20.1-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.20.1-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad32620a2a8ec8a16ad3a4ae32b7075783ff710dfec0755f21627a6feddfc07b |
|
MD5 | 27f6dd3e52ba3f28cc47afd503f92295 |
|
BLAKE2b-256 | 2b652d2183619cdee9d41b0a589b8742e7102024c39db6b28def6e6e66b78538 |