Installation
Install from Pip
PiiCatcher is available as a command-line application.
To install use pip:
python3 -m venv .env
source .env/bin/activate
pip install piicatcher
Install from source code
# Install Poetry by following instructions in https://python-poetry.org/docs/#installation
git clone https://github.com/tokern/piicatcher.git
cd piicatcher
poetry install