aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/csv_reader.py
Commit message (Expand)AuthorAgeFilesLines
* 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