Metadata-Version: 1.0
Name: stathat
Version: 0.0.2
Summary: StatHat.com API Wrapper.
Home-page: https://github.com/kennethreitz/stathat.py
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: MIT
Description: 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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
