Metadata-Version: 2.1
Name: mensor
Version: 0.3.0
Summary: A dynamic graph-based metric computation engine.
Home-page: http://github.com/airbnb/mensor
Author: Matthew Wardrop
Author-email: mpwardrop@gmail.com
License: MIT
Project-URL: Documentation, http://mensor.readthedocs.io
Project-URL: Source, https://github.com/airbnb/mensor
Project-URL: Issue Tracker, https://github.com/airbnb/mensor/issues
Description: Mensor is a graph-based computation engine for computing measures and metrics.
        It:
        
        - defines a new grammar for extracting measures and metrics that is designed to
          be intuitive and capable (it can do almost(?) anything that makes sense to
          do with metrics and measures).
        - makes measure and metric definitions explicit and shareable, and their
          computations transparent and reproducible.
        - allows multiple data sources to be stitched together on the fly without users
          having to explicitly write the code / query required to join the data sources.
        - is agnostic as to how data is stored or accessed, and new data backends are
          relatively simple to write.
        - allows for local ad-hoc definitions of additional data sources for exploration
          by data scientists or other technically minded folk, decoupling it from
          deployment into production services.
        
        **Note:** Mensor is currently still under heavy development, and intrusive
        changes to the API are expected. To minimise the impact on downstream projects,
        Mensor will strictly adhere to semantic versioning. In particular, any
        incompatible or sufficiently adventurous change to classes expected to be used
        outside of Mensor itself will result in a minor version bump. If you pin the
        version of Mensor used in your project using `mensor>=x.y(.z)?<x.y+1`
        (e.g. `mensor>=0.1.2<0.2`), you should be protected from any code churn and can
        upgrade to newer versions of Mensor after reading the release notes at your
        leisure.
Keywords: measures metrics aggregation experimentation statistics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.4
Description-Content-Type: text/markdown
