Metadata-Version: 2.1
Name: mozilla-jetstream
Version: 20.7.0
Summary: Runs a thing that analyzes experiments
Home-page: https://github.com/mozilla/pensieve
Author: Mozilla Corporation
Author-email: fx-data-dev@mozilla.org
License: UNKNOWN
Description: [![CircleCI](https://circleci.com/gh/mozilla/pensieve/tree/master.svg?style=shield)](https://circleci.com/gh/mozilla/pensieve/tree/master)
        
        # pensieve
        
        Automated experiment analysis.
        
        Pensieve automatically calculates metrics and applies statistical treatments to collected experiment data for different analysis windows.
        
        For more information, see [the documentation](https://github.com/mozilla/pensieve/wiki).
        
        ## Running tests
        
        Make sure `tox` is installed globally (run `brew install tox` or `pip install tox`).
        
        Then, run `tox` from wherever you cloned this repository. (You don't need to install pensieve first.)
        
        To run integration tests, run `tox -e py38-integration`.
        
        
        ## Local installation
        
        ```bash
        # Create and activate a python virtual environment.
        python3 -m venv venv/
        source venv/bin/activate
        pip install -r requirements.txt
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
