stathat-async

A simple multithreaded async API wrapper for StatHat.com
Download

stathat-async Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jamie Matthews
  • Publisher web site:
  • https://github.com/j4mie/

stathat-async Tags


stathat-async Description

stathat-async is a simple multithreaded async wrapper around Kenneth Reitz's stathat.py.Usage>>> from stathatasync import StatHat>>> stats = StatHat('email@example.com')>>> stats.count('wtfs/minute', 10)>>> stats.value('connections.active', 85092)The calls to count and value won't block your program while the HTTP request to the StatHat API is made. Instead, the requests will be made in a separate thread.Enjoy!InstallationInstallation is simple:: pip install stathat-asyncProduct's homepage


stathat-async Related Software