Metadata-Version: 2.1
Name: hypdb
Version: 0.0.2
Summary: HypDB: Detect, Explain And Resolve Bias in OLAP (think twice about your group-by query)
Home-page: http://db.cs.washington.edu/projects/hypdb/
License: MIT
Keywords: detect,bias,query,queries,OLAP
Author: Corey Cole
Author-email: coreylc@uw.edu
Requires-Python: >=3.5,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: matplotlib (>=2.2.3,<3.0.0)
Requires-Dist: numba (>=0.39.0,<0.40.0)
Requires-Dist: numpy-indexed (>=0.3.5,<0.4.0)
Requires-Dist: pandas (>=0.23.4,<0.24.0)
Requires-Dist: psycopg2 (>=2.7.5,<3.0.0)
Requires-Dist: rpy2 (>=2.9.4,<3.0.0)
Requires-Dist: scipy (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# HypDB
The core HypDB module lives in the `HypDB/` directory. A web UI demo that demonstrates the capabilities of HypDB lives in the `demo/` directory.

### Paper
Our paper (published in VLDB 2018 in Rio de Janeiro) can be found [here](https://drive.google.com/file/d/1YJ-Up3imD2UhdoyYyfXBPng5iy70jtrh/view?usp=sharing).

### Contributing
We follow [angular-style commit message guidelines.](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit)

To write code to solve an issue, branch off from master and name the branch with something unique and descriptive. We may open a PR at any stage of solving an issue, but request for code review when it might be ready to merge back into master. We can close the respective issue once the PR has been merged.

