Metadata-Version: 2.4
Name: invenio-userprofiles
Version: 7.0.1
Summary: User profiles module for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-userprofiles
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: account,invenio,profile,user
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Provides-Extra: admin
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

=====================
 Invenio-UserProfiles
=====================

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-userprofiles.svg
        :target: https://github.com/inveniosoftware/invenio-userprofiles/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-userprofiles/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-userprofiles/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-userprofiles.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-userprofiles

.. image:: https://img.shields.io/pypi/v/invenio-userprofiles.svg
        :target: https://pypi.org/pypi/invenio-userprofiles

User profiles module for Invenio.

Features:

- Editing and managing user profiles (username, full name).
- Extends the user registration form provided by Invenio-Accounts.
- Resending user verification emails.
- Administration interface for user profiles.

Further documentation available on https://invenio-userprofiles.readthedocs.io/
