CONTRIBUTING.md
INSTALL
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
flowtask/__init__.py
flowtask/__main__.py
flowtask/events.py
flowtask/exceptions.c
flowtask/models.py
flowtask/runner.py
flowtask/tests.py
flowtask/version.py
flowtask.egg-info/PKG-INFO
flowtask.egg-info/SOURCES.txt
flowtask.egg-info/dependency_links.txt
flowtask.egg-info/entry_points.txt
flowtask.egg-info/requires.txt
flowtask.egg-info/top_level.txt
flowtask/components/AddDataset.py
flowtask/components/Boto3Client.py
flowtask/components/CopyTo.py
flowtask/components/CopyToPg.py
flowtask/components/DataInput.py
flowtask/components/DateList.py
flowtask/components/DbClient.py
flowtask/components/DownloadFrom.py
flowtask/components/DownloadFromFTP.py
flowtask/components/DownloadFromIMAP.py
flowtask/components/DownloadFromS3.py
flowtask/components/DownloadFromSFTP.py
flowtask/components/DownloadFromSharepoint.py
flowtask/components/DownloadFromSmartSheet.py
flowtask/components/DropboxClient.py
flowtask/components/Dummy.py
flowtask/components/Excel365.py
flowtask/components/ExecuteSQL.py
flowtask/components/FTPClient.py
flowtask/components/FileBase.py
flowtask/components/FileCopy.py
flowtask/components/FileDelete.py
flowtask/components/FileExists.py
flowtask/components/FileIteratorDelete.py
flowtask/components/FileList.py
flowtask/components/FileOpen.py
flowtask/components/GoogleA4.py
flowtask/components/GoogleClient.py
flowtask/components/HTTPClient.py
flowtask/components/IMAPClient.py
flowtask/components/IteratorBase.py
flowtask/components/MergeFiles.py
flowtask/components/O365Client.py
flowtask/components/OneDrive.py
flowtask/components/OpenWithBase.py
flowtask/components/OpenWithPandas.py
flowtask/components/PGPDecrypt.py
flowtask/components/PandasIterator.py
flowtask/components/PandasToFile.py
flowtask/components/ParamIterator.py
flowtask/components/PrintMessage.py
flowtask/components/QSBase.py
flowtask/components/QueryIterator.py
flowtask/components/QueryToInsert.py
flowtask/components/QueryToPandas.py
flowtask/components/RESTClient.py
flowtask/components/RunSSH.py
flowtask/components/RunShell.py
flowtask/components/SSHClient.py
flowtask/components/SendNotify.py
flowtask/components/SetVariables.py
flowtask/components/Sharepoint.py
flowtask/components/SubTask.py
flowtask/components/TableBase.py
flowtask/components/TableDelete.py
flowtask/components/TableInput.py
flowtask/components/TableSchema.py
flowtask/components/UPCDatabase.py
flowtask/components/Uncompress.py
flowtask/components/UniqueRows.py
flowtask/components/UpdateOperationalVars.py
flowtask/components/UploadTo.py
flowtask/components/UploadToS3.py
flowtask/components/UploadToSFTP.py
flowtask/components/UserFunc.py
flowtask/components/__init__.py
flowtask/components/abstract.py
flowtask/components/azureauth.py
flowtask/components/functions.py
flowtask/components/group.py
flowtask/components/interfaces.py
flowtask/components/py.typed
flowtask/components/tConcat.py
flowtask/components/tFilter.py
flowtask/components/tJoin.py
flowtask/components/tMap.py
flowtask/components/tPluckCols.py
flowtask/components/user.py
flowtask/components/CreateReport/CreateReport.py
flowtask/components/CreateReport/__init__.py
flowtask/components/CreateReport/utils.py
flowtask/components/CreateReport/charts/__init__.py
flowtask/components/CreateReport/charts/bar.py
flowtask/components/CreateReport/charts/base.py
flowtask/components/CreateReport/charts/pie.py
flowtask/components/FilterRows/FilterRows.py
flowtask/components/FilterRows/__init__.py
flowtask/components/FilterRows/functions.py
flowtask/components/TableOutput/TableOutput.py
flowtask/components/TableOutput/__init__.py
flowtask/components/TableOutput/postgres.py
flowtask/components/TransformRows/TransformRows.py
flowtask/components/TransformRows/__init__.py
flowtask/components/TransformRows/functions.py
flowtask/jobs/__init__.py
flowtask/parsers/__init__.py
flowtask/parsers/_yaml.c
flowtask/parsers/argparser.py
flowtask/parsers/base.c
flowtask/parsers/json.c
flowtask/parsers/maps.py
flowtask/parsers/toml.c
flowtask/scheduler/__init__.py
flowtask/scheduler/scheduler.py
flowtask/scheduler/handlers/__init__.py
flowtask/scheduler/handlers/manager.py
flowtask/scheduler/handlers/service.py
flowtask/task/__init__.py
flowtask/task/abstract.py
flowtask/task/command.py
flowtask/task/pile.py
flowtask/task/run.py
flowtask/task/task.py
flowtask/task/template.py
flowtask/types/__init__.py
flowtask/types/typedefs.c
flowtask/utils/__init__.py
flowtask/utils/_functions.py
flowtask/utils/constants.py
flowtask/utils/encoders.py
flowtask/utils/executor.py
flowtask/utils/functions.cpp
flowtask/utils/json.cpp
flowtask/utils/mail.py
flowtask/utils/parseqs.c
flowtask/utils/stats.py
flowtask/utils/validators.py