2016-02-04 05:53:58 -05:00
2012-03-25 02:31:51 -04:00
2012-03-25 02:31:51 -04:00
2016-02-04 05:53:58 -05:00

stathat.py
==========

A minimalistic API wrapper for StatHat.com, powered by Requests.

Usage::

    >>> from stathat import StatHat
    >>> stats = StatHat('me@kennethreitz.com')
    >>> stats.count('wtfs/minute', 10)
    True
    >>> stats.count('connections.active', 85092)
    True

Enjoy.


Installation
------------

Installation is simple::

    $ pip install stathat
S
Description
No description provided
Readme 35 KiB
Languages
Python 100%