.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
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/requirements.txt
examples/data/upload/.gitkeep
invenio_deposit/__init__.py
invenio_deposit/api.py
invenio_deposit/bundles.py
invenio_deposit/cli.py
invenio_deposit/config.py
invenio_deposit/errors.py
invenio_deposit/ext.py
invenio_deposit/fetchers.py
invenio_deposit/links.py
invenio_deposit/minters.py
invenio_deposit/permissions.py
invenio_deposit/providers.py
invenio_deposit/proxies.py
invenio_deposit/receivers.py
invenio_deposit/scopes.py
invenio_deposit/search.py
invenio_deposit/serializers.py
invenio_deposit/signals.py
invenio_deposit/utils.py
invenio_deposit/version.py
invenio_deposit.egg-info/PKG-INFO
invenio_deposit.egg-info/SOURCES.txt
invenio_deposit.egg-info/dependency_links.txt
invenio_deposit.egg-info/entry_points.txt
invenio_deposit.egg-info/not-zip-safe
invenio_deposit.egg-info/requires.txt
invenio_deposit.egg-info/top_level.txt
invenio_deposit/jsonschemas/__init__.py
invenio_deposit/jsonschemas/deposits/deposit-v1.0.0.json
invenio_deposit/mappings/__init__.py
invenio_deposit/mappings/deposits/deposit-v1.0.0.json
invenio_deposit/static/js/invenio_deposit/app.js
invenio_deposit/static/json/invenio_deposit/form.json
invenio_deposit/static/templates/invenio_deposit/results.html
invenio_deposit/static/templates/invenio_deposit/searchbar.html
invenio_deposit/static/templates/invenio_deposit/selectbox.html
invenio_deposit/static/templates/invenio_deposit/selectstatus.html
invenio_deposit/static/templates/invenio_deposit/togglebutton.html
invenio_deposit/static/templates/invenio_deposit/records/actions.html
invenio_deposit/static/templates/invenio_deposit/records/form.html
invenio_deposit/templates/invenio_deposit/base.html
invenio_deposit/templates/invenio_deposit/edit.html
invenio_deposit/templates/invenio_deposit/index.html
invenio_deposit/templates/invenio_deposit/tombstone.html
invenio_deposit/translations/messages.pot
invenio_deposit/translations/cs/LC_MESSAGES/messages.po
invenio_deposit/translations/da/LC_MESSAGES/messages.po
invenio_deposit/translations/de/LC_MESSAGES/messages.po
invenio_deposit/translations/en/LC_MESSAGES/messages.mo
invenio_deposit/translations/en/LC_MESSAGES/messages.po
invenio_deposit/translations/es/LC_MESSAGES/messages.po
invenio_deposit/translations/fr/LC_MESSAGES/messages.po
invenio_deposit/translations/it/LC_MESSAGES/messages.po
invenio_deposit/views/__init__.py
invenio_deposit/views/rest.py
invenio_deposit/views/ui.py
tests/conftest.py
tests/helpers.py
tests/test_api.py
tests/test_examples_app.py
tests/test_invenio_deposit.py
tests/test_views_rest.py
tests/test_views_rest_files.py
tests/test_views_ui.py