.dockerignore
.editorconfig
.lgtm
.travis-devel-requirements.txt
.travis-lowest-requirements.txt
.travis-release-requirements.txt
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MAINTAINERS
MANIFEST.in
README.rst
RELEASE-NOTES.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
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
invenio_sipstore/__init__.py
invenio_sipstore/admin.py
invenio_sipstore/api.py
invenio_sipstore/config.py
invenio_sipstore/errors.py
invenio_sipstore/ext.py
invenio_sipstore/models.py
invenio_sipstore/proxies.py
invenio_sipstore/signals.py
invenio_sipstore/utils.py
invenio_sipstore/version.py
invenio_sipstore.egg-info/PKG-INFO
invenio_sipstore.egg-info/SOURCES.txt
invenio_sipstore.egg-info/dependency_links.txt
invenio_sipstore.egg-info/entry_points.txt
invenio_sipstore.egg-info/not-zip-safe
invenio_sipstore.egg-info/requires.txt
invenio_sipstore.egg-info/top_level.txt
invenio_sipstore/alembic/1c4e509ccacc_migrate_sip_content.py
invenio_sipstore/alembic/ac2d9845d16f_create_sipstore_branch.py
invenio_sipstore/alembic/ad6ee57b71f9_create_sipstore_tables.py
invenio_sipstore/alembic/b31cad2f14c7_extend_sip_metadata_model.py
invenio_sipstore/archivers/__init__.py
invenio_sipstore/archivers/bagit_archiver.py
invenio_sipstore/archivers/base_archiver.py
invenio_sipstore/archivers/utils.py
invenio_sipstore/jsonschemas/__init__.py
invenio_sipstore/jsonschemas/sipstore/agent-v1.0.0.json
invenio_sipstore/jsonschemas/sipstore/bagit-v1.0.0.json
invenio_sipstore/jsonschemas/sipstore/file-v1.0.0.json
tests/conftest.py
tests/helpers.py
tests/test_admin.py
tests/test_api.py
tests/test_bagit_archiver.py
tests/test_base_archiver.py
tests/test_invenio_sipstore.py
tests/test_models.py
tests/test_utils.py