跳转至

安装

从 PyPI 安装

pip install weilink

从源码安装

git clone https://github.com/Oaklight/weilink.git
cd weilink
pip install -e .

环境要求

  • Python >= 3.10
  • 无外部依赖(AES 通过 ctypes 调用 OpenSSL,纯 Python 自动兜底)