Skip to content

titansgroup/stathat.py

This branch is 1 commit ahead of, 1 commit behind kennethreitz-archive/stathat.py:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Cesar Canassa
Apr 21, 2015
466180e · Apr 21, 2015

History

13 Commits
Mar 25, 2012
Mar 25, 2012
Apr 21, 2015
Apr 21, 2015
Aug 28, 2013

Repository files navigation

stathat.py

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

Installation is simple:

$ pip install stathat

Packages

No packages published

Languages

  • Python 100.0%