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.14.0.tar.gz
(25.2 kB
view details)
Built Distribution
audeer-1.14.0-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file audeer-1.14.0.tar.gz
.
File metadata
- Download URL: audeer-1.14.0.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 105e28d398f5d5ef3155d975ed437ce48502ad37a75321323e6ddd85bebbc21c |
|
MD5 | 45ebf867fa7a68a7c2aabb5545c7ba4b |
|
BLAKE2b-256 | a72a6a3ab84a976690fdc568dfbaec0ababdc3af73802839b4efab84bce8e6b0 |
File details
Details for the file audeer-1.14.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.14.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41dbe694fc19cfac32dd049417d8a5b2d1a035ee84cf0caa90f3d27510e4e23c |
|
MD5 | 35cc40bb193f5421bb28cb7a52016b15 |
|
BLAKE2b-256 | 202b2be4a2403a2555d8bcc71c3c4a784d4ce2665e73bbc96f8417dbe622e820 |