.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
constraints-min.txt
constraints-pypi.txt
pyproject.toml
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/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
invenio_userprofiles/__init__.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/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/41157f1933d6_remove_table.py
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/templates/semantic-ui/invenio_userprofiles/base.html
invenio_userprofiles/templates/semantic-ui/invenio_userprofiles/register_user.html
invenio_userprofiles/templates/semantic-ui/invenio_userprofiles/settings/_macros.html
invenio_userprofiles/templates/semantic-ui/invenio_userprofiles/settings/base.html
invenio_userprofiles/templates/semantic-ui/invenio_userprofiles/settings/profile.html
invenio_userprofiles/translations/messages.pot
invenio_userprofiles/translations/da/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/da/LC_MESSAGES/messages.po
invenio_userprofiles/translations/de/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/de/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.mo
invenio_userprofiles/translations/es/LC_MESSAGES/messages.po
invenio_userprofiles/translations/fr/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/fr/LC_MESSAGES/messages.po
invenio_userprofiles/translations/it/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/it/LC_MESSAGES/messages.po
invenio_userprofiles/translations/tr/LC_MESSAGES/messages.mo
invenio_userprofiles/translations/tr/LC_MESSAGES/messages.po
tests/conftest.py
tests/helpers.py
tests/test_api.py
tests/test_forms.py
tests/test_invenio_userprofile.py
tests/test_models.py
tests/test_validators.py
tests/test_views.py