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.Repositoryis 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.