Repository

class audbackend.Repository(name, host, backend)[source]

Repository object.

It stores all information needed to address a repository: the repository name, host, and backend.

Warning

audbackend.Repository is deprecated and will be removed in version 2.2.0. If an application requires repository objects, that assign string names to backends, they should be provided by the application.

Parameters
  • name (str) – repository name

  • host (str) – repository host

  • backend (str) – repository backend

backend

Repository.backend

Repository backend.

host

Repository.host

Repository host.

name

Repository.name

Repository name.