Skip to main content

Get data from Stackalytics trough the CLI.

Project description

Get the Launchpad statistics trough Stackalytics and create CSV or HTML tables out of them. The CSV output uses ; as a delimiter.

Each section in the configuration file corresponds to a table name - the name can be anything and does not have any effect on the table structure. A table can have a certain type and overwrite the default values. Currently implemented table types are group-metrics and user-metrics.

Examples:

With the group-metrics table type, using the example configuration file provided:

$ launchpadstats -c ./config.ini --table-name tableA
metric/release; havana; juno; icehouse
drafted_blueprint_count; 2; 1; 0
completed_blueprint_count; 1; 1; 1
filed_bug_count; 53; 50; 45
resolved_bug_count; 9; 6; 7
sum; 65; 58; 53

Example with the user-metrics table type:

$ launchpadstats -c ./config.ini --table-name user-metrics-havana
user/metric; drafted_blueprint_count; completed_blueprint_count; filed_bug_count; resolved_bug_count; commit_count; reviews (-2, -1, +1, +2, A)
mkollaro; 1; 0; 3; 1; 9; (0, 6, 12, 0, 0)
psedlak; 0; 1; 0; 0; 9; (0, 9, 19, 0, 0)
afazekas; 1; 0; 48; 8; 82; (2, 57, 83, 439, 66)

Create a single HTML page with all the tables (each section is considered a table, except the section DEFAULT):

$ launchpadstats-all > everything.html

Usage

For more information, look into the config.ini table.

usage: launchpadstats [-h] [-v] -c CONFIG [-t TABLE_NAME]
                      [--output-format {csv,html}]

Get Launchpad statistics trough Stackalytics and create various types of
tables out of them.

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Show logging output.
  -c CONFIG, --config CONFIG
                        Configuration file, by default use 'config.ini' in the
                        project directory.
  -t TABLE_NAME, --table-name TABLE_NAME
                        Which section name in the config file to use, the
                        default value is 'DEFAULT'.
  --output-format {csv,html}
                        What output format to use. Default is 'csv'.

The command launchpadstats-all is similar, but creates a single HTML page with all of the tables.

Configuration

Look into config.ini for an example.

Table types

Currently implemented table types are group-metrics and user-metrics, which you can specify in the table-type option.

  • group-metrics - Show the metrics of the group per release in columns. The group is defined as the list of people passed in the people option. One metric per line is shown, releases are columns. Shows a sum of the metrics per release.

  • user-metrics - For each person in the people option, display a line with their metrics (given in the metrics option), summed up in all the releases specified in releases.

Possible metrics

These are the values you can give to the option metrics.

  • email_count

  • loc - lines of code

  • commit_count

  • drafted_blueprint_count

  • completed_blueprint_count

  • reviews - shows in the format (-2, -1, +1, +2, A)

  • filed_bug_count

  • resolved_bug_count

  • patch_set_count

Other options

  • option people - list of user IDs, which should be the same as the user_id parameter on the Stackalytics webpage, i.e. http://stackalytics.com/?user_id=username

  • option releases - list of OpenStack releases, in lower case (e.g. havana,icehouse,juno,..)

  • option description - shown in the output of launchpadstats-all, as a header of the table (if not specified, the table name, i.e. section name will be used)

The options given in the DEFAULT section can be used as short-cuts in other options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

launchpadstats-0.2.1.tar.gz (11.6 kB view details)

Uploaded Source

File details

Details for the file launchpadstats-0.2.1.tar.gz.

File metadata

File hashes

Hashes for launchpadstats-0.2.1.tar.gz
Algorithm Hash digest
SHA256 da9b01f547bec7355ec2ecb53f954ad560ac25d2caced2a64c312d5d322ab9a6
MD5 ec81e51cac0a9253bea010a5219a61db
BLAKE2b-256 120311295da67e771e4f923276458940a3ee42bb169b152975daa6371405e863

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page