Skip to main content

Quickly create HTML reports using a set of JINJA templates

Project description

https://badge.fury.io/py/reports.svg https://travis-ci.org/cokelaer/reports.svg?branch=master https://coveralls.io/repos/github/cokelaer/reports/badge.svg?branch=master Documentation Status
Python version:

Python 2.7, 3.4 and 3.5

Online documentation:

On readthedocs

Issues and bug reports:

On github

This is a simple package to easily build HTML reports using JINJA templating.

Installation

pip install reports

Example

Here is a simple example that creates an empty report based on the generic templates provided:

from reports import Report
r = Report()
r.create_report(onweb=True)

The next step is for you to copy the templates in a new directory, edit them and fill the jinja attribute to fulfil your needs:

from report import Report
r = Report("myreport_templates")

r.jinja["section1"] = "<h1></h1>"

r.create_report()

See Sphinx documentation for more details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reports-0.1.6.tar.gz (144.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page