license_url()

audb.info.license_url(name, *, version=None, cache_root=None)[source]

License URL of database.

Parameters:
  • name (str) – name of database

  • version (str) – version of database

  • cache_root (str) – cache folder where databases are stored. If not set audb.default_cache_root() is used

Return type:

str

Returns:

license URL of database

Examples

>>> audb.info.license_url("emodb", version="1.4.1")
'https://creativecommons.org/publicdomain/zero/1.0/'