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.19.0.tar.gz
(34.6 kB
view details)
Built Distribution
audeer-1.19.0-py3-none-any.whl
(20.7 kB
view details)
File details
Details for the file audeer-1.19.0.tar.gz
.
File metadata
- Download URL: audeer-1.19.0.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e48f6ebebbf458c1b3e5869731341401ddce08f3c4180aee8d0319cd882abba0 |
|
MD5 | 5eaa8dd08c5eed44178ca93fb8a17455 |
|
BLAKE2b-256 | 80000c50f063f9837aaff4c8942bf1a3ed467f40210c79384e0e6a2191ed7364 |
File details
Details for the file audeer-1.19.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.19.0-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16305225e53ffe08498f458b4f38c8fb0f2eb9686243d619780393199fb75de4 |
|
MD5 | fbc71c729141f43ea4324292e8f7cc28 |
|
BLAKE2b-256 | ff7056c1261c70c5a8fda017d1ac0e7a22125e1a497a633dd6ad9ee36c6c7aaf |