.dockerignore
.editorconfig
.lgtm
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/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/usage.rst
examples/app.py
invenio_accounts_rest/__init__.py
invenio_accounts_rest/config.py
invenio_accounts_rest/errors.py
invenio_accounts_rest/ext.py
invenio_accounts_rest/loaders.py
invenio_accounts_rest/proxies.py
invenio_accounts_rest/serializers.py
invenio_accounts_rest/utils.py
invenio_accounts_rest/version.py
invenio_accounts_rest/views.py
invenio_accounts_rest.egg-info/PKG-INFO
invenio_accounts_rest.egg-info/SOURCES.txt
invenio_accounts_rest.egg-info/dependency_links.txt
invenio_accounts_rest.egg-info/entry_points.txt
invenio_accounts_rest.egg-info/not-zip-safe
invenio_accounts_rest.egg-info/requires.txt
invenio_accounts_rest.egg-info/top_level.txt
tests/conftest.py
tests/test_example_app.py
tests/test_invenio_accounts_rest.py
tests/test_loaders.py
tests/test_views.py