google-ime-skk-py
Google IME SKK Server written in Python
インストール
$ pip install google-ime-skk-py
実行
$ google-ime-skk-py
オプション
-p, --port 55000 Listen port number
-h, --host "0.0.0.0" Listen hostname
-x, --proxy "http://proxy.example.com:8080" HTTP Proxy Server
Emacsにおけるddskkの設定
init.el等に以下を追加
;; 辞書サーバが起動していなければ起動する
(setq skk-server-inhibit-startup-server nil)
;; 辞書サーバの起動コマンド(適宜変更)
(setq skk-server-prog "/path/to/google-ime-skk-py")
;; 辞書サーバのポート番号
(setq skk-server-portnum 55000)
;; Proxy(必要な場合)
(setenv "http_proxy" "http://proxy.example.com:8080")
参考ページ
RubyによるGoogle IME SKK辞書サーバー
https://github.com/hitode909/google-ime-skk
ddskk/skk-server.el
https://github.com/skk-dev/ddskk/blob/master/skk-server.el
Copyright
Copyright (c) 2022 chaploud. See LICENSE.txt for further details.
Release files for google-ime-skk-py 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| google-ime-skk-py-0.0.4.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| google_ime_skk_py-0.0.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 10.9 kB
Release files / google-ime-skk-py-0.0.4.tar.gz
| Download URL | google-ime-skk-py-0.0.4.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
924f049cb43d5a8f8b6ee8cc12fb763d6439664de20a2cccb89934486e0ea46d
|
|
BLAKE2b-256 checksum How to use checksums |
d70065dc9cedbe7331118c6fb9e65a94474f018f8a26844e9b8eb9d815d0f847
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.10
|
Release files / google_ime_skk_py-0.0.4-py2.py3-none-any.whl
| Download URL | google_ime_skk_py-0.0.4-py2.py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
154b11150ffb9f81ccd9b52fda30dce42926c370f63a644f88f93a7d57b61f0f
|
|
BLAKE2b-256 checksum How to use checksums |
41c212f0d62dc8b5335332135b10aa4c1d2676515a8e4341d26b263d2474da07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.10
|