Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.9 KB

README.rst

File metadata and controls

49 lines (42 loc) · 1.9 KB

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.