CHANGES.rst
MANIFEST.in
README.rst
run-tests.sh
setup.py
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/development.rst
docs/features.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/api/index.rst
docs/api/views.rst
invenio_sword/__init__.py
invenio_sword/api.py
invenio_sword/config.py
invenio_sword/enum.py
invenio_sword/ext.py
invenio_sword/permissions.py
invenio_sword/schemas.py
invenio_sword/serializers.py
invenio_sword/tasks.py
invenio_sword/typing.py
invenio_sword/utils.py
invenio_sword/version.py
invenio_sword.egg-info/PKG-INFO
invenio_sword.egg-info/SOURCES.txt
invenio_sword.egg-info/dependency_links.txt
invenio_sword.egg-info/entry_points.txt
invenio_sword.egg-info/not-zip-safe
invenio_sword.egg-info/requires.txt
invenio_sword.egg-info/top_level.txt
invenio_sword/metadata/__init__.py
invenio_sword/metadata/base.py
invenio_sword/metadata/sword.py
invenio_sword/packaging/__init__.py
invenio_sword/packaging/bagit.py
invenio_sword/packaging/base.py
invenio_sword/packaging/binary.py
invenio_sword/packaging/zip.py
invenio_sword/views/__init__.py
invenio_sword/views/base.py
invenio_sword/views/blueprint.py
invenio_sword/views/file.py
invenio_sword/views/fileset.py
invenio_sword/views/metadata.py
invenio_sword/views/service_document.py
invenio_sword/views/staging.py
invenio_sword/views/status.py
tests/conftest.py
tests/helpers.py
tests/test_api.py
tests/test_bagit.py
tests/test_by_reference.py
tests/test_files.py
tests/test_fileset_view.py
tests/test_ingest.py
tests/test_metadata_view.py
tests/test_packaging.py
tests/test_staging.py
tests/test_status_view.py
tests/test_sword_metadata.py
tests/test_tag_manager.py
tests/test_tasks.py
tests/test_zip_packaging.py