nitrokey.updates¶
- exception nitrokey.updates.DownloadError¶
Bases:
Exception
- __init__(msg)¶
- Parâmetros:
msg (str)
- Tipo de retorno:
None
- exception nitrokey.updates.OverwriteError¶
Bases:
Exception
- __init__(path)¶
- Parâmetros:
path (str)
- Tipo de retorno:
None
- class nitrokey.updates.Asset¶
Bases:
object
Ativo(tag: str, url: str)
- __init__(tag, url)¶
- Parâmetros:
tag (str)
url (str)
- Tipo de retorno:
None
- download(f, callback=None)¶
- Parâmetros:
f (BinaryIO)
callback (Callable[[int, int], None] | None)
- Tipo de retorno:
None
- download_to_dir(d, overwrite=False, callback=None)¶
- Parâmetros:
d (str)
overwrite (bool)
callback (Callable[[int, int], None] | None)
- Tipo de retorno:
str
- read(callback=None)¶
- Parâmetros:
callback (Callable[[int, int], None] | None)
- Tipo de retorno:
bytes
- tag: str¶
- url: str¶
- class nitrokey.updates.Release¶
Bases:
object
Libertar(tag: str, activos: lista[str])
- __init__(tag, assets)¶
- Parâmetros:
tag (str)
assets (list[str])
- Tipo de retorno:
None
- assets: list[str]¶
- tag: str¶