Skip to content

pytauri_plugins.deep_link

tauri_plugin_deep_link::self

Bug

When using this plugin in pnpm tauri dev mode, please hardcode PythonInterpreterEnv::Venv as an absolute path (e.g., /absolute/path/to/.venv/) instead of relying on the VIRTUAL_ENV environment variable.

This is because the deep-link execution environment does not include the VIRTUAL_ENV variable.

Modules:

Name Description
ffi

Original FFI interface module.

Functions:

Name Description
init

__all__ module-attribute

__all__ = ['init']

init

init() -> Plugin

tauri_plugin_deep_link::init

Source code in python/pytauri/src/pytauri_plugins/deep_link/ffi.py
def init() -> Plugin:
    """[tauri_plugin_deep_link::init](https://docs.rs/tauri-plugin-deep-link/latest/tauri_plugin_deep_link/fn.init.html)"""
    ...