.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
example.py
pytest.ini
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
ocflcore/__init__.py
ocflcore/errors.py
ocflcore/stream.py
ocflcore/version.py
ocflcore.egg-info/PKG-INFO
ocflcore.egg-info/SOURCES.txt
ocflcore.egg-info/dependency_links.txt
ocflcore.egg-info/not-zip-safe
ocflcore.egg-info/requires.txt
ocflcore.egg-info/top_level.txt
ocflcore/domain/__init__.py
ocflcore/domain/builder.py
ocflcore/domain/ocflobj.py
ocflcore/domain/root.py
ocflcore/domain/layouts/__init__.py
ocflcore/domain/layouts/base.py
ocflcore/domain/layouts/toplevel.py
ocflcore/persistence/__init__.py
ocflcore/persistence/commands.py
ocflcore/persistence/inventory.py
ocflcore/persistence/repository.py
ocflcore/persistence/transaction.py
ocflcore/persistence/workspace.py
ocflcore/persistence/storage/__init__.py
ocflcore/persistence/storage/base.py
ocflcore/persistence/storage/filesystem.py
tests/conftest.py
tests/test_pyocfl.py