Metadata-Version: 2.1
Name: ym-csv-pii-sanitizer
Version: 0.0.2
Summary: Redact a PHI (personal health information) data from a CSV file.
Author: Alex Ilin
Author-email: alex.ilin@ymeadows.com
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: spacy
Requires-Dist: phonenumbers

## Installation

```pip install ym_csv_pii_sanitizer```

```python -m spacy download en_core_web_sm```

## Usage

```ym_csv_pii_sanitizer PATH_TO_CSV_FILE```
