audeer is a collection of helpful Python functions for common tasks like file handling, string manipulation, and system operations. Current version: 2.4.0, released roughly monthly. It requires Python >=3.10.
pip install audeerVerified import paths — ran on the pinned version, not inferred.
Basic usage of audeer functions.
Replace audeer.safe_path() with audeer.safe_filename().
Upgrade Python to 3.10 or later.
Pass relative=True to audeer.list_file_names() if you need relative paths.
Use with statement or manually call audeer.rmdir() to clean up.
pip install audeer
Use audeer.safe_filename() instead.
Upgrade Python to 3.10 or higher.
No dependency data recorded yet.