skip to navigation
skip to content

hoppy 0.1.2

Hoptoad API Library

Downloads ↓

hoppy is a Python library for accessing the Hoptoad API.

Requirements

hoppy requires:

Development Requirements

The hoppy test suite requires:

Installation

hoppy is available on PyPi, and the recommended method of installation is pip:

pip install hoppy

Usage

Use hoppy to notify Hoptoad of an app deploy:

import hoppy.deploy
hoppy.api_key = '<project API key>'
hoppy.deploy.Deploy().deploy(env='PRODUCTION', scm_revision='1a6a445',
        scm_repository='git@github.com:peplin/hoppy.git')

Use hoppy to retreive a specific error:

import hoppy.error
hoppy.account = '<your account name>'
hoppy.auth_token = '<your personal API auth token>'
print hoppy.error.Error().find(2035230).environment
 
File Type Py Version Uploaded on Size # downloads
hoppy-0.1.2.tar.gz (md5) Source 2010-08-09 3KB 385