..
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.
Copyright (C) 2024 Graz University of Technology.
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 4.0.0 (released 2024-12-04)
- tests: apply changes for sqlalchemy>=2.0
- setup: bump major dependencies
Version 3.0.1 (release 2024-11-30)
- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations
- tests: check existing username case-insensitive
Version 3.0.0 (released 2024-03-22)
- breaking change: remove breadcrumbs usage
- global: migrate to (api) finalize_app
(remove deprecation for `before_first_request`)
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": null,
"docs_url": "https://pythonhosted.org/invenio-userprofiles/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio profile account user",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/d1/1c/098269d493ea12be40f0eb0f0447220885f3ab1ffbcc4936bd1c5fe34b15/invenio_userprofiles-4.0.0.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 Copyright (C) 2024 Graz University of Technology.\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 4.0.0 (released 2024-12-04)\n\n- tests: apply changes for sqlalchemy>=2.0\n- setup: bump major dependencies\n\nVersion 3.0.1 (release 2024-11-30)\n\n- setup: change to reusable workflows\n- setup: pin dependencies\n- i18n:push translations\n- tests: check existing username case-insensitive\n\nVersion 3.0.0 (released 2024-03-22)\n\n- breaking change: remove breadcrumbs usage\n- global: migrate to (api) finalize_app\n (remove deprecation for `before_first_request`)\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",
"bugtrack_url": null,
"license": "MIT",
"summary": "User profiles module for Invenio.",
"version": "4.0.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-userprofiles"
},
"split_keywords": [
"invenio",
"profile",
"account",
"user"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6aa1aa0f6be08cf320a18091a338addf300e17873477aaaffd655cb5e1c67412",
"md5": "e046cbf8194d3cc993104aef26852a24",
"sha256": "0708c82864e359a64a2d9a6402169f816cd8d297f5c7d865b748d8353afefb37"
},
"downloads": -1,
"filename": "invenio_userprofiles-4.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e046cbf8194d3cc993104aef26852a24",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 152269,
"upload_time": "2024-12-04T22:41:12",
"upload_time_iso_8601": "2024-12-04T22:41:12.733999Z",
"url": "https://files.pythonhosted.org/packages/6a/a1/aa0f6be08cf320a18091a338addf300e17873477aaaffd655cb5e1c67412/invenio_userprofiles-4.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d11c098269d493ea12be40f0eb0f0447220885f3ab1ffbcc4936bd1c5fe34b15",
"md5": "a854a823a90882a76b1e67a1db947a2b",
"sha256": "ad7183ec5f85f86fe6b2969f9ea7056ada24066452560ffb780f820cbce1693c"
},
"downloads": -1,
"filename": "invenio_userprofiles-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "a854a823a90882a76b1e67a1db947a2b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 62578,
"upload_time": "2024-12-04T22:41:13",
"upload_time_iso_8601": "2024-12-04T22:41:13.886670Z",
"url": "https://files.pythonhosted.org/packages/d1/1c/098269d493ea12be40f0eb0f0447220885f3ab1ffbcc4936bd1c5fe34b15/invenio_userprofiles-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 22:41:13",
"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"
}