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.20.0.tar.gz
(39.3 kB
view details)
Built Distribution
audeer-1.20.0-py3-none-any.whl
(23.1 kB
view details)
File details
Details for the file audeer-1.20.0.tar.gz
.
File metadata
- Download URL: audeer-1.20.0.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42d8db01bd8f446be9d3f7d6ed8bf95170aa5dc0f618c5022c9d9c904d977d09 |
|
MD5 | 53127ad06208cbd606b55a61b81e7ba2 |
|
BLAKE2b-256 | 343f89efe86b7dc45d48f1fe25000e0552e3d15a18e6f0cf5855b820c51a0d87 |
File details
Details for the file audeer-1.20.0-py3-none-any.whl
.
File metadata
- Download URL: audeer-1.20.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e801d2294c83f70c7f6561d40e7fb93c509f37c63903d879b845ff86ffb41c0 |
|
MD5 | e1a7f20c7395b674f62702af67d257df |
|
BLAKE2b-256 | 1882b932b41e8b2df2cd065aedac8b8475f1204cc86a88ac19a63b1989077dab |