معرفی شرکت ها


flowlauncher-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Flow Launcher supports Python by JsonRPC.
ویژگی مقدار
سیستم عامل -
نام فایل flowlauncher-0.2.0
نام flowlauncher
نسخه کتابخانه 0.2.0
نگهدارنده ['Zero']
ایمیل نگهدارنده ['Zeroto521@gmail.com']
نویسنده Flow-Launcher
ایمیل نویسنده Zeroto521@gmail.com
آدرس صفحه اصلی https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python
آدرس اینترنتی https://pypi.org/project/flowlauncher/
مجوز MIT
# Flow.Launcher.JsonRPC.Python [![](https://img.shields.io/pypi/v/flowlauncher.svg?style=for-the-badge)](https://pypi.org/project/flowlauncher/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/flowlauncher?style=for-the-badge)](https://pypi.org/project/flowlauncher/) Flow Launcher supports Python by JsonRPC. ## JSON-RPC > [JSON-RPC](https://en.wikipedia.org/wiki/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](./assets/jsonrpc.png) ### Example - `-->` denotes data sent to FLow. - `<--` denotes data coming from Flow. ```json --> {"method": "query", "parameters": [""]} <-- {"Title": "title", "SubTitle": "sub title", "IconPath": "favicon.ico"} ``` <!-- TODO: try to add some other examples --> ## Installation ### Using `pip` ``` bash >>> pip install flowlauncher ``` ### Using `pip` + `git` ``` bash >>> pip install git+https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git ``` ### Using `git` ``` bash >>> git clone https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python.git >>> cd Flow.Launcher.JsonRPC.Python >>> python setup.py install ``` <!-- TODO: update Example Plugin (HellowWorldPython) for this plugin --> ### License This project is under the [MIT](./LICENSE) license. Some of the orignal codes from [JsonRPC/wox.py](https://github.com/Wox-launcher/Wox/blob/master/JsonRPC/wox.py) which is under the [MIT](https://github.com/Wox-launcher/Wox/blob/master/LICENSE) license.


نحوه نصب


نصب پکیج whl flowlauncher-0.2.0:

    pip install flowlauncher-0.2.0.whl


نصب پکیج tar.gz flowlauncher-0.2.0:

    pip install flowlauncher-0.2.0.tar.gz