getmetric

Getmetric python package


Keywords
getmetric, package
License
MIT
Install
pip install getmetric==1.0.2

Documentation

getmetric

getmetric.net integration package

Requirements

Package requirements are handled using pip. To install them do

pip install -r requirements.txt

Tests

Testing is set up using pytest and coverage is handled with the pytest-cov plugin.

Run your tests with py.test in the root directory.

Travis CI

There is a .travis.yml file that is set up to run your tests for python 2.7 and python 3.2, should you choose to use it.