Skip to content

audeering/audbackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be2eb83 · Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Apr 18, 2023
Apr 18, 2023
Apr 18, 2023
Jan 23, 2025
Feb 17, 2023
Oct 31, 2024
Jan 23, 2025
May 3, 2024
Nov 14, 2024
Oct 31, 2024
Jan 23, 2025
Sep 20, 2023

Repository files navigation

audbackend

Test status code coverage audbackend's documentation audbackends's supported Python versions audbackend's MIT license

audbackend provides interfaces for file storage on different backends.

An interface enables user interactions with a backend, and influences how the data is structured, e.g. versioned or unversioned. A backend is responsible for managing the requested data structure in a repository on a storage system, such as a file system or MinIO.

Have a look at the installation and usage instructions.