pytauri_plugins
¶
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 |
__all__
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']
PLUGIN_NOTIFICATION
module-attribute
¶
Whether the plugin-notification
feature is enabled.
PLUGIN_DIALOG
module-attribute
¶
Whether the plugin-dialog
feature is enabled.
PLUGIN_CLIPBOARD_MANAGER
module-attribute
¶
Whether the plugin-clipboard-manager
feature is enabled.
PLUGIN_FS
module-attribute
¶
Whether the plugin-fs
feature is enabled.
PLUGIN_OPENER
module-attribute
¶
Whether the plugin-opener
feature is enabled.
PLUGIN_AUTOSTART
module-attribute
¶
Whether the plugin-autostart
feature is enabled.
PLUGIN_DEEP_LINK
module-attribute
¶
Whether the plugin-deep-link
feature is enabled.
PLUGIN_HTTP
module-attribute
¶
Whether the plugin-http
feature is enabled.
PLUGIN_OS
module-attribute
¶
Whether the plugin-os
feature is enabled.
PLUGIN_PERSISTED_SCOPE
module-attribute
¶
Whether the plugin-persisted-scope
feature is enabled.
PLUGIN_POSITIONER
module-attribute
¶
Whether the plugin-positioner
feature is enabled.
PLUGIN_PROCESS
module-attribute
¶
Whether the plugin-process
feature is enabled.
PLUGIN_SHELL
module-attribute
¶
Whether the plugin-shell
feature is enabled.
PLUGIN_SINGLE_INSTANCE
module-attribute
¶
Whether the plugin-single-instance
feature is enabled.
PLUGIN_UPDATER
module-attribute
¶
Whether the plugin-updater
feature is enabled.
PLUGIN_UPLOAD
module-attribute
¶
Whether the plugin-upload
feature is enabled.
PLUGIN_WEBSOCKET
module-attribute
¶
Whether the plugin-websocket
feature is enabled.
PLUGIN_WINDOW_STATE
module-attribute
¶
Whether the plugin-window-state
feature is enabled.