aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add missing function summary in docstring in obfuscate_data()Alex Schofield2025-03-031-1/+1
* remove toc from README.mdAlex Schofield2025-03-031-10/+0
* fix cli tests by making test mocks return a byte object instead of string0.1.0Alex Schofield2025-03-031-2/+2
* improve error handling in read_s3()Alex Schofield2025-03-031-4/+17
* update usage section in README.mdAlex Schofield2025-03-031-0/+57
* decode obfuscated byte-stream before printingAlex Schofield2025-03-031-1/+1
* update installation section in README.mdAlex Schofield2025-03-031-6/+11
* add comment to test_output_compatible_with_s3_put_object()Alex Schofield2025-03-031-0/+2
* fix obfuscator test where pii fields are missingAlex Schofield2025-03-021-11/+3
* Merge remote-tracking branch 'refs/remotes/origin/main'Alex Schofield2025-03-021-1/+1
|\
| * trigger main.yml workflow on push to mainAlex2025-03-021-1/+1
* | remove --recurse-submodules from cloning instructions in README.mdAlex Schofield2025-03-021-1/+1
* | clarify how obfuscated data is returned in README.mdAlex Schofield2025-03-021-1/+1
* | remove references to other supported data formats in README.md to follow MVPAlex Schofield2025-03-021-1/+1
|/
* update docstring for obfuscate functionAlex Schofield2025-03-021-2/+11
* add docstrings to FileHandler methods in read.pyAlex Schofield2025-03-021-8/+42
* add docstrings to Obfuscator methods in __init__.pyAlex Schofield2025-03-021-0/+46
* add docstrings to Utilities methodsAlex Schofield2025-03-021-0/+38
* improve type validation in Utilities methodsAlex Schofield2025-03-021-3/+3
* add error handling for when PII field is missing from dataAlex Schofield2025-03-021-0/+7
* remove unused import in __init__.pyAlex Schofield2025-03-021-1/+0
* remove unused import in utils.pyAlex Schofield2025-03-021-1/+0
* change external variable `path` used in FileHandler methodsAlex Schofield2025-03-021-4/+4
* rename DataReader class to more appropriate name FileHandlerAlex Schofield2025-03-023-5/+5
* add test to ensure that output byte stream is put_object compatibleAlex Schofield2025-02-261-0/+29
* remove unused ExportTool class from __init__.pyAlex Schofield2025-02-261-5/+0
* remove exc.pyAlex Schofield2025-02-261-0/+0
* add tests for cli.pyAlex Schofield2025-02-261-0/+91
* add test in test_core.py to measure if completed under 1 minAlex Schofield2025-02-261-0/+25
* remove unused --verbose flag from cli.pyAlex Schofield2025-02-261-4/+0
* rename main test to be more descriptiveAlex Schofield2025-02-261-1/+1
* update cli.py to transform cli parameters into a json stringAlex Schofield2025-02-261-2/+10
* remove redundant .md filesAlex Schofield2025-02-262-37/+0
* update test_core.py to use json string as inputAlex Schofield2025-02-261-1/+4
* add 1MB .csv mock dataset for testingAlex Schofield2025-02-261-0/+7255
* use larger dataset when testing examples/local.pyAlex Schofield2025-02-261-3/+1
* add ability to read path & pii fields from json strings as inputAlex Schofield2025-02-263-4/+9
* add function to read json inputAlex Schofield2025-02-261-2/+11
* Merge pull request #11 from ajschofield/deepsource-autofix-5fdb5f46Alex2025-02-212-3/+6
|\
| * refactor: change methods not using its bound instance to staticmethodsdeepsource-autofix[bot]2025-02-212-3/+6
|/
* add Makefile for project testing and formattingAlex Schofield2025-02-211-0/+12
* update dev dependencies in pyproject.tomlAlex Schofield2025-02-211-0/+3
* remove LICENSEAlex2025-02-211-674/+0
* add more to-dosAlex Schofield2025-02-211-0/+2
* bring back the to-do listAlex Schofield2025-02-211-0/+12
* Merge remote-tracking branch 'refs/remotes/origin/main'Alex Schofield2025-02-212-3/+0
|\
| * Merge pull request #10 from ajschofield/deepsource-transform-a95f76d9Alex2025-02-210-0/+0
| |\
| | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-211-1/+0
| * | Merge pull request #9 from ajschofield/deepsource-transform-431747cfAlex2025-02-212-3/+0
| |\ \ | | |/ | |/|
| | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-212-3/+0
git.ajschof.me — hosted by ajschofield — powered by cgit