Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1005 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1005 Bytes

Welcome to GrimoireELK Build Status

GrimoireELK is an evolving prototype of the Grimoire Open Development Analytics platform.

Tutorials on howto use it are published in GrimoireLab Tutorial.

Packages

The following packages are produced from this repository:

  • grimoire-elk: PyPI version

  • grimoire-kidash: PyPI version

grimoire-elk admits some extras, when installing: arthur (for installing also grimoirelab-arthur package) and sortinghat (for installing also sortinghat package). You can specify that you want to install those extras as follows:

% pip install "grimoire-elk[sortinghat]"
% pip install "grimoire-elk[arthur]"