aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/csv_reader.py
Commit message (Collapse)AuthorAgeFilesLines
* performance: add @staticmethod to CSVReader methods to save memoryAlex Schofield2025-02-171-5/+8
|
* add method for reading csv content directly from stringAlex Schofield2025-02-171-0/+9
|
* Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into ↵Alex Schofield2025-02-141-3/+1
|\ | | | | | | feat/csv-reader
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-3/+1
| | | | | | | | | | | | 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-7/+7
|/
* add universal logging for debuggingAlex Schofield2025-02-141-9/+2
|
* encapsulate csv reading logic into class & methodsAlex Schofield2025-02-141-8/+24
|
* add separate functions for reading locally and from s3 bucketAlex Schofield2025-02-141-1/+4
|
* rename main csv reader function in cli.py & csv_reader.pyAlex Schofield2025-02-141-1/+1
|
* re-organise project structure & update pyproject.tomlAlex Schofield2025-02-121-0/+20
git.ajschof.me — hosted by ajschofield — powered by cgit