aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* remove annoying comments for better readability of codeAlex Schofield2025-02-191-16/+0
|
* workaround/fix annoying logging issuesAlex Schofield2025-02-191-6/+6
|
* invoke debug logging using CLI argumentAlex Schofield2025-02-191-0/+4
|
* change help message for CLI --s3/--local choiceAlex Schofield2025-02-191-4/+2
|
* add help information to CLI argumentsAlex Schofield2025-02-191-3/+16
|
* add shorthand options for choices in CLIAlex Schofield2025-02-191-3/+3
|
* update CLI parser description & progAlex Schofield2025-02-191-1/+4
|
* update cli.py to use create_byte_streamAlex Schofield2025-02-181-0/+2
|
* make debug log messages clearer in outputAlex Schofield2025-02-181-3/+3
|
* read data from S3 object path and debug log contentsAlex Schofield2025-02-181-0/+2
|
* create CSVReader object outside of args if statementAlex Schofield2025-02-181-2/+3
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-0/+2
| | | | | | This commit fixes the style issues introduced in 00917b8 according to the output from Autopep8, Black and Ruff Formatter. Details: None
* add comments to cli.py to explain codeAlex Schofield2025-02-171-2/+14
|
* obfuscate the data in cli.py and debug log as jsonAlex Schofield2025-02-171-0/+4
|
* debug log csv data instead of printingAlex Schofield2025-02-171-2/+2
|
* add cli argument for pii fields to obfuscateAlex Schofield2025-02-171-0/+4
|
* Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into ↵Alex Schofield2025-02-141-0/+2
|\ | | | | | | feat/csv-reader
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-0/+2
| | | | | | | | | | | | This commit fixes the style issues introduced in 6182930 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1
* | process path in CSVReader methods & fix import pathsAlex Schofield2025-02-141-2/+2
|/
* add universal logging for debuggingAlex Schofield2025-02-141-1/+5
|
* update cli.py to properly read from local csv filesAlex Schofield2025-02-141-2/+4
|
* add separate functions for reading locally and from s3 bucketAlex Schofield2025-02-141-1/+1
|
* require only --local or --s3 to be chosen by user in cli.pyAlex Schofield2025-02-141-2/+9
|
* rename main csv reader function in cli.py & csv_reader.pyAlex Schofield2025-02-141-1/+1
|
* add initial cli script for obfuscatorAlex Schofield2025-02-121-0/+11
git.ajschof.me — hosted by ajschofield — powered by cgit