Skip to main content

Python plugin SDK for Wox launcher

Project description

Wox Plugin Python

This package provides type definitions for developing Wox plugins in Python.

Requirements

  • Python >= 3.8 (defined in pyproject.toml)
  • Python 3.12 recommended for development (defined in .python-version)

Installation

# Using pip
pip install wox-plugin

# Using uv (recommended)
uv add wox-plugin

Usage

from wox_plugin import BasePlugin, Query, Result, Context, PluginInitParams

class MyPlugin(BasePlugin):
    async def init(self, ctx: Context, params: PluginInitParams) -> None:
        self.api = params.API
        
    async def query(self, ctx: Context, query: Query) -> list[Result]:
        # Your plugin logic here
        results = []
        results.append(
            Result(
                title="Hello Wox",
                subtitle="This is a sample result",
                icon="path/to/icon.png",
                score=100
            )
        )
        return results

# MUST HAVE! The plugin class will be automatically loaded by Wox
plugin = MyPlugin()

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wox_plugin-0.0.36.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wox_plugin-0.0.36-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file wox_plugin-0.0.36.tar.gz.

File metadata

  • Download URL: wox_plugin-0.0.36.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.13

File hashes

Hashes for wox_plugin-0.0.36.tar.gz
Algorithm Hash digest
SHA256 62d6f223b015158db34482bfb2731f18cf20db5e3db38667d3cd27fa52398325
MD5 9a617a90df38f2c0d632d3808983ab84
BLAKE2b-256 45dbb68cdefce868cc97e94aa6f010e0074b7058b691f46b28fe8b189e4886b4

See more details on using hashes here.

File details

Details for the file wox_plugin-0.0.36-py3-none-any.whl.

File metadata

  • Download URL: wox_plugin-0.0.36-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.13

File hashes

Hashes for wox_plugin-0.0.36-py3-none-any.whl
Algorithm Hash digest
SHA256 43a06623f0e36f9b747ba85f39f9f04ff7ebf4a8b2ab62ad15e75cfc6bafd686
MD5 d7ff865ff0f266876ad605bacffb20bb
BLAKE2b-256 d49a290edf548cb6d13844321d50a3173ecfe537e430ad4785f0be78c2da57b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page