aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/csv_reader.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* modify logger messages to be more clearAlex Schofield2025-02-191-1/+3
* remove annoying comments for better readability of codeAlex Schofield2025-02-191-19/+0
* workaround/fix annoying logging issuesAlex Schofield2025-02-191-19/+19
* update logger namesAlex Schofield2025-02-191-1/+1
* require LOCALSTACK environment variable instead of DEBUG for changing boto3 e...Alex Schofield2025-02-181-2/+2
* change boto3 endpoint if debug mode is enabledAlex Schofield2025-02-181-1/+14
* add untested read_s3 logic to CSVReaderAlex Schofield2025-02-181-1/+17
* call get_s3_path() in read_s3 and debug log pathAlex Schofield2025-02-181-1/+3
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-3/+6
* add comments to csv_reader.py to explain codeAlex Schofield2025-02-171-2/+31
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-2/+3
* use list comprehension when returning output from read_localAlex Schofield2025-02-171-9/+3
* anti-pattern: remove unused __init__ for CSVReaderAlex Schofield2025-02-171-4/+1
* 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 feat/...Alex Schofield2025-02-141-3/+1
|\
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-3/+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