HISTORY.rst
LICENSE.txt
Makefile
README.rst
dev-requirements.txt
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
scripts/commit_version.py
scripts/new_version.py
scripts/print_version_for_release.py
src/galaxy/files/__init__.py
src/galaxy/files/models.py
src/galaxy/files/plugins.py
src/galaxy/files/py.typed
src/galaxy/files/uris.py
src/galaxy/files/sources/__init__.py
src/galaxy/files/sources/_defaults.py
src/galaxy/files/sources/_fsspec.py
src/galaxy/files/sources/_pyfilesystem2.py
src/galaxy/files/sources/_rdm.py
src/galaxy/files/sources/anvil.py
src/galaxy/files/sources/ascp.py
src/galaxy/files/sources/ascp_fsspec.py
src/galaxy/files/sources/azure.py
src/galaxy/files/sources/azureflat.py
src/galaxy/files/sources/base64.py
src/galaxy/files/sources/basespace.py
src/galaxy/files/sources/dataverse.py
src/galaxy/files/sources/dropbox.py
src/galaxy/files/sources/drs.py
src/galaxy/files/sources/elabftw.py
src/galaxy/files/sources/ftp.py
src/galaxy/files/sources/galaxy.py
src/galaxy/files/sources/googlecloudstorage.py
src/galaxy/files/sources/googledrive.py
src/galaxy/files/sources/http.py
src/galaxy/files/sources/huggingface.py
src/galaxy/files/sources/iiif.py
src/galaxy/files/sources/invenio.py
src/galaxy/files/sources/irods.py
src/galaxy/files/sources/memory.py
src/galaxy/files/sources/omero.py
src/galaxy/files/sources/onedata.py
src/galaxy/files/sources/onedrive.py
src/galaxy/files/sources/posix.py
src/galaxy/files/sources/remotezip.py
src/galaxy/files/sources/rspace.py
src/galaxy/files/sources/s3fs.py
src/galaxy/files/sources/ssh.py
src/galaxy/files/sources/temp.py
src/galaxy/files/sources/util.py
src/galaxy/files/sources/webdav.py
src/galaxy/files/sources/zenodo.py
src/galaxy/files/templates/__init__.py
src/galaxy/files/templates/manager.py
src/galaxy/files/templates/models.py
src/galaxy/files/templates/examples/__init__.py
src/galaxy/files/templates/examples/admin_secrets.yml
src/galaxy/files/templates/examples/admin_secrets_with_defaults.yml
src/galaxy/files/templates/examples/dropbox_client_secrets_explicit.yml
src/galaxy/files/templates/examples/dropbox_client_secrets_in_vault.yml
src/galaxy/files/templates/examples/irods.yml
src/galaxy/files/templates/examples/omero_server.yml
src/galaxy/files/templates/examples/onedata.yml
src/galaxy/files/templates/examples/onedrive_client_secrets_in_vault.yml
src/galaxy/files/templates/examples/production_aws_private_bucket.yml
src/galaxy/files/templates/examples/production_aws_public_bucket.yml
src/galaxy/files/templates/examples/production_azure.yml
src/galaxy/files/templates/examples/production_azureflat.yml
src/galaxy/files/templates/examples/production_dataverse.yml
src/galaxy/files/templates/examples/production_dropbox.yml
src/galaxy/files/templates/examples/production_elabftw.yml
src/galaxy/files/templates/examples/production_ftp.yml
src/galaxy/files/templates/examples/production_google_drive.yml
src/galaxy/files/templates/examples/production_huggingface.yml
src/galaxy/files/templates/examples/production_iiif.yml
src/galaxy/files/templates/examples/production_invenio.yml
src/galaxy/files/templates/examples/production_onedrive.yml
src/galaxy/files/templates/examples/production_onedrive_full.yml
src/galaxy/files/templates/examples/production_rspace.yml
src/galaxy/files/templates/examples/production_s3fs.yml
src/galaxy/files/templates/examples/production_webdav.yml
src/galaxy/files/templates/examples/production_zenodo.yml
src/galaxy/files/templates/examples/s3fs_by_host_and_port.yml
src/galaxy/files/templates/examples/ssh.yml
src/galaxy/files/templates/examples/templating_override.yml
src/galaxy/files/templates/examples/testing_multi_version_with_secrets.yml
src/galaxy/files/unittest_utils/__init__.py
src/galaxy/files/validate/__init__.py
src/galaxy/files/validate/script.py
src/galaxy_files.egg-info/PKG-INFO
src/galaxy_files.egg-info/SOURCES.txt
src/galaxy_files.egg-info/dependency_links.txt
src/galaxy_files.egg-info/entry_points.txt
src/galaxy_files.egg-info/requires.txt
src/galaxy_files.egg-info/top_level.txt
tests/__init__.py
tests/files/__init__.py
tests/files/_base.py
tests/files/_util.py
tests/files/base64_file_sources_conf.yml
tests/files/basespace_file_sources_conf.yml
tests/files/conftest.py
tests/files/dropbox_file_sources_conf.yml
tests/files/drs_file_sources_conf.yml
tests/files/drs_oidc_file_sources_conf.yml
tests/files/ftp_file_sources_conf.yml
tests/files/gcsfs_file_sources_conf.yml
tests/files/googledrive_file_sources_conf.yml
tests/files/http_file_sources_conf.yml
tests/files/http_without_stock_file_sources_conf.yml
tests/files/onedata_file_sources_conf.yml
tests/files/onedrive_file_sources_conf.yml
tests/files/remotezip_file_sources_conf.yml
tests/files/s3_file_sources_conf.yml
tests/files/test_ascp.py
tests/files/test_azure.py
tests/files/test_base64.py
tests/files/test_basespace.py
tests/files/test_dropbox.py
tests/files/test_drs.py
tests/files/test_drs_compact_identifiers.py
tests/files/test_ftp.py
tests/files/test_gcsfs.py
tests/files/test_googledrive.py
tests/files/test_http.py
tests/files/test_invenio_multipart.py
tests/files/test_irods.py
tests/files/test_memory.py
tests/files/test_onedata.py
tests/files/test_onedrive.py
tests/files/test_posix.py
tests/files/test_remotezip.py
tests/files/test_s3.py
tests/files/test_temp.py
tests/files/test_template_manager.py
tests/files/test_template_models.py
tests/files/test_uris.py
tests/files/test_webdav.py
tests/files/webdav_file_sources_conf.yml
tests/files/webdav_user_file_sources_conf.yml