Files
Kenneth Reitz f97f3e8ff2 update
2012-03-25 02:31:51 -04:00

23 lines
375 B
ReStructuredText

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