文件名称:plankton:浮游生物-html到pdf REST服务
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-28 09:31:54
Python
浮游生物-html到pdf REST服务 使用wkhtmltopdf作为后端。 仅适用于python 3.5或更高版本。 受到启发: : 和 。 安装 pip install plankton 下载并安装wkhtmltopdf 。 运行服务器plankton-server 如果要在docker容器中运行: 克隆回购git clone git@github.com:django-stars/plankton.git cd plankton 构建docker image docker build -t plankton . 运行容器docker run -p 9003:8080 plankton 。 您可以指定wkhtmltopdf命令和端口: plankton-server --wkhtmltopdf_command '/usr/local/bin/wkhtmltopd
【文件预览】:
plankton-master
----Dockerfile(430B)
----.gitignore(807B)
----setup.cfg(40B)
----README.md(1KB)
----tests()
--------test_server.py(3KB)
--------__init__.py(0B)
--------injection_text.txt(13B)
----plankton()
--------app.py(733B)
--------settings.py(78B)
--------plankton_server.py(78B)
--------routes.py(146B)
--------wkhtmltopdf()
--------__init__.py(18B)
----scripts()
--------plankton-server(67B)
----requirements.txt(67B)
----LICENSE.txt(1KB)
----setup.py(646B)
----Makefile(201B)