nitrokey.updates¶
- exception nitrokey.updates.DownloadError¶
Бази:
Exception
- __init__(msg)¶
- Параметри:
msg (str)
- Return type:
None
- exception nitrokey.updates.OverwriteError¶
Бази:
Exception
- __init__(path)¶
- Параметри:
path (str)
- Return type:
None
- class nitrokey.updates.Asset¶
Бази:
object
Asset(tag: str, url: str)
- __init__(tag, url)¶
- Параметри:
tag (str)
url (str)
- Return type:
None
- download(f, callback=None)¶
- Параметри:
f (BinaryIO)
callback (Callable[[int, int], None] | None)
- Return type:
None
- download_to_dir(d, overwrite=False, callback=None)¶
- Параметри:
d (str)
overwrite (bool)
callback (Callable[[int, int], None] | None)
- Return type:
str
- read(callback=None)¶
- Параметри:
callback (Callable[[int, int], None] | None)
- Return type:
bytes
- tag: str¶
- url: str¶
- class nitrokey.updates.Release¶
Бази:
object
Release(tag: str, assets: list[str])
- __init__(tag, assets)¶
- Параметри:
tag (str)
assets (list[str])
- Return type:
None
- assets: list[str]¶
- tag: str¶