NekUpload.frontend.components.settings_manager module

class NekUpload.frontend.components.settings_manager.SettingsManager(token, database_url, database_name)[source]

Bases: object

Manage the change of state of settings across different pages

add_callbacks_on_update_host_name(callable: Callable)[source]
add_callbacks_on_update_host_url(callable: Callable)[source]
add_callbacks_on_update_token(callable: Callable)[source]
update_api_key(token)[source]
update_db_url(database_target)[source]
update_host_name(database_name)[source]