Metadata-Version: 1.1
Name: monolith.client
Version: 0.8
Summary: Mozilla Monolith Client
Home-page: https://github.com/mozilla/monolith-client
Author: Mozilla Services
Author-email: services-dev@mozilla.org
License: Apache 2.0
Description: Monolith Client
        ===============
        
        Mozilla Monolith is an application to provide statistics and charts for
        analytics like time series data.
        
        This library implements a client to interact with the REST-ful web service.
        
        You can read more about it at https://mozilla-monolith.readthedocs.org/
        
        .. note::
        
            Note: monolith is still under heavy development and not yet useful.
        
        
        Changelog
        =========
        
        0.8 - 2013-09-13
        ----------------
        
        - Pad with null values to distinguish from true zeroes.
        - Updated client to output histogram in date order
        - Updated client to handle datetimes if passed
        
        0.7 - 2013-08-21
        ----------------
        
        - Allow for multiple terms in facet_filter
        
        0.6 - 2013-05-20
        ----------------
        
        - Fixed an unicode-related issue which was making the client behaving in
          unexpected ways. Bug 864975
        
        0.5 - 2013-04-16
        ----------------
        
        - Return the original errors if we get some.
        
        0.4 - 2013-04-15
        ----------------
        
        - Added the stric_range option.
        
        0.3 - 2013-04-09
        ----------------
        
        - Removed unwanted dependencies
        - Fixed wrong variable references
        
        0.2 - 2013-03-28
        ----------------
        
        - Moved to james socol statsd client
        
        0.1 - 2013-03-28 
        ----------------
        
        * Initial implementation
        
Keywords: web services
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
