uf
Contents:
uf
uf.async_support
uf.auth
uf.background
uf.base
uf.caching
uf.decorators
uf.field_interactions
uf.history
uf.openapi
uf.organization
uf.pydantic_support
uf.renderers
uf.rjsf_config
uf.routes
uf.specs
uf.templates
uf.testing
uf.themes
uf.trans
uf.webhooks
uf
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
action (uf.field_interactions.FieldDependency attribute)
(uf.FieldDependency attribute)
add_field_dependencies() (in module uf.field_interactions)
add_function() (uf.FunctionGroup method)
(uf.organization.FunctionGroup method)
add_openapi_routes() (in module uf)
(in module uf.openapi)
add_to_group() (uf.FunctionOrganizer method)
(uf.organization.FunctionOrganizer method)
add_ui_routes() (in module uf.routes)
add_ungrouped() (uf.FunctionOrganizer method)
(uf.organization.FunctionOrganizer method)
add_webhook() (uf.WebhookManager method)
(uf.webhooks.WebhookManager method)
ApiKey (class in uf)
(class in uf.auth)
ApiKeyManager (class in uf)
(class in uf.auth)
app (uf.base.UfApp attribute)
(uf.UfApp attribute)
apply_field_configs() (in module uf)
(in module uf.rjsf_config)
args (uf.background.Task attribute)
(uf.Task attribute)
assert_error_type() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
assert_failure() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
assert_field_required() (in module uf)
(in module uf.testing)
assert_field_type() (in module uf)
(in module uf.testing)
assert_has_field() (in module uf)
(in module uf.testing)
assert_result_equals() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
assert_success() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
assert_valid_rjsf_spec() (in module uf)
(in module uf.testing)
async_to_sync() (in module uf)
(in module uf.async_support)
AsyncContext (class in uf.async_support)
AsyncFunctionWrapper (class in uf)
(class in uf.async_support)
AuthBackend (class in uf)
(class in uf.auth)
authenticate() (uf.auth.AuthBackend method)
(uf.auth.DictAuthBackend method)
(uf.AuthBackend method)
(uf.DictAuthBackend method)
auto_group_by_module() (in module uf)
(in module uf.organization)
auto_group_by_prefix() (in module uf)
(in module uf.organization)
auto_group_by_tag() (in module uf)
(in module uf.organization)
B
background() (in module uf)
(in module uf.background)
batch_async_calls() (in module uf.async_support)
build() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
(uf.FormDataBuilder method)
(uf.rjsf_config.RjsfConfigBuilder method)
(uf.RjsfConfigBuilder method)
(uf.testing.FormDataBuilder method)
C
cache_clear_all() (in module uf.caching)
cache_invalidate() (in module uf.caching)
CacheBackend (class in uf)
(class in uf.caching)
cached() (in module uf)
(in module uf.caching)
CacheStats (class in uf.caching)
call() (uf.base.UfApp method)
(uf.UfApp method)
call_async() (uf.async_support.AsyncFunctionWrapper method)
(uf.AsyncFunctionWrapper method)
call_function() (uf.testing.UfTestClient method)
(uf.UfTestClient method)
call_sync() (uf.async_support.AsyncFunctionWrapper method)
(uf.AsyncFunctionWrapper method)
CallHistory (class in uf)
(class in uf.history)
can_render() (uf.renderers.ChartRenderer method)
(uf.renderers.DataFrameRenderer method)
(uf.renderers.HtmlRenderer method)
(uf.renderers.ImageRenderer method)
(uf.renderers.JsonRenderer method)
(uf.renderers.MarkdownRenderer method)
(uf.renderers.ResultRenderer method)
(uf.renderers.TableRenderer method)
(uf.ResultRenderer method)
cancel_task() (uf.background.TaskQueue method)
(uf.TaskQueue method)
ChartRenderer (class in uf.renderers)
check() (uf.field_interactions.FieldDependency method)
(uf.FieldDependency method)
class_names() (uf.rjsf_config.RjsfConfigBuilder method)
(uf.RjsfConfigBuilder method)
cleanup_expired() (uf.auth.SessionManager method)
(uf.caching.MemoryCache method)
(uf.MemoryCache method)
(uf.SessionManager method)
clear() (uf.CacheBackend method)
(uf.caching.CacheBackend method)
(uf.caching.DiskCache method)
(uf.caching.MemoryCache method)
(uf.CallHistory method)
(uf.DiskCache method)
(uf.history.CallHistory method)
(uf.MemoryCache method)
collapsed (uf.FunctionGroup attribute)
(uf.organization.FunctionGroup attribute)
colors (uf.Theme attribute)
(uf.themes.Theme attribute)
completed_at (uf.background.Task attribute)
(uf.Task attribute)
condition (uf.field_interactions.FieldDependency attribute)
(uf.FieldDependency attribute)
ConditionalFieldConfig (class in uf)
(class in uf.rjsf_config)
create_async_handler() (in module uf.async_support)
create_function_handler() (in module uf.routes)
create_key() (uf.ApiKeyManager method)
(uf.auth.ApiKeyManager method)
create_pydantic_spec() (in module uf.pydantic_support)
create_session() (uf.auth.SessionManager method)
(uf.SessionManager method)
create_theme_toggle_button() (in module uf.themes)
create_user() (uf.auth.AuthBackend method)
(uf.auth.DictAuthBackend method)
(uf.AuthBackend method)
(uf.DictAuthBackend method)
created_at (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
(uf.auth.User attribute)
(uf.background.Task attribute)
(uf.history.Preset attribute)
(uf.Preset attribute)
(uf.Task attribute)
(uf.User attribute)
css (uf.Theme attribute)
(uf.themes.Theme attribute)
custom() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
D
DataFrameRenderer (class in uf.renderers)
default (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
delete() (uf.CacheBackend method)
(uf.caching.CacheBackend method)
(uf.caching.DiskCache method)
(uf.caching.MemoryCache method)
(uf.DiskCache method)
(uf.history.PresetManager method)
(uf.MemoryCache method)
(uf.PresetManager method)
delete_session() (uf.auth.SessionManager method)
(uf.SessionManager method)
delete_user() (uf.auth.AuthBackend method)
(uf.auth.DictAuthBackend method)
(uf.AuthBackend method)
(uf.DictAuthBackend method)
DependencyAction (class in uf)
(class in uf.field_interactions)
DependencyBuilder (class in uf)
(class in uf.field_interactions)
deprecated() (in module uf)
(in module uf.decorators)
description (uf.FunctionGroup attribute)
(uf.history.Preset attribute)
(uf.organization.FunctionGroup attribute)
(uf.Preset attribute)
(uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
detect_async_framework() (in module uf.async_support)
dict_to_pydantic() (in module uf)
(in module uf.pydantic_support)
DictAuthBackend (class in uf)
(class in uf.auth)
disable() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
disabled (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
DiskCache (class in uf)
(class in uf.caching)
E
else_action (uf.field_interactions.FieldDependency attribute)
(uf.FieldDependency attribute)
enable() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
enable_history() (in module uf)
(in module uf.history)
enum (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
equals() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
error (uf.background.Task attribute)
(uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
(uf.Task attribute)
(uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
event_type (uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
execute() (uf.background.Task method)
(uf.Task method)
exists() (uf.CacheBackend method)
(uf.caching.CacheBackend method)
expires_at (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
extract_field_validators() (in module uf.pydantic_support)
extract_pydantic_params() (in module uf.pydantic_support)
F
field() (uf.FormDataBuilder method)
(uf.rjsf_config.RjsfConfigBuilder method)
(uf.RjsfConfigBuilder method)
(uf.testing.FormDataBuilder method)
field_config() (in module uf)
(in module uf.decorators)
FieldDependency (class in uf)
(class in uf.field_interactions)
fields() (uf.FormDataBuilder method)
(uf.testing.FormDataBuilder method)
fonts (uf.Theme attribute)
(uf.themes.Theme attribute)
format (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
FormDataBuilder (class in uf)
(class in uf.testing)
from_dict() (uf.auth.DictAuthBackend class method)
(uf.CallHistory class method)
(uf.DictAuthBackend class method)
(uf.FunctionCall class method)
(uf.history.CallHistory class method)
(uf.history.FunctionCall class method)
(uf.history.Preset class method)
(uf.history.PresetManager class method)
(uf.Preset class method)
(uf.PresetManager class method)
from_json() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
func_name (uf.background.Task attribute)
(uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
(uf.history.Preset attribute)
(uf.Preset attribute)
(uf.Task attribute)
(uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
funcs (uf.base.UfApp attribute)
(uf.FunctionGroup attribute)
(uf.organization.FunctionGroup attribute)
(uf.UfApp attribute)
function_list (uf.FunctionSpecStore property)
(uf.specs.FunctionSpecStore property)
function_specs (uf.base.UfApp attribute)
(uf.UfApp attribute)
function_to_openapi_operation() (in module uf.openapi)
function_uses_pydantic() (in module uf)
(in module uf.pydantic_support)
FunctionCall (class in uf)
(class in uf.history)
FunctionGroup (class in uf)
(class in uf.organization)
FunctionOrganizer (class in uf)
(class in uf.organization)
FunctionSpecStore (class in uf)
(class in uf.specs)
G
generate_error_page() (in module uf.templates)
generate_index_html() (in module uf.templates)
generate_openapi_spec() (in module uf)
(in module uf.openapi)
generate_theme_toggle_js() (in module uf.themes)
get() (uf.CacheBackend method)
(uf.caching.CacheBackend method)
(uf.caching.DiskCache method)
(uf.caching.MemoryCache method)
(uf.DiskCache method)
(uf.history.PresetManager method)
(uf.MemoryCache method)
(uf.PresetManager method)
(uf.pydantic_support.PydanticRegistry method)
get_all_functions() (uf.FunctionOrganizer method)
(uf.organization.FunctionOrganizer method)
get_all_registered_types() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
get_css() (uf.ThemeConfig method)
(uf.themes.ThemeConfig method)
get_example() (in module uf)
(in module uf.decorators)
get_field_config() (in module uf)
(in module uf.rjsf_config)
get_field_configs() (in module uf)
(in module uf.decorators)
get_field_dependencies() (in module uf)
(in module uf.field_interactions)
get_func() (uf.FunctionSpecStore method)
(uf.specs.FunctionSpecStore method)
get_function_names() (uf.FunctionGroup method)
(uf.organization.FunctionGroup method)
get_global_api_key_manager() (in module uf.auth)
get_global_auth_backend() (in module uf)
(in module uf.auth)
get_global_cache_backend() (in module uf)
(in module uf.caching)
get_global_history_manager() (in module uf)
(in module uf.history)
get_global_registry() (in module uf)
(in module uf.trans)
get_global_renderer_registry() (in module uf)
(in module uf.renderers)
get_global_session_manager() (in module uf.auth)
get_global_task_queue() (in module uf)
(in module uf.background)
get_global_webhook_manager() (in module uf)
(in module uf.webhooks)
get_group() (in module uf)
(in module uf.decorators)
get_groups() (uf.FunctionOrganizer method)
(uf.organization.FunctionOrganizer method)
get_handler() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
get_history() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
get_js() (uf.ThemeConfig method)
(uf.themes.ThemeConfig method)
get_or_create_task_queue() (in module uf.background)
get_preset() (uf.history.HistoryManager method)
(uf.HistoryManager method)
get_presets() (uf.history.HistoryManager method)
(uf.HistoryManager method)
get_pydantic_registry() (in module uf.pydantic_support)
get_recent() (uf.CallHistory method)
(uf.history.CallHistory method)
get_recent_calls() (uf.history.HistoryManager method)
(uf.HistoryManager method)
get_result() (uf.background.TaskQueue method)
(uf.TaskQueue method)
get_result_renderer() (in module uf)
(in module uf.renderers)
get_session() (uf.auth.SessionManager method)
(uf.SessionManager method)
get_spec() (uf.base.UfApp method)
(uf.testing.UfTestClient method)
(uf.UfApp method)
(uf.UfTestClient method)
get_status() (uf.background.TaskQueue method)
(uf.TaskQueue method)
get_successful_calls() (uf.CallHistory method)
(uf.history.CallHistory method)
get_task() (uf.background.TaskQueue method)
(uf.TaskQueue method)
get_theme() (in module uf)
(in module uf.themes)
get_toggle_button_html() (uf.ThemeConfig method)
(uf.themes.ThemeConfig method)
get_ui_config() (in module uf)
(in module uf.decorators)
(uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
get_user() (uf.auth.AuthBackend method)
(uf.auth.DictAuthBackend method)
(uf.AuthBackend method)
(uf.DictAuthBackend method)
greater_than() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
group() (in module uf)
(in module uf.decorators)
(uf.FunctionOrganizer method)
(uf.organization.FunctionOrganizer method)
H
has_all_roles() (uf.auth.User method)
(uf.User method)
has_any_role() (uf.auth.User method)
(uf.User method)
has_permission() (uf.ApiKey method)
(uf.auth.ApiKey method)
(uf.auth.User method)
(uf.User method)
has_role() (uf.auth.User method)
(uf.User method)
hash_password() (uf.auth.PasswordHasher static method)
hidden (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
hidden() (in module uf)
(in module uf.decorators)
hide() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
HistoryManager (class in uf)
(class in uf.history)
hit_rate() (uf.caching.CacheStats method)
HtmlRenderer (class in uf.renderers)
I
icon (uf.FunctionGroup attribute)
(uf.organization.FunctionGroup attribute)
ImageRenderer (class in uf.renderers)
in_list() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
InputTransformRegistry (class in uf)
(class in uf.trans)
is_active (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
(uf.auth.User attribute)
(uf.User attribute)
is_async_function() (in module uf)
(in module uf.async_support)
is_expired() (uf.ApiKey method)
(uf.auth.ApiKey method)
is_falsy() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
is_framework_async_capable() (in module uf.async_support)
is_hidden() (in module uf)
(in module uf.decorators)
is_pydantic_model() (in module uf)
(in module uf.pydantic_support)
is_truthy() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
J
JsonRenderer (class in uf.renderers)
K
key (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
kwargs (uf.background.Task attribute)
(uf.Task attribute)
L
less_than() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
list_functions() (uf.base.UfApp method)
(uf.testing.UfTestClient method)
(uf.UfApp method)
(uf.UfTestClient method)
list_keys() (uf.ApiKeyManager method)
(uf.auth.ApiKeyManager method)
list_models() (uf.pydantic_support.PydanticRegistry method)
list_presets() (uf.history.PresetManager method)
(uf.PresetManager method)
list_webhooks() (uf.WebhookManager method)
(uf.webhooks.WebhookManager method)
load_from_file() (uf.history.HistoryManager class method)
(uf.HistoryManager class method)
M
make_cache_key() (in module uf.caching)
make_optional() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
make_sync_compatible() (in module uf)
(in module uf.async_support)
MarkdownRenderer (class in uf.renderers)
MemoryCache (class in uf)
(class in uf.caching)
metadata (uf.auth.User attribute)
(uf.User attribute)
mk_grouped_app() (in module uf)
(in module uf.organization)
mk_input_trans_for_funcs() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
mk_output_trans() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
mk_rjsf_app() (in module uf)
(in module uf.base)
mock_function_response() (in module uf.testing)
module
uf
uf.async_support
uf.auth
uf.background
uf.base
uf.caching
uf.decorators
uf.field_interactions
uf.history
uf.openapi
uf.organization
uf.pydantic_support
uf.renderers
uf.rjsf_config
uf.routes
uf.specs
uf.templates
uf.testing
uf.themes
uf.trans
uf.webhooks
N
name (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
(uf.FunctionGroup attribute)
(uf.history.Preset attribute)
(uf.organization.FunctionGroup attribute)
(uf.Preset attribute)
(uf.Theme attribute)
(uf.themes.Theme attribute)
not_equals() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
O
OpenAPIConfig (class in uf)
(class in uf.openapi)
order (uf.FunctionGroup attribute)
(uf.organization.FunctionGroup attribute)
order() (uf.rjsf_config.RjsfConfigBuilder method)
(uf.RjsfConfigBuilder method)
P
params (uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
(uf.history.Preset attribute)
(uf.Preset attribute)
(uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
password_hash (uf.auth.User attribute)
(uf.User attribute)
PasswordHasher (class in uf.auth)
PeriodicTask (class in uf.background)
permissions (uf.ApiKey attribute)
(uf.auth.ApiKey attribute)
(uf.auth.User attribute)
(uf.User attribute)
placeholder (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
Preset (class in uf)
(class in uf.history)
PresetManager (class in uf)
(class in uf.history)
progress (uf.background.Task attribute)
(uf.Task attribute)
pydantic_error_to_user_friendly() (in module uf.pydantic_support)
pydantic_model_to_json_schema() (in module uf)
(in module uf.pydantic_support)
pydantic_to_dict() (in module uf)
(in module uf.pydantic_support)
PydanticRegistry (class in uf.pydantic_support)
Q
queue_size() (uf.background.TaskQueue method)
(uf.TaskQueue method)
R
rate_limit() (in module uf)
(in module uf.decorators)
readonly (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
record() (uf.CallHistory method)
(uf.history.CallHistory method)
record_call() (uf.history.HistoryManager method)
(uf.HistoryManager method)
record_hit() (uf.caching.CacheStats method)
record_miss() (uf.caching.CacheStats method)
record_set() (uf.caching.CacheStats method)
redoc_ui_html() (in module uf.openapi)
register() (uf.pydantic_support.PydanticRegistry method)
(uf.renderers.ResultRendererRegistry method)
(uf.ResultRendererRegistry method)
register_common_types() (in module uf.trans)
register_for_type() (uf.renderers.ResultRendererRegistry method)
(uf.ResultRendererRegistry method)
register_renderer() (in module uf)
(in module uf.renderers)
register_renderer_for_type() (in module uf.renderers)
register_type() (in module uf)
(in module uf.trans)
(uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
remove_webhook() (uf.WebhookManager method)
(uf.webhooks.WebhookManager method)
render() (uf.renderers.ChartRenderer method)
(uf.renderers.DataFrameRenderer method)
(uf.renderers.HtmlRenderer method)
(uf.renderers.ImageRenderer method)
(uf.renderers.JsonRenderer method)
(uf.renderers.MarkdownRenderer method)
(uf.renderers.ResultRenderer method)
(uf.renderers.ResultRendererRegistry method)
(uf.renderers.TableRenderer method)
(uf.ResultRenderer method)
(uf.ResultRendererRegistry method)
render_result() (in module uf)
(in module uf.renderers)
require() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
require_auth() (in module uf)
(in module uf.auth)
requires_auth() (in module uf)
(in module uf.decorators)
reset() (uf.caching.CacheStats method)
result (uf.background.Task attribute)
(uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
(uf.Task attribute)
(uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
result_renderer() (in module uf)
(in module uf.renderers)
ResultRenderer (class in uf)
(class in uf.renderers)
ResultRendererRegistry (class in uf)
(class in uf.renderers)
retry_async() (in module uf)
(in module uf.async_support)
revoke_key() (uf.ApiKeyManager method)
(uf.auth.ApiKeyManager method)
RjsfConfigBuilder (class in uf)
(class in uf.rjsf_config)
RjsfFieldConfig (class in uf)
(class in uf.rjsf_config)
roles (uf.auth.User attribute)
(uf.User attribute)
run() (uf.async_support.AsyncContext method)
(uf.base.UfApp method)
(uf.UfApp method)
S
save() (uf.history.PresetManager method)
(uf.PresetManager method)
save_preset() (uf.history.HistoryManager method)
(uf.HistoryManager method)
save_to_file() (uf.history.HistoryManager method)
(uf.HistoryManager method)
send() (uf.WebhookClient method)
(uf.webhooks.WebhookClient method)
SessionManager (class in uf)
(class in uf.auth)
set() (uf.CacheBackend method)
(uf.caching.CacheBackend method)
(uf.caching.DiskCache method)
(uf.caching.MemoryCache method)
(uf.DiskCache method)
(uf.MemoryCache method)
set_global_api_key_manager() (in module uf.auth)
set_global_auth_backend() (in module uf.auth)
set_global_cache_backend() (in module uf.caching)
set_global_session_manager() (in module uf.auth)
set_global_task_queue() (in module uf.background)
set_global_webhook_manager() (in module uf.webhooks)
show() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
source_field (uf.field_interactions.FieldDependency attribute)
(uf.FieldDependency attribute)
start() (uf.background.PeriodicTask method)
(uf.background.TaskQueue method)
(uf.TaskQueue method)
started_at (uf.background.Task attribute)
(uf.Task attribute)
stats() (uf.background.TaskQueue method)
(uf.caching.MemoryCache method)
(uf.MemoryCache method)
(uf.TaskQueue method)
status (uf.background.Task attribute)
(uf.Task attribute)
stop() (uf.background.PeriodicTask method)
(uf.background.TaskQueue method)
(uf.TaskQueue method)
submit() (uf.background.TaskQueue method)
(uf.TaskQueue method)
submit_form() (uf.testing.UfAppTester method)
(uf.UfAppTester method)
success (uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
swagger_ui_html() (in module uf.openapi)
T
TableRenderer (class in uf.renderers)
target_field (uf.field_interactions.FieldDependency attribute)
(uf.FieldDependency attribute)
Task (class in uf)
(class in uf.background)
task_id (uf.background.Task attribute)
(uf.Task attribute)
TaskQueue (class in uf)
(class in uf.background)
TaskStatus (class in uf)
(class in uf.background)
test_ui_function() (in module uf)
(in module uf.testing)
Theme (class in uf)
(class in uf.themes)
ThemeConfig (class in uf)
(class in uf.themes)
timeout_async() (in module uf)
(in module uf.async_support)
timestamp (uf.FunctionCall attribute)
(uf.history.FunctionCall attribute)
(uf.WebhookEvent attribute)
(uf.webhooks.WebhookEvent attribute)
title (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
to_css() (uf.Theme method)
(uf.themes.Theme method)
to_dict() (uf.background.Task method)
(uf.caching.CacheStats method)
(uf.CallHistory method)
(uf.FunctionCall method)
(uf.FunctionOrganizer method)
(uf.history.CallHistory method)
(uf.history.FunctionCall method)
(uf.history.Preset method)
(uf.history.PresetManager method)
(uf.openapi.OpenAPIConfig method)
(uf.OpenAPIConfig method)
(uf.organization.FunctionOrganizer method)
(uf.Preset method)
(uf.PresetManager method)
(uf.Task method)
(uf.WebhookEvent method)
(uf.webhooks.WebhookEvent method)
to_json() (uf.InputTransformRegistry method)
(uf.trans.InputTransformRegistry method)
to_json_schema() (uf.ConditionalFieldConfig method)
(uf.field_interactions.FieldDependency method)
(uf.FieldDependency method)
(uf.rjsf_config.ConditionalFieldConfig method)
to_json_schema_patch() (uf.rjsf_config.RjsfFieldConfig method)
(uf.RjsfFieldConfig method)
to_ui_schema() (uf.field_interactions.FieldDependency method)
(uf.FieldDependency method)
to_ui_schema_patch() (uf.rjsf_config.RjsfFieldConfig method)
(uf.RjsfFieldConfig method)
trigger() (uf.WebhookManager method)
(uf.webhooks.WebhookManager method)
U
uf
module
uf.async_support
module
uf.auth
module
uf.background
module
uf.base
module
uf.caching
module
uf.decorators
module
uf.field_interactions
module
uf.history
module
uf.openapi
module
uf.organization
module
uf.pydantic_support
module
uf.renderers
module
uf.rjsf_config
module
uf.routes
module
uf.specs
module
uf.templates
module
uf.testing
module
uf.themes
module
uf.trans
module
uf.webhooks
module
UfApp (class in uf)
(class in uf.base)
UfAppTester (class in uf)
(class in uf.testing)
UfTestClient (class in uf)
(class in uf.testing)
ui_config() (in module uf)
(in module uf.decorators)
ui_options (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
update_user() (uf.auth.AuthBackend method)
(uf.auth.DictAuthBackend method)
(uf.AuthBackend method)
(uf.DictAuthBackend method)
User (class in uf)
(class in uf.auth)
username (uf.auth.User attribute)
(uf.User attribute)
V
validate_key() (uf.ApiKeyManager method)
(uf.auth.ApiKeyManager method)
validate_params() (uf.testing.UfTestClient method)
(uf.UfTestClient method)
verify_password() (uf.auth.PasswordHasher static method)
W
webhook() (in module uf)
(in module uf.webhooks)
WebhookClient (class in uf)
(class in uf.webhooks)
WebhookEvent (class in uf)
(class in uf.webhooks)
WebhookManager (class in uf)
(class in uf.webhooks)
when() (uf.DependencyBuilder method)
(uf.field_interactions.DependencyBuilder method)
widget (uf.rjsf_config.RjsfFieldConfig attribute)
(uf.RjsfFieldConfig attribute)
with_dependencies() (in module uf)
(in module uf.field_interactions)
with_example() (in module uf)
(in module uf.decorators)
wrap_pydantic_function() (in module uf)
(in module uf.pydantic_support)