Skip to main content

Flow Launcher supports Python by JsonRPC.

Project description

Flow.Launcher.JsonRPC.Python

PyPI pyversions

Flow Launcher supports Python by JsonRPC.

JSON-RPC

JSON-RPC is a remote procedure call protocol encoded in JSON.

In Flow Launcher, we use JSON-RPC as a local procedure call protocol to bind Flow and other program languages.

So we need to build a common API between Flow and Plugin.

JsonRPC

Example

  • --> denotes data sent to FLow.
  • <-- denotes data coming from Flow.
--> {"method": "query", "parameters": [""]}
<-- {"Title": "title", "SubTitle": "sub title", "IconPath": "favicon.ico"}

Installation

Using pip

>>> pip install flowlauncher

Using pip + git

>>> pip install git+https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git

Using git

>>> git clone https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git
>>> cd Flow.Launcher.JsonRPC.Python
>>> python setup.py install

License

This project is under the MIT license.

Some of the orignal codes from JsonRPC/wox.py which is under the MIT license.

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

flowlauncher-0.2.0.tar.gz (37.4 kB view hashes)

Uploaded Source

Built Distribution

flowlauncher-0.2.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

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