weaver.vault.views ================== .. py:module:: weaver.vault.views Module Contents --------------- .. py:data:: LOGGER .. py:function:: upload_file(request: webob.request.Request) -> pyramid.httpexceptions.HTTPException Upload a file to secured vault. .. py:function:: describe_file(request: webob.request.Request) -> pyramid.httpexceptions.HTTPException Get authorized vault file details without downloading it. .. py:function:: download_file(request: webob.request.Request) -> pyramid.response.FileResponse Download authorized vault file and remove it from the vault. .. py:function:: includeme(config: pyramid.config.Configurator) -> None