Skip to content

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:

Name Description
dialog
notification

Attributes:

Name Type Description
PLUGIN_NOTIFICATION Final[bool]

Whether the plugin-notification feature is enabled.

PLUGIN_DIALOG Final[bool]

Whether the plugin-dialog feature is enabled.

__all__ module-attribute

__all__ = ['PLUGIN_DIALOG', 'PLUGIN_NOTIFICATION']

PLUGIN_NOTIFICATION module-attribute

PLUGIN_NOTIFICATION: Final[bool] = PLUGIN_NOTIFICATION

Whether the plugin-notification feature is enabled.

PLUGIN_DIALOG module-attribute

PLUGIN_DIALOG: Final[bool] = PLUGIN_DIALOG

Whether the plugin-dialog feature is enabled.