Metadata-Version: 1.1
Name: aquifer
Version: 1.0.0
Summary: Metrics send/query abstraction layer with URI-based backend configuration
Home-page: https://github.com/bodylabs/aquifer
Author: Body Labs
Author-email: chenyang.liu@bodylabs.com
License: MIT
Description: metrics
        =======
        
        Metrics send and query abstraction layer with URI-based backend
        configuration, in Python Includes backend support for Datadog
        
        Configuration
        =============
        
        This package uses an URI-style configuration for providing credentials
        and options. The schema looks like:
        
        ::
        
            `metrics://<backend_api_key>@<backend_name>?<option1>=xxx&<option2>=xxx`
        
        e.g. for datadog:
        ``metrics_uri = 'metrics://xxxx@datadog?app_key=xxxx&debug=true'``
        
        Development
        ===========
        
        The development system is built by ``Rake``.
        
        To install the dependencies, run:
        
        ::
        
            $ rake install
        
        To run test, run:
        
        ::
        
            $ rake lint && rake test
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
