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.17.0.tar.gz
(26.0 kB
view details)
Built Distribution
audeer-1.17.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file audeer-1.17.0.tar.gz
.
File metadata
- Download URL: audeer-1.17.0.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6ea766626ff3a8b158d4e1fbe7b56e9f5419c3e207e4bd0f4f9ba71498e7e87 |
|
MD5 | 539eba961cabba89c8ea2f9f0aa83bf3 |
|
BLAKE2b-256 | 21cc9e5405aa16f0795b4af0c218084730a9b289da34292e012db4e15dab0512 |
File details
Details for the file audeer-1.17.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.17.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb65f4ca703d04fb9914e7a2903982019c1cd5877864dae8f9377ad4ca466b72 |
|
MD5 | 110e153acde2965934dcf57733710f8f |
|
BLAKE2b-256 | e71af245a218fe338c7fb595625946d8b7b4c2cdb2017b5bc92aa2943ea46556 |