Skip to content

Zaharid/reportengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report Engine

General purpose report generator.

Install

For linux, you can install a precompiled package by running

conda install reportengine -c https://zigzah.com/static/conda-pkgs

At the moment, the dependencies are:

  • matplotlib
  • pyyaml
  • jinja2

You can install all the dependencies, and then:

pip install .

Alternatively, you can satisfy all the dependencies automatically by running:

conda build conda-recipe

and then installing the resulting package.

Development

Install in development mode:

pip install -e .

Running the tests

Easiest way is:

nosetests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.2%
  • Batchfile 0.3%