A minimalistic API wrapper for StatHat.com, powered by Requests.
Usage:
>>> from stathat import StatHat >>> stats = StatHat('[email protected]') >>> stats.count('wtfs/minute', 10) True >>> stats.count('connections.active', 85092) True
Enjoy.
Installation is simple:
$ pip install stathat