Metadata-Version: 2.1
Name: py-spacy-redact-message
Version: 0.0.26
Summary: Redact message using spacy NER
Author: Alex Ilin
Author-email: ilin.alex.mail@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Requires-Dist: spacy

## Installation


    Create a Python virtual environment in the directory.
    ```python3 -m venv .venv```


    ```source .venv/bin/activate```


    ```pip install ym_csv_pii_sanitizer```


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


    ## Usage

```ym_csv_pii_sanitizer PATH_TO_CSV_FILE```
