Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install metrique

How to install metrique

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install metrique
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.1.5-23 Available View build log
0.1.4-8 Available View build log
 
Author
License
GPLv3
Depended by
Lastest release
version 0.1.5-23 on Jan 9th, 2014
../metriqued/metriqued/static/img/metrique_logo.png

Metrique Client

Author: "Chris Ward" <cward@redhat.com>

Sources: https://github.com/drpoovilleorg/metrique

Installation
General

Make sure you have the following OS stuff installed before doing anything else. The examples given below are fedora rpm package names:

yum install git python python-devel python-setuptools gcc gcc-c++

Also, make sure python pip, distribute and setuptools are installed up2date:

easy_install -U pip
pip install -U distribute
pip install -U setuptools
Ipython

We strongly suggest installing and using IPython notebook instead of standard python shell for interactive data exploration.

To install ipython notebook install the following OS packages:

yum install libpng-devel freetype-devel

Then install ipython with pip:

pip install ipython

If you see any error, not otherwise mentioned here, Google.

Client

Install metrique:

pip install metrique

To start using metrique, in ipython notebook, for example:

$> ipython notebook --pylab=inline
...
>>> from metrique import pyclient

Then, to load a new pyclient instance for querying:

>>> m = pyclient(host='http://127.0.0.1')

Ping the server to ensure your connected. If all is well, metriqe server should pong your ping!:

>>> m.ping()
    PONG ($METRIQUED_HOSTNAME)

Now you can start exploring what data already exists on the host:

>>> m.list_cubes()
...
>>> m.list_cube_fields('cube_name_here')
...

And assuming you have a metriqued host to connect to, with data in already, you can get to work!:

>>> q = m.fetch('gitrepo_commit', 'author, committer_ts')
>>> q.groupby(['author']).size().plot(kind='barh')
    <matplotlib.axes.AxesSubplot at 0x6f77ad0>

If you plan to extract data (optional), see metriquec to install metriques default cubes.

Known Issues
Import Warnings

When running (eg) from metrique import pyclient for the first time in a session, you might see a warning like:

Module bson was already imported from ...

This warning can be safely ignored. It's only a warning.

Configuration

When loading a server instance, if you get an error about loading http_api.json, run metrique-setup

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.