.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
MANIFEST.in
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/MIT.txt
examples/Snakefile
src/snakemake_storage_plugin_lfs/__init__.py
src/snakemake_storage_plugin_lfs/cache.py
src/snakemake_storage_plugin_lfs/common.py
src/snakemake_storage_plugin_lfs.egg-info/PKG-INFO
src/snakemake_storage_plugin_lfs.egg-info/SOURCES.txt
src/snakemake_storage_plugin_lfs.egg-info/dependency_links.txt
src/snakemake_storage_plugin_lfs.egg-info/entry_points.txt
src/snakemake_storage_plugin_lfs.egg-info/requires.txt
src/snakemake_storage_plugin_lfs.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_download.py
tests/test_provider.py