Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 291 Bytes

File metadata and controls

20 lines (13 loc) · 291 Bytes

Python版本文档

详细的Python实现文档请参考主README.md

Python版本特点

  • 成熟稳定的实现
  • 简单易用
  • 适合快速部署

运行

pip install -r requirements.txt
python opds_server.py

配置

通过环境变量配置,详见主README.md