.editorconfig
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
.github/pull-request.md
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/actions/mike-docs/action.yaml
.github/actions/python-deps/action.yaml
.github/workflows/python.yaml
.github/workflows/release.yaml
assets/lakefs-spec-logo-all.svg
docs/CONTRIBUTING.md
docs/index.md
docs/quickstart.md
docs/_code/duckdb_example.py
docs/_code/hf_datasets_example.py
docs/_code/pandas_example.py
docs/_code/polars_example.py
docs/_code/pyarrow_example.py
docs/_code/quickstart.py
docs/_images/aai-favicon.png
docs/_images/aai-logo-cropped.png
docs/_images/lakefs-spec-favicon.png
docs/_images/lakefs-spec-logo-dark.png
docs/_images/lakefs-spec-logo-light.png
docs/_images/quickstart-lakefs-repositories.png
docs/_images/quickstart-lakefs-sample-repo.png
docs/_images/quickstart-lakefs-ui.png
docs/_scripts/gen_api_ref_pages.py
docs/_scripts/jupytext_convert.py
docs/_styles/extra.css
docs/_styles/neoteroi-mkdocs.css
docs/_styles/theme.css
docs/_theme_overrides/main.html
docs/_theme_overrides/partials/header.html
docs/guides/configuration.md
docs/guides/filesystem-usage.md
docs/guides/index.md
docs/guides/integrations.md
docs/guides/transactions.md
docs/tutorials/.lakectl.yaml
docs/tutorials/demo_data_science_project.py
docs/tutorials/index.md
hack/README.md
hack/docker-compose.yml
hack/lakefs-s3-local.yml
hack/lock-deps.sh
hack/config/s3.json
src/lakefs_spec/__init__.py
src/lakefs_spec/errors.py
src/lakefs_spec/py.typed
src/lakefs_spec/spec.py
src/lakefs_spec/transaction.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/requires.txt
src/lakefs_spec.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_checksum.py
tests/test_copy.py
tests/test_errors.py
tests/test_exists.py
tests/test_fs.py
tests/test_get_file.py
tests/test_info.py
tests/test_internals.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/test_transactions.py
tests/util.py
tests/smoke_tests/__init__.py
tests/smoke_tests/test_abstractfilesystem.py
tests/smoke_tests/test_integrations.py