Skip to content

cnpryer/secretset

Repository files navigation

ci PyPI Latest Release

secretset

Command line interface to anonymize data.

Installation

$ pip install secretset

Usage

For information on commands available run secretset --help.

Compatible sources

  • Excel
  • CSV
  • Parquet

Anonymize files

See PyPI for the latest release. The following is based on the latest master branch.

You can anonymize files using:

$ sset file.xlsx --col a

Anonymize multiple files

You can anonymize multiple related files:

$ sset file1.xlsx file2.csv \
    --col a \
    --col b \
    --col c \
    --output output1.csv \
    --output output2.csv