Command line interface to anonymize data.
$ pip install secretset
For information on commands available run secretset --help
.
- Excel
- CSV
- Parquet
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
You can anonymize multiple related files:
$ sset file1.xlsx file2.csv \
--col a \
--col b \
--col c \
--output output1.csv \
--output output2.csv