pysepal.sepalwidgets.file_input#

Custom FileInput widget that leverages vuetify templates and handles both local and remote files (sepal).

Note: FileInputComponent has moved to pysepal.solara.components.inputs.file_input. Importing it from this module is deprecated.

Functions

get_local_files

Get the list of files in a folder on the local machine.

get_remote_files

Get the list of files in a folder on the remote server.

FileDetails(*, name, path, type, size[, ...])

Create a new model by parsing and validating input data from keyword arguments.

FileInput(*args, **kwargs)

Custom widget to select files from the local machine or the sepal server.

ListDirectoryResponse(*, path, files)

Create a new model by parsing and validating input data from keyword arguments.