.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
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/usage.rst
examples/app.py
examples/templates/app/index.html
invenio_sse/__init__.py
invenio_sse/cli.py
invenio_sse/config.py
invenio_sse/ext.py
invenio_sse/proxies.py
invenio_sse/utils.py
invenio_sse/version.py
invenio_sse.egg-info/PKG-INFO
invenio_sse.egg-info/SOURCES.txt
invenio_sse.egg-info/dependency_links.txt
invenio_sse.egg-info/entry_points.txt
invenio_sse.egg-info/not-zip-safe
invenio_sse.egg-info/requires.txt
invenio_sse.egg-info/top_level.txt
invenio_sse/contrib/__init__.py
invenio_sse/contrib/deposit/__init__.py
invenio_sse/contrib/deposit/ext.py
invenio_sse/contrib/deposit/rest.py
tests/conftest.py
tests/test_cli.py
tests/test_example_app.py
tests/test_ext_deposit.py
tests/test_invenio_sse.py
tests/test_utils.py