.editorconfig
.git-blame-ignore-revs
.gitignore
.gitkeep
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
requirements.txt
.github/actions/mike-docs/action.yaml
.github/actions/python-deps/action.yaml
.github/workflows/python.yaml
.github/workflows/release.yaml
demos/rain_prediction.ipynb
demos/requirements.txt
docs/CONTRIBUTING.md
docs/README.md
docs/use-cases.md
docs/_scripts/gen_api_ref_pages.py
docs/guides/overview.md
docs/mkdocs_customization/extra.css
hack/docker-compose.yml
hack/lakefs-s3-local.yml
hack/config/s3.json
src/lakefs_spec/__init__.py
src/lakefs_spec/client_helpers.py
src/lakefs_spec/config.py
src/lakefs_spec/errors.py
src/lakefs_spec/hooks.py
src/lakefs_spec/py.typed
src/lakefs_spec/spec.py
src/lakefs_spec/util.py
src/lakefs_spec.egg-info/PKG-INFO
src/lakefs_spec.egg-info/SOURCES.txt
src/lakefs_spec.egg-info/dependency_links.txt
src/lakefs_spec.egg-info/not-zip-safe
src/lakefs_spec.egg-info/requires.txt
src/lakefs_spec.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_blockstore.py
tests/test_checksum.py
tests/test_client_helpers.py
tests/test_copy.py
tests/test_exists.py
tests/test_fs.py
tests/test_get_file.py
tests/test_hooks.py
tests/test_info.py
tests/test_lakefs_file.py
tests/test_ls.py
tests/test_put_file.py
tests/test_rm.py
tests/test_spec_utils.py
tests/util.py