Metadata-Version: 2.1
Name: dead-salmon-brain
Version: 0.0.1b0
Summary: Dead Salmon Brain is a cluster computing system for analysing A/B experiments
Home-page: UNKNOWN
Author: Dead Salmon Brain
Author-email: deadsalmonbrain@gmail.com
License: Apache License v2.0
Project-URL: Source code, https://github.com/Salmon-Brain/dead-salmon-brain/tree/main/python
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Dead salmon brain

Python API for analysis A/B experiments

## Getting Started
### Installation

```
1) Clone git repository
2) ./gradlew build
3) pip install python/
4) Add computing/build/libs/computing-*.*.*.jar to Spark
```

### Example

```
You can find in  python/examples
```


