audeerΒΆ

basename_wo_ext

File basename without file extension.

common_directory

Find common directory path.

config

Get/set defaults for audeer.

create_archive

Create ZIP or TAR.GZ archive.

deprecated

Mark code as deprecated.

deprecated_default_value

Mark default value of keyword argument as deprecated.

deprecated_keyword_argument

Mark keyword argument as deprecated.

download_url

Download URL to destination.

extract_archive

Extract ZIP or TAR.GZ file.

extract_archives

Extract multiple ZIP or TAR.GZ archives at once.

file_extension

File extension.

flatten_list

Flatten an arbitrarily nested list.

format_display_message

Ensure a fixed length of text printed to screen.

freeze_requirements

Log Python packages of activate virtual environment.

git_repo_tags

Get a list of available git tags.

git_repo_version

Get a version number from current git ref.

install_package

Install a Python package with pip.

is_semantic_version

Check if given string represents a semantic version.

is_uid

Check if string is a unique identifier.

list_dir_names

List of folder names located inside provided path.

list_file_names

List of file names inferred from provided path.

LooseVersion

Version numbering for anarchists and software realists.

md5

Calculate MD5 checksum of file or folder.

mkdir

Create directory.

move

Move a file or folder independent of operating system.

move_file

Move a file independent of operating system.

path

Expand and normalize to absolute path.

progress_bar

Progress bar with optional text on the right.

replace_file_extension

Replace file extension.

rmdir

Remove directory.

run_tasks

Run parallel tasks using multprocessing.

safe_path

Expand and normalize to absolute path.

script_dir

Folder in which caller of this function is located.

sort_versions

Sort version numbers.

StrictVersion

Version numbering for anal retentives and software idealists.

to_list

Convert to list.

touch

Create an empty file.

uid

Generate unique identifier.

unique

Unique values in its original order.