diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md new file mode 100644 index 0000000..437766d --- /dev/null +++ b/docs/ROADMAP.md @@ -0,0 +1 @@ +# Roadmap diff --git a/fxdata/FXData.py b/fxdata/FXData.py index 7673d7e..f80768f 100644 --- a/fxdata/FXData.py +++ b/fxdata/FXData.py @@ -19,6 +19,10 @@ def __init__(self, self.outputCSV: bool = outputCSV self.outputPQT: bool = outputPQT + # TODO: Logging (warning for cast datetime) + # TODO: Check (create otherwise) tmp/ and out/ folders + # TODO: Select the data for the given daterange + def _handleIntemediaryFiles(self) -> None: if not self.keepCSV: fs = glob.glob(f"{self.cwd}/{TMP_FOLDER}/*.csv")