Skip to content

VizGrimoire/GrimoireLib

Folders and files

NameName
Last commit message
Last commit date
Aug 29, 2014
Apr 22, 2015
Jun 2, 2015
Apr 5, 2016
Mar 30, 2016
Feb 4, 2014
Jan 5, 2015
Nov 30, 2014
May 4, 2015
Mar 14, 2014
Oct 13, 2015

Repository files navigation

GrimoireLib

GrimoireLib is a Python library to make life easier to those using Metrics Grimoire tools and vizGrimoireJS.

Dependecies

Currently, GrimoireLib depends on:

  • MySQL-python
  • SQLAlchemy
  • Scipy
  • Numpy

Install

Once dependencies are installed, just:

$ python setup.py install

PIP packages are under development

Usage

GrimoireLib plays with the data generated by Metrics Grimoire tools, doing queries to the databases created by them.

To know more about how GrimoireLib works, there are some reference posts from Bitergia's blog:

Under vizGrimoireJS/ directory there are serveral .py scripts to produce different sets of data (mainly in .json format). For example vizGrimoireJS/report_tool.py is used to create the json files that are used by vizGrimoireJS dashboard.