aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/read.py
Commit message (Collapse)AuthorAgeFilesLines
* improve error handling in read_s3()Alex Schofield2025-03-031-4/+17
|
* add docstrings to FileHandler methods in read.pyAlex Schofield2025-03-021-8/+42
|
* change external variable `path` used in FileHandler methodsAlex Schofield2025-03-021-4/+4
|
* rename DataReader class to more appropriate name FileHandlerAlex Schofield2025-03-021-1/+1
|
* refactor: change methods not using its bound instance to staticmethodsdeepsource-autofix[bot]2025-02-211-1/+2
| | | The method doesn't use its bound instance. Decorate this method with `@staticmethod` decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation. Read more about staticmethods [here](https://docs.python.org/3/library/functions.html#staticmethod).
* fix utilities import in read.pyAlex Schofield2025-02-211-1/+2
|
* don't create byte stream in read methodsAlex Schofield2025-02-211-7/+3
|
* remove all logging temporarily as it's being a painAlex Schofield2025-02-211-29/+7
|
* update read.pyAlex Schofield2025-02-201-5/+4
|
* 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
|
* remove code to change AWS endpoint to use localstackAlex Schofield2025-02-201-14/+1
|
* update import paths for modulesAlex Schofield2025-02-201-2/+2
|
* update pyproject.toml & references with new src folder nameAlex Schofield2025-02-201-0/+89
git.ajschof.me — hosted by ajschofield — powered by cgit