aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add semi-working test for __init__ (uses localstack)Alex Schofield2025-02-201-0/+9
* Merge branch 'main' into feat/__init__Alex Schofield2025-02-201-1/+1
|\
| * ignore .idea folder from pycharm in .gitignoreAlex Schofield2025-02-201-1/+1
* | let read_s3 handle URI parsing instead of main() in __init__.pyAlex Schofield2025-02-191-4/+1
* | update imports in __init__.pyAlex Schofield2025-02-191-5/+5
* | add initial code for __init__.py entry pointAlex Schofield2025-02-191-0/+15
|/
* remove to-do from README.mdAlex2025-02-191-11/+0
* Merge pull request #8 from ajschofield/refining-phaseAlex2025-02-1912-237/+208
|\
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-192-2/+0
| * re-add original behaviour of returning empty byte stream when data empty in c...Alex Schofield2025-02-191-0/+1
| * if no PII fields provided, return original data unchangedAlex Schofield2025-02-191-2/+2
| * update log messages for invalid data to reflect new behaviourAlex Schofield2025-02-191-2/+4
| * return empty list instead of raising exceptionsAlex Schofield2025-02-191-2/+2
| * fix read tests by updating name of imported DataReader classAlex Schofield2025-02-191-2/+2
| * partially fix tests by updating references with new classAlex Schofield2025-02-191-6/+9
| * wrap write functions in class and update referencesAlex Schofield2025-02-193-13/+19
| * rename write function & update referencesAlex Schofield2025-02-192-0/+0
| * rename CSVReader to DataReader & update referencesAlex Schofield2025-02-193-4/+4
| * remove unused json import from cli.pyAlex Schofield2025-02-191-1/+0
| * fix some tests (some are still broken)Alex Schofield2025-02-192-3/+2
| * use already initialised reader object instead of creating new CSVReader instanceAlex Schofield2025-02-191-7/+7
| * call read_string via self in read_s3Alex Schofield2025-02-191-1/+1
| * improve error handling in read_s3()Alex Schofield2025-02-191-0/+9
| * improve error handling in create_byte_stream()Alex Schofield2025-02-191-0/+1
git.ajschof.me — hosted by ajschofield — powered by cgit