| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change external variable `path` used in FileHandler methods | Alex Schofield | 2025-03-02 | 1 | -4/+4 |
| | | |||||
| * | rename DataReader class to more appropriate name FileHandler | Alex Schofield | 2025-03-02 | 1 | -1/+1 |
| | | |||||
| * | refactor: change methods not using its bound instance to staticmethods | deepsource-autofix[bot] | 2025-02-21 | 1 | -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.py | Alex Schofield | 2025-02-21 | 1 | -1/+2 |
| | | |||||
| * | don't create byte stream in read methods | Alex Schofield | 2025-02-21 | 1 | -7/+3 |
| | | |||||
| * | remove all logging temporarily as it's being a pain | Alex Schofield | 2025-02-21 | 1 | -29/+7 |
| | | |||||
| * | update read.py | Alex Schofield | 2025-02-20 | 1 | -5/+4 |
| | | |||||
| * | remove unnecessary os import from read.py | Alex Schofield | 2025-02-20 | 1 | -1/+0 |
| | | |||||
| * | return byte stream from read_s3 using create_byte_stream method | Alex Schofield | 2025-02-20 | 1 | -1/+2 |
| | | |||||
| * | remove code to change AWS endpoint to use localstack | Alex Schofield | 2025-02-20 | 1 | -14/+1 |
| | | |||||
| * | update import paths for modules | Alex Schofield | 2025-02-20 | 1 | -2/+2 |
| | | |||||
| * | update pyproject.toml & references with new src folder name | Alex Schofield | 2025-02-20 | 1 | -0/+89 |
