Skip to main content

Command line interface to anonymize data.

Project description

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

Anonymize files

You can anonymize files using:

$ secretset file.xlsx --target col1

Anonymize multiple files

You can anonymize multiple related files using:

$ secretset file1.xlsx file2.csv \
    --align col1 \
    --target col2 \
    --target col3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page