This module provides pytauri/tauri plugins.
Currently, it is distributed as part of the pytauri package on PyPI.
Therefore, running pip install pytauri will also install this module.
Modules:
Attributes:
| Name | Type | Description | 
|---|---|---|
| PLUGIN_NOTIFICATION | Final[bool] | Whether the  | 
| PLUGIN_DIALOG | Final[bool] | Whether the  | 
| PLUGIN_CLIPBOARD_MANAGER | Final[bool] | Whether the  | 
| PLUGIN_FS | Final[bool] | Whether the  | 
| PLUGIN_OPENER | Final[bool] | Whether the  | 
| PLUGIN_AUTOSTART | Final[bool] | Whether the  | 
| PLUGIN_DEEP_LINK | Final[bool] | Whether the  | 
| PLUGIN_HTTP | Final[bool] | Whether the  | 
| PLUGIN_OS | Final[bool] | Whether the  | 
| PLUGIN_PERSISTED_SCOPE | Final[bool] | Whether the  | 
| PLUGIN_POSITIONER | Final[bool] | Whether the  | 
| PLUGIN_PROCESS | Final[bool] | Whether the  | 
| PLUGIN_SHELL | Final[bool] | Whether the  | 
| PLUGIN_SINGLE_INSTANCE | Final[bool] | Whether the  | 
| PLUGIN_UPDATER | Final[bool] | Whether the  | 
| PLUGIN_UPLOAD | Final[bool] | Whether the  | 
| PLUGIN_WEBSOCKET | Final[bool] | Whether the  | 
| PLUGIN_WINDOW_STATE | Final[bool] | Whether the  | 
| PLUGIN_GLOBAL_SHORTCUT | Final[bool] | Whether the  | 
module-attribute
  
¶
__all__ = ['PLUGIN_AUTOSTART', 'PLUGIN_CLIPBOARD_MANAGER', 'PLUGIN_DEEP_LINK', 'PLUGIN_DIALOG', 'PLUGIN_FS', 'PLUGIN_GLOBAL_SHORTCUT', 'PLUGIN_HTTP', 'PLUGIN_NOTIFICATION', 'PLUGIN_OPENER', 'PLUGIN_OS', 'PLUGIN_PERSISTED_SCOPE', 'PLUGIN_POSITIONER', 'PLUGIN_PROCESS', 'PLUGIN_SHELL', 'PLUGIN_SINGLE_INSTANCE', 'PLUGIN_UPDATER', 'PLUGIN_UPLOAD', 'PLUGIN_WEBSOCKET', 'PLUGIN_WINDOW_STATE']
module-attribute
  
¶
    Whether the plugin-notification feature is enabled.
module-attribute
  
¶
    Whether the plugin-dialog feature is enabled.
module-attribute
  
¶
    Whether the plugin-clipboard-manager feature is enabled.
module-attribute
  
¶
    Whether the plugin-fs feature is enabled.
module-attribute
  
¶
    Whether the plugin-opener feature is enabled.
module-attribute
  
¶
    Whether the plugin-autostart feature is enabled.
module-attribute
  
¶
    Whether the plugin-deep-link feature is enabled.
module-attribute
  
¶
    Whether the plugin-http feature is enabled.
module-attribute
  
¶
    Whether the plugin-os feature is enabled.
module-attribute
  
¶
    Whether the plugin-persisted-scope feature is enabled.
module-attribute
  
¶
    Whether the plugin-positioner feature is enabled.
module-attribute
  
¶
    Whether the plugin-process feature is enabled.
module-attribute
  
¶
    Whether the plugin-shell feature is enabled.
module-attribute
  
¶
    Whether the plugin-single-instance feature is enabled.
module-attribute
  
¶
    Whether the plugin-updater feature is enabled.
module-attribute
  
¶
    Whether the plugin-upload feature is enabled.
module-attribute
  
¶
    Whether the plugin-websocket feature is enabled.
module-attribute
  
¶
    Whether the plugin-window-state feature is enabled.