..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
=====================
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/
..
This file is part of Invenio.
Copyright (C) 2015-2023 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Changes
=======
Version 2.3.1 (released 2023-10-20)
- email: case-insensitive comparison of user email
Version 2.3.0 (released 2023-07-31)
- settings profile: Update buttons with labeled styling and a11y fixes
- alembic: fix recipe based on latest sqlalchemy-continuum
- pull translations
Version 2.2.1 (released 2023-05-26)
- fix styling for locale preferences field
Version 2.2.0 (released 2023-04-25)
- add locale to user profile preferences
Version 2.1.0 (released 2023-03-02)
- remove deprecated flask_babelex imports
- install invenio_i18n explicitly
Version 2.0.5 (released 2022-12-14)
- forms: add helper for preferences form
Version 2.0.4 (released 2022-11-21)
- add translations
Version 2.0.3 (released 2022-07-08)
- add redirection on user profile form submit
- allow updating preferences for read only profiles
Version 2.0.2 (released 2022-07-01)
- Style radio buttons and remove dotted bullet points in settings page.
Version 2.0.1 (released 2022-06-10)
- Fixes the Alembic recipe dependency for removing the userprofiles table.
Version 2.0.0 (released 2022-05-23)
- Changes the profile backend to use the new Invenio-Accounts 2.0 profile
field instead of a separate database table.
- Adds support for allowing users to change their visibility settings.
Version 1.2.4 (released 2021-10-18)
- Unpin Flask 2
Version 1.2.3 (released 2021-07-12)
- Adds german translations
Version 1.2.2 (released 2021-05-17)
- Add config option to make user profiles form read-only
Version 1.2.1 (released 2020-12-17)
- Add theme dependent icons.
Version 1.2.0 (released 2020-12-09)
- Marked strings for translation
- Added Turkish translation
- Changes `cancel` button's color
- Integrates Semantic-UI templates
- Removes example app
Version 1.1.1 (released 2020-05-11)
- Minimum version of Invenio-Accounts bumped to v1.2.1 due WTForms moving the
email validation to an optional dependency
Version 1.1.0 (released 2020-03-11)
- Change Flask dependency management to invenio-base
- drop Python 2.7 support
Version 1.0.1 (released 2018-05-25)
- Flask v1.0 support.
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-userprofiles",
"name": "invenio-userprofiles",
"maintainer": "",
"docs_url": "https://pythonhosted.org/invenio-userprofiles/",
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "invenio profile account user",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/1b/b3/873a28fa5db2e8542bb3f8d144840a340aef67cc09cbc26ca32fa9cbe314/invenio-userprofiles-2.3.1.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n=====================\n Invenio-UserProfiles\n=====================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-userprofiles.svg\n :target: https://github.com/inveniosoftware/invenio-userprofiles/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-userprofiles/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-userprofiles/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-userprofiles.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-userprofiles\n\n.. image:: https://img.shields.io/pypi/v/invenio-userprofiles.svg\n :target: https://pypi.org/pypi/invenio-userprofiles\n\nUser profiles module for Invenio.\n\nFeatures:\n\n- Editing and managing user profiles (username, full name).\n- Extends the user registration form provided by Invenio-Accounts.\n- Resending user verification emails.\n- Administration interface for user profiles.\n\nFurther documentation available on https://invenio-userprofiles.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2023 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion 2.3.1 (released 2023-10-20)\n\n- email: case-insensitive comparison of user email\n\nVersion 2.3.0 (released 2023-07-31)\n\n- settings profile: Update buttons with labeled styling and a11y fixes\n- alembic: fix recipe based on latest sqlalchemy-continuum\n- pull translations\n\nVersion 2.2.1 (released 2023-05-26)\n\n- fix styling for locale preferences field\n\nVersion 2.2.0 (released 2023-04-25)\n\n- add locale to user profile preferences\n\nVersion 2.1.0 (released 2023-03-02)\n\n- remove deprecated flask_babelex imports\n- install invenio_i18n explicitly\n\nVersion 2.0.5 (released 2022-12-14)\n\n- forms: add helper for preferences form\n\nVersion 2.0.4 (released 2022-11-21)\n\n- add translations\n\nVersion 2.0.3 (released 2022-07-08)\n\n- add redirection on user profile form submit\n- allow updating preferences for read only profiles\n\nVersion 2.0.2 (released 2022-07-01)\n\n- Style radio buttons and remove dotted bullet points in settings page.\n\nVersion 2.0.1 (released 2022-06-10)\n\n- Fixes the Alembic recipe dependency for removing the userprofiles table.\n\nVersion 2.0.0 (released 2022-05-23)\n\n- Changes the profile backend to use the new Invenio-Accounts 2.0 profile\n field instead of a separate database table.\n\n- Adds support for allowing users to change their visibility settings.\n\nVersion 1.2.4 (released 2021-10-18)\n\n- Unpin Flask 2\n\nVersion 1.2.3 (released 2021-07-12)\n\n- Adds german translations\n\nVersion 1.2.2 (released 2021-05-17)\n\n- Add config option to make user profiles form read-only\n\nVersion 1.2.1 (released 2020-12-17)\n\n- Add theme dependent icons.\n\nVersion 1.2.0 (released 2020-12-09)\n\n- Marked strings for translation\n- Added Turkish translation\n- Changes `cancel` button's color\n- Integrates Semantic-UI templates\n- Removes example app\n\nVersion 1.1.1 (released 2020-05-11)\n\n- Minimum version of Invenio-Accounts bumped to v1.2.1 due WTForms moving the\n email validation to an optional dependency\n\nVersion 1.1.0 (released 2020-03-11)\n\n- Change Flask dependency management to invenio-base\n- drop Python 2.7 support\n\nVersion 1.0.1 (released 2018-05-25)\n\n- Flask v1.0 support.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "User profiles module for Invenio.",
"version": "2.3.1",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-userprofiles"
},
"split_keywords": [
"invenio",
"profile",
"account",
"user"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d7d5dfa877e953bd5477c3a975a76538b0eb3f07eb163ce5a6b92164059fdb1a",
"md5": "de87f70f93d639ac50d5bc405e39895c",
"sha256": "ea8c25a08f9e55d6ee6e92571d84b7e4cde58c53e620f74b5215e0ecd97b392d"
},
"downloads": -1,
"filename": "invenio_userprofiles-2.3.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "de87f70f93d639ac50d5bc405e39895c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 151935,
"upload_time": "2023-10-20T14:21:17",
"upload_time_iso_8601": "2023-10-20T14:21:17.842830Z",
"url": "https://files.pythonhosted.org/packages/d7/d5/dfa877e953bd5477c3a975a76538b0eb3f07eb163ce5a6b92164059fdb1a/invenio_userprofiles-2.3.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1bb3873a28fa5db2e8542bb3f8d144840a340aef67cc09cbc26ca32fa9cbe314",
"md5": "15a6fbf8c68624e9693d13cb965714e6",
"sha256": "d1470af68f72c0b1e9d79c425a51aa6250bb193b140639b92a45c748c02fb4eb"
},
"downloads": -1,
"filename": "invenio-userprofiles-2.3.1.tar.gz",
"has_sig": false,
"md5_digest": "15a6fbf8c68624e9693d13cb965714e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 56146,
"upload_time": "2023-10-20T14:21:21",
"upload_time_iso_8601": "2023-10-20T14:21:21.268541Z",
"url": "https://files.pythonhosted.org/packages/1b/b3/873a28fa5db2e8542bb3f8d144840a340aef67cc09cbc26ca32fa9cbe314/invenio-userprofiles-2.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 14:21:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-userprofiles",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-userprofiles"
}