invenio-config-tugraz


Nameinvenio-config-tugraz JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/tu-graz-library/invenio-config-tugraz
Summary"Invenio module that adds tugraz configs."
upload_time2023-11-10 08:02:29
maintainer
docs_urlNone
author"Graz University of Technology"
requires_python>=3.9
licenseMIT
keywords invenio config tu-graz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2020-2021 Graz University of Technology.

    invenio-config-tugraz 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-config-tugraz
=======================

.. image:: https://github.com/tu-graz-library/invenio-config-tugraz/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-config-tugraz/actions

.. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg
        :target: https://pypi.python.org/pypi/invenio-config-tugraz

.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-config-tugraz.svg
        :target: https://github.com/tu-graz-library/invenio-config-tugraz/releases

.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-config-tugraz.svg
        :target: https://github.com/tu-graz-library/invenio-config-tugraz/blob/master/LICENSE

.. image:: https://readthedocs.org/projects/invenio-config-tugraz/badge/?version=latest
        :target: https://invenio-config-tugraz.readthedocs.io/en/latest/?badge=latest
        
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-tugraz.svg
        :target: https://coveralls.io/r/mb-wali/invenio-config-tugraz

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black

invenio module that adds tugraz configs.

Override configs from diffrent invenio modules to meet TU Graz requirement:

* Invenio-App
* Invenio-Mail
* Invenio-shibboleth
* Invenio-accounts
* Flask-security
* Defined routes for TUG

Further documentation is available on
https://invenio-config-tugraz.readthedocs.io/

..
    Copyright (C) 2020 - 2022 Graz University of Technology.

    invenio-config-tugraz 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 v0.12.0 (release 2023-11-10)

- setup: remove python3.8 support
- global: make it compatible with v12


Version v0.11.0 (release 2023-04-20)

- global: make package compatible with v11


Version v0.10.4 (release 2023-02-10)




Version v0.10.2 (release 2023-02-02)

- change version name
- footer: update guid


Version v0.10.1 (release 2022-11-17)

- global: add function

Version 0.10.0 (released 2022-10-13)

- global: migrate to v10 (#101)

Version 0.9.1 (released 2022-05-30)

- ci(publish): ping babel version (#99)

Version 0.9.0 (released 2022-05-30)

- config: adds new introduced configs v9
- dep: compatible to v9 rdm
- config: add deposit form quota variable (#91)
- migrate setup py to cfg (#94)
- fix: update email welcome template with SITE_UI_URL (#93)

Version 0.8.4 (released 2022-03-11)

- config: use gettext

Version 0.8.3 (released 2022-03-10)

- config: fix comment & import

Version 0.8.2 (released 2022-03-03)

- config: new introduced to v8 of invenioRDM

Version 0.8.1 (released 2022-02-28)

- config: set samesite cookie to strict
- dep: bump in base dependencies

Version 0.8.0 (released 2022-02-09)

- dep: bump rdm-records version

Version 0.7.1 (released 2021-12-07)

- configs: adds new & changed configs for v7 #76

Version 0.7.0 (released 2021-12-06)

- fix: update blueprint reorder #74
- dep: upgrade rdm-records version & OAI #72

Version 0.1.0 (released TBD)

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tu-graz-library/invenio-config-tugraz",
    "name": "invenio-config-tugraz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "invenio config TU-Graz",
    "author": "\"Graz University of Technology\"",
    "author_email": "info@tugraz.at",
    "download_url": "https://files.pythonhosted.org/packages/5d/65/87c19e2ac3f6b9141be4a2456e0973b496a38a2113c76a47094e02b01e86/invenio-config-tugraz-0.12.0.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2020-2021 Graz University of Technology.\n\n    invenio-config-tugraz is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\n=======================\n invenio-config-tugraz\n=======================\n\n.. image:: https://github.com/tu-graz-library/invenio-config-tugraz/workflows/CI/badge.svg\n        :target: https://github.com/tu-graz-library/invenio-config-tugraz/actions\n\n.. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg\n        :target: https://pypi.python.org/pypi/invenio-config-tugraz\n\n.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-config-tugraz.svg\n        :target: https://github.com/tu-graz-library/invenio-config-tugraz/releases\n\n.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-config-tugraz.svg\n        :target: https://github.com/tu-graz-library/invenio-config-tugraz/blob/master/LICENSE\n\n.. image:: https://readthedocs.org/projects/invenio-config-tugraz/badge/?version=latest\n        :target: https://invenio-config-tugraz.readthedocs.io/en/latest/?badge=latest\n        \n.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-tugraz.svg\n        :target: https://coveralls.io/r/mb-wali/invenio-config-tugraz\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n\ninvenio module that adds tugraz configs.\n\nOverride configs from diffrent invenio modules to meet TU Graz requirement:\n\n* Invenio-App\n* Invenio-Mail\n* Invenio-shibboleth\n* Invenio-accounts\n* Flask-security\n* Defined routes for TUG\n\nFurther documentation is available on\nhttps://invenio-config-tugraz.readthedocs.io/\n\n..\n    Copyright (C) 2020 - 2022 Graz University of Technology.\n\n    invenio-config-tugraz is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion v0.12.0 (release 2023-11-10)\n\n- setup: remove python3.8 support\n- global: make it compatible with v12\n\n\nVersion v0.11.0 (release 2023-04-20)\n\n- global: make package compatible with v11\n\n\nVersion v0.10.4 (release 2023-02-10)\n\n\n\n\nVersion v0.10.2 (release 2023-02-02)\n\n- change version name\n- footer: update guid\n\n\nVersion v0.10.1 (release 2022-11-17)\n\n- global: add function\n\nVersion 0.10.0 (released 2022-10-13)\n\n- global: migrate to v10 (#101)\n\nVersion 0.9.1 (released 2022-05-30)\n\n- ci(publish): ping babel version (#99)\n\nVersion 0.9.0 (released 2022-05-30)\n\n- config: adds new introduced configs v9\n- dep: compatible to v9 rdm\n- config: add deposit form quota variable (#91)\n- migrate setup py to cfg (#94)\n- fix: update email welcome template with SITE_UI_URL (#93)\n\nVersion 0.8.4 (released 2022-03-11)\n\n- config: use gettext\n\nVersion 0.8.3 (released 2022-03-10)\n\n- config: fix comment & import\n\nVersion 0.8.2 (released 2022-03-03)\n\n- config: new introduced to v8 of invenioRDM\n\nVersion 0.8.1 (released 2022-02-28)\n\n- config: set samesite cookie to strict\n- dep: bump in base dependencies\n\nVersion 0.8.0 (released 2022-02-09)\n\n- dep: bump rdm-records version\n\nVersion 0.7.1 (released 2021-12-07)\n\n- configs: adds new & changed configs for v7 #76\n\nVersion 0.7.0 (released 2021-12-06)\n\n- fix: update blueprint reorder #74\n- dep: upgrade rdm-records version & OAI #72\n\nVersion 0.1.0 (released TBD)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio module that adds tugraz configs.\"",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/tu-graz-library/invenio-config-tugraz"
    },
    "split_keywords": [
        "invenio",
        "config",
        "tu-graz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f88a08fcd9825b058d641f3bc634df57061d6c723f451a1a5e3bf599d89edf1",
                "md5": "a8afb36d104f2fdc6ebd8b12dd68ed26",
                "sha256": "45ed27f5f0ffd377e2a02e36d22d74d00ffc8952aca79d1f7f39bb39493a5ceb"
            },
            "downloads": -1,
            "filename": "invenio_config_tugraz-0.12.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8afb36d104f2fdc6ebd8b12dd68ed26",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 2862905,
            "upload_time": "2023-11-10T08:02:27",
            "upload_time_iso_8601": "2023-11-10T08:02:27.250189Z",
            "url": "https://files.pythonhosted.org/packages/0f/88/a08fcd9825b058d641f3bc634df57061d6c723f451a1a5e3bf599d89edf1/invenio_config_tugraz-0.12.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d6587c19e2ac3f6b9141be4a2456e0973b496a38a2113c76a47094e02b01e86",
                "md5": "2e95349028db172bd81a2b05106d9abc",
                "sha256": "61170c48f9f55e9791ff4474a91175e108a28913e63302cfbc03494ca0b777a9"
            },
            "downloads": -1,
            "filename": "invenio-config-tugraz-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2e95349028db172bd81a2b05106d9abc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2867826,
            "upload_time": "2023-11-10T08:02:29",
            "upload_time_iso_8601": "2023-11-10T08:02:29.007982Z",
            "url": "https://files.pythonhosted.org/packages/5d/65/87c19e2ac3f6b9141be4a2456e0973b496a38a2113c76a47094e02b01e86/invenio-config-tugraz-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 08:02:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tu-graz-library",
    "github_project": "invenio-config-tugraz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-config-tugraz"
}
        
Elapsed time: 0.14310s