Metadata-Version: 2.3
Name: dp_wizard
Version: 0.0.1
Summary: DP Wizard makes it easier to get started with Differential Privacy.
Author-email: Chuck McCallum <mccallucc@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: shiny
Requires-Dist: faicons
Requires-Dist: matplotlib
Requires-Dist: opendp[polars]
Requires-Dist: jupytext
Requires-Dist: jupyter-client
Requires-Dist: nbconvert
Requires-Dist: ipykernel
Requires-Dist: black
Requires-Dist: pyyaml
Project-URL: Home, https://github.com/opendp/dp-wizard

# DP Wizard

DP Wizard guides the user through the application of differential privacy.
After selecting a local CSV, users are prompted to describe to the anlysis they need.
Output options include:
- A Jupyter notebook which demonstrates how to use [OpenDP](https://docs.opendp.org/).
- A plain Python script.
- Text and CSV reports.

## Usage

```
usage: dp-wizard [-h] [--csv CSV_PATH] [--contrib CONTRIB] [--demo]

options:
  -h, --help         show this help message and exit
  --csv CSV_PATH     Path to CSV containing private data
  --contrib CONTRIB  How many rows can an individual contribute?
  --demo             Use generated fake CSV for a quick demo
```

