Repository¶
- class audb.Repository(name, host, backend)[source]¶
Repository object.
It stores all information needed to address a repository: the repository name, host, and backend.
- Parameters
name (
str
) – repository namehost (
str
) – repository hostbackend (
str
) – repository backend
Examples
>>> Repository('data-local', '/data', 'file-system') Repository('data-local', '/data', 'file-system')