aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | add untested disclaimer for cli.pyAlex Schofield2025-02-211-0/+3
* | | add .coveragerc to only measure files in gdpr_obfuscatorAlex Schofield2025-02-211-0/+2
|/ /
* / fix cli.py by updating imports and with new logicAlex Schofield2025-02-211-7/+4
|/
* update relative path to mock_data.csv for testingAlex Schofield2025-02-211-5/+4
* update pythonpath for pytest.iniAlex Schofield2025-02-211-1/+1
* store test mock data in test/dataAlex Schofield2025-02-212-0/+1003
* return empty byte string if input data is emptyAlex Schofield2025-02-211-0/+3
* fix tests by resolving imports and removing redundent parametersAlex Schofield2025-02-213-14/+14
* ignore vs code project settings directoryAlex Schofield2025-02-211-0/+3
* update main unit test for core functionalityAlex Schofield2025-02-212-12/+47
* fix imports and instantiate Obfuscator()Alex Schofield2025-02-211-2/+5
* fix utilities import in read.pyAlex Schofield2025-02-211-1/+2
* print result in examples/local.py for testing/demoAlex Schofield2025-02-211-6/+1
* add stub for ExportTool classAlex Schofield2025-02-211-1/+6
* add NOTES.md to control the chaosAlex Schofield2025-02-211-0/+23
* remove TODO fileAlex Schofield2025-02-211-0/+0
* create byte stream within main process_s3 & process_local methodsAlex Schofield2025-02-211-2/+6
* don't create byte stream in read methodsAlex Schofield2025-02-211-7/+3
* update funcion/method names & add missing parametersAlex Schofield2025-02-213-8/+10
* remove all logging temporarily as it's being a painAlex Schofield2025-02-215-85/+11
* backup commit - 21st @ 00:00Alex Schofield2025-02-215-13/+23
* update read.pyAlex Schofield2025-02-201-5/+4
* rm logger.pyAlex Schofield2025-02-201-1/+0
* move logger into utils.pyAlex Schofield2025-02-202-38/+27
* refactor __init__.py with new class and methodsAlex Schofield2025-02-201-8/+13
* remove unnecessary os import from read.pyAlex Schofield2025-02-201-1/+0
* return byte stream from read_s3 using create_byte_stream methodAlex Schofield2025-02-201-1/+2
* move create_byte_stream() to utils.pyAlex Schofield2025-02-201-0/+20
* remove code to change AWS endpoint to use localstackAlex Schofield2025-02-202-42/+1
* update path to logger module in utils.pyAlex Schofield2025-02-201-1/+1
* create file to store exceptionsAlex Schofield2025-02-201-0/+0
* remove unnecessary os import in logger.pyAlex Schofield2025-02-201-1/+0
* update import paths for modulesAlex Schofield2025-02-205-8/+8
* update pyproject.toml & references with new src folder nameAlex Schofield2025-02-208-4/+7
* rename folder from obfuscator to gdpr-obfuscatorAlex Schofield2025-02-206-207/+0
* update author variable in pyproject.toml to fix build issueAlex Schofield2025-02-207-1/+208
* update pyproject.toml to allow builds and change author variableAlex Schofield2025-02-201-2/+2
git.ajschof.me — hosted by ajschofield — powered by cgit