StatHat.com API Wrapper.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stathat-0.0.2.tar.gz
(1.8 kB
view hashes)