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.1.0.tar.gz
(43.7 kB
view details)
Built Distribution
audeer-2.1.0-py3-none-any.whl
(40.7 kB
view details)
File details
Details for the file audeer-2.1.0.tar.gz
.
File metadata
- Download URL: audeer-2.1.0.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eea9a83b377d9ad337e7e38fa24090e2d5780425cb097042d71b66a29dec4ae |
|
MD5 | 67ff02fa30864c97e870be41fcaf3493 |
|
BLAKE2b-256 | be7dfbcff5b365a9a79c8661234be04e6ecf3f46bcadbabd884baf1547deb01c |
File details
Details for the file audeer-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-2.1.0-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ef4e119cf77e545d76498fe0f5f1fdbaa5504ac27246539257d4188a18b31b8 |
|
MD5 | e1d90d6f5844c2b8219141ba4375303f |
|
BLAKE2b-256 | d485a596eb953999d0dbfb3792a7a816f16e59b5dc967520b089a8db6157b115 |