INSTALL
KNOWN_BUGS
LICENSE
MANIFEST.in
README.md
THANKS.txt
pyproject.toml
setup.cfg
setup.py
cgatcore/__init__.py
cgatcore/csv2db.py
cgatcore/csvutils.py
cgatcore/database.py
cgatcore/experiment.py
cgatcore/iotools.py
cgatcore/logfile.py
cgatcore/table.py
cgatcore/tables.py
cgatcore.egg-info/PKG-INFO
cgatcore.egg-info/SOURCES.txt
cgatcore.egg-info/dependency_links.txt
cgatcore.egg-info/requires.txt
cgatcore.egg-info/top_level.txt
cgatcore/pipeline/__init__.py
cgatcore/pipeline/base_executor.py
cgatcore/pipeline/cluster.py
cgatcore/pipeline/control.py
cgatcore/pipeline/database.py
cgatcore/pipeline/execution.py
cgatcore/pipeline/executors.py
cgatcore/pipeline/farm.py
cgatcore/pipeline/files.py
cgatcore/pipeline/kubernetes.py
cgatcore/pipeline/parameters.py
cgatcore/pipeline/run_function.py
cgatcore/pipeline/utils.py
cgatcore/pipeline/wrappers.py
cgatcore/remote/__init__.py
cgatcore/remote/abstract.py
cgatcore/remote/aws.py
cgatcore/remote/azure.py
cgatcore/remote/file_handler.py
cgatcore/remote/ftp.py
cgatcore/remote/google_cloud.py
cgatcore/remote/sftp.py
tests/test_container.py
tests/test_container_config.py
tests/test_execution_cleanup.py
tests/test_experiment.py
tests/test_import.py
tests/test_iotools.py
tests/test_pipeline_actions.py
tests/test_pipeline_cli.py
tests/test_pipeline_cluster.py
tests/test_pipeline_control.py
tests/test_pipeline_execution.py
tests/test_s3_decorators.py