vu3jej / pystackalytics

Python wrapper for Mirantis Stackalytics API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pystackalytics

image

image

Python wrapper for Mirantis Stackalytics API.

Usage

All methods support common set of parameters that allow to filter resulting data.

Parameter Description
release Name of OpenStack release or ‘all’, by default current release
project_type Type of project, by default ‘openstack’
module Name of module (repository name)
company Company name
user_id Launchpad id of user or email if no Launchpad id is mapped.
metric Metric: e.g. ‘commits’, ‘loc’, ‘marks’, ‘emails’
start_date When the period starts
end_date When the period ends

Features

  • TODO

About

Python wrapper for Mirantis Stackalytics API

License:MIT License


Languages

Language:Python 87.5%Language:Makefile 12.5%