.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
Invenio_Drafts_Resources.egg-info/PKG-INFO
Invenio_Drafts_Resources.egg-info/SOURCES.txt
Invenio_Drafts_Resources.egg-info/dependency_links.txt
Invenio_Drafts_Resources.egg-info/entry_points.txt
Invenio_Drafts_Resources.egg-info/not-zip-safe
Invenio_Drafts_Resources.egg-info/requires.txt
Invenio_Drafts_Resources.egg-info/top_level.txt
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_drafts_resources/__init__.py
invenio_drafts_resources/config.py
invenio_drafts_resources/ext.py
invenio_drafts_resources/resource_units.py
invenio_drafts_resources/serializers.py
invenio_drafts_resources/version.py
invenio_drafts_resources/drafts/__init__.py
invenio_drafts_resources/drafts/api.py
invenio_drafts_resources/drafts/models.py
invenio_drafts_resources/resources/__init__.py
invenio_drafts_resources/resources/deposit.py
invenio_drafts_resources/resources/draft.py
invenio_drafts_resources/resources/draft_file.py
invenio_drafts_resources/services/__init__.py
invenio_drafts_resources/services/draft.py
invenio_drafts_resources/services/draft_file.py
invenio_drafts_resources/services/draft_file_metadata.py
invenio_drafts_resources/services/draft_version.py
invenio_drafts_resources/services/permissions.py
invenio_drafts_resources/services/schemas/__init__.py
invenio_drafts_resources/services/schemas/json.py
tests/conftest.py
tests/test_deposit_resource.py
tests/test_draft_resource.py
tests/test_draft_service.py
tests/test_file_resource.py