.editorconfig
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/python.yaml
.github/workflows/release.yaml
hack/docker-compose.yml
src/lakefs_spec/__init__.py
src/lakefs_spec/commithook.py
src/lakefs_spec/py.typed
src/lakefs_spec/spec.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/entry_points.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_checksum.py
tests/test_fs.py
tests/test_get_file.py
tests/test_lakefs_file.py
tests/test_ls.py
tests/test_put_file.py
tests/test_spec_utils.py
tests/util.py