.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/configuration.rst
docs/contributing.rst
docs/examplesapp.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/templates/anonymous.html
examples/templates/authenticated.html
invenio_userprofiles/__init__.py
invenio_userprofiles/admin.py
invenio_userprofiles/api.py
invenio_userprofiles/config.py
invenio_userprofiles/ext.py
invenio_userprofiles/forms.py
invenio_userprofiles/models.py
invenio_userprofiles/validators.py
invenio_userprofiles/version.py
invenio_userprofiles/views.py
invenio_userprofiles.egg-info/PKG-INFO
invenio_userprofiles.egg-info/SOURCES.txt
invenio_userprofiles.egg-info/dependency_links.txt
invenio_userprofiles.egg-info/entry_points.txt
invenio_userprofiles.egg-info/not-zip-safe
invenio_userprofiles.egg-info/requires.txt
invenio_userprofiles.egg-info/top_level.txt
invenio_userprofiles/alembic/71634726ec7e_create_userprofiles_branch.py
invenio_userprofiles/alembic/c25ef2c50ffa_create_userprofiles_tables.py
invenio_userprofiles/templates/invenio_userprofiles/base.html
invenio_userprofiles/templates/invenio_userprofiles/register_user.html
invenio_userprofiles/templates/invenio_userprofiles/settings/_macros.html
invenio_userprofiles/templates/invenio_userprofiles/settings/base.html
invenio_userprofiles/templates/invenio_userprofiles/settings/profile.html
invenio_userprofiles/translations/da/LC_MESSAGES/messages.po
invenio_userprofiles/translations/en/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/en/LC_MESSAGES/messages.po
invenio_userprofiles/translations/es/LC_MESSAGES/messages.po
invenio_userprofiles/translations/fr/LC_MESSAGES/messages.po
invenio_userprofiles/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/helpers.py
tests/test_admin.py
tests/test_api.py
tests/test_examples_app.py
tests/test_invenio_userprofile.py
tests/test_models.py
tests/test_validators.py
tests/test_views.py