marnanel / plover_ploverctl

External dictionary lookup extension for Plover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plover Dictionary Lookup

External dictionary lookup extension for Plover.

This code is meant to serve as a basic example for external communication with Plover's engine.

How to Use

After installing, enable the plugin in the Plover Configure -> Plugins menu. For writing a client, just look at plover_dictionary_lookup.client or server for now.

Development

Update README.rst with pandoc:

pandoc README.md -o README.rst

Install dependencies with pipenv:

pipenv install --dev

Test with the example client:

pipenv run python -m plover_dictionary_lookup.client

Build and publish to PyPI with twine:

pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*

About

External dictionary lookup extension for Plover

License:GNU General Public License v3.0


Languages

Language:Python 100.0%