Sign inSign up

openpodcast/report

By openpodcast

Updated about 1 year ago

Image
0

169

openpodcast/report repository overview

PDF Report Generator

This is a simple tool to generate a PDF report from a HTML template and charts.

Installation

You need to have weasyprint installed to run this application locally.

You can either install it with pip (using a virtual environment is recommended)

python3 -m venv venv
source venv/bin/activate
pip install weasyprint

or homebrew

brew install weasyprint

Usage

Start the development server with

make dev

You can now generate a PDF report with

make report

Tag summary

Content type

Image

Digest

sha256:5516d0afb

Size

548.6 MB

Last updated

about 1 year ago

docker pull openpodcast/report