Jeremy Zheng 311581e894 :building_construction: add lily rpc server 2 年 前
..
palm 311581e894 :building_construction: add lily rpc server 2 年 前
.gitignore 311581e894 :building_construction: add lily rpc server 2 年 前
README.md 311581e894 :building_construction: add lily rpc server 2 年 前
__main__.py 311581e894 :building_construction: add lily rpc server 2 年 前

README.md

LILY

Setup

$ sudo apt install python3-full imagemagick ffmpeg fonts-dejavu-extra texlive-full
$ python3 -m venv $HOME/local/python3
$ source $HOME/local/python3/bin/activate
$ pip install psycopg pika matplotlib ebooklib \
    grpcio protobuf grpcio-health-checking \
    pandas openpyxl xlrd pyxlsb

Start

  • create config.toml

    [rpc]
    port = 9999
    workers = 8
    
  • run python lily -d

Documents