CGATReport

CGATReport : a report generator in python based on sphinx


Keywords
report, generator, sphinx, matplotlib, sql
License
MIT
Install
pip install CGATReport==0.7.3.1

Documentation

CGATReport

CGATReport is a report generator that is implemented as an extension to sphinx.

Its purpose is to facilitate writing scientific reports interpreting large and changing datasets. It is designed to assist the iterative analysis during the development of a computational scientific pipeline as understanding of the data grows. Once the pipeline settles down, CGATReport permits an easy transition towards the automatic report generation needed when the pipeline is run on new data sets.

CGATReport is easy to use and powerful enough to give all the flexibility needed during the development of computational pipelines and robustness during the production use of a pipeline. It is intended for developers and computational scientists with python scripting experience.

CGATReport comes with all the batteries included thanks to python and sphinx, in particular, it

  • uses simple markup in the form of restructured text,
  • supports both automated and narrative analysis,
  • keeps code, data and text together,
  • takes care of indexing and formatting to produce something presentable,
  • links with ipython notebooks
  • produces static html, latex, ps and pdf.

Documentation

Documentation is available here.

Some quick links are below:

Installation

CGATReport is available on pypi, to install, type:

pip install CGATReport

CGATReport is under active development, the lastest development snapshot can be found ot github:

git clone git@github.com:AndreasHeger/CGATReport.git