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.0.0.tar.gz
(42.5 kB
view details)
Built Distribution
audeer-2.0.0-py3-none-any.whl
(39.5 kB
view details)
File details
Details for the file audeer-2.0.0.tar.gz
.
File metadata
- Download URL: audeer-2.0.0.tar.gz
- Upload date:
- Size: 42.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44579c5129fcd1cf55d132ed4eca43a04120e2f88816d4b9ed6abc3201150477 |
|
MD5 | d6a0da43484e0b827b398585de118e28 |
|
BLAKE2b-256 | a2dfe9668fffc3ed5322eb4324134c4c0dccd2d8bd5dd65ae1532f44c6a82238 |
File details
Details for the file audeer-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-2.0.0-py3-none-any.whl
- Upload date:
- Size: 39.5 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 | 681fc7d00eb98ac2a0a1f22446e80716ae8dbec311c5457ada4f53235ace9a5b |
|
MD5 | 0e742c86fe25465351853a78cbec14e1 |
|
BLAKE2b-256 | aaae405cd333136a0d79911f7382d0bfdb0a44ff940570a3c9a3912d04ad2dfe |