Metadata-Version: 1.1
Name: circonus
Version: 0.0.3
Summary: Interact with the Circonus REST API.
Home-page: https://github.com/monetate/circonus
Author: Monetate Inc.
Author-email: kmolendyke@monetate.com
License: MIT
Description: Release History
        ---------------
        
        0.0.3 (2015-01-13)
        ++++++++++++++++++
        
        **Bug fixes**
        
        - Make the ``with_common_tags`` decorator copy the ``COMMON_TAGS`` list rather
          than modify it.
        
        0.0.2 (2015-01-13)
        ++++++++++++++++++
        
        **Improvements**
        
        - Annotation decorator, context manager & ad hoc methods
        - ``HISTORY.rst``
        
        **Bug fixes**
        
        - Properly unpack ``args`` in ``with_common_tags`` decorator
        
        0.0.1 (2015-01-08)
        ++++++++++++++++++
        
        - Wrap REST API with requests
        - Custom HTTP request headers for app. name and token
        - Resource tagging
        - Error logging
        
Keywords: circonus monitoring analytics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
