Metadata-Version: 2.1
Name: gbstats
Version: 0.2.2
Summary: Stats engine for GrowthBook, the open source feature flagging and A/B testing platform.
Home-page: https://github.com/growthbook/growthbook/tree/main/packages/stats
License: MIT
Author: Jeremy Dorn
Author-email: jeremy@growthbook.io
Requires-Python: >=3.6.1,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.1,<2.0)
Requires-Dist: scipy (>=1.5.4,<2.0.0)
Description-Content-Type: text/markdown

# GrowthBook Stats

The stats engine for GrowthBook, the open source A/B testing platform.

## Installation

```
pip install gbstats
```

## Usage

```python
import gbstats
```

