External dictionary lookup extension for Plover.
This code is meant to serve as a basic example for external communication with Plover's engine.
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.
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/*