Metadata-Version: 2.1
Name: invenio-config-tugraz
Version: 0.10.4
Summary: "Invenio module that adds tugraz configs."
Home-page: https://github.com/tu-graz-library/invenio-config-tugraz
Author: "Graz University of Technology"
Author-email: info@tugraz.at
License: MIT
Keywords: invenio config TU-Graz
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8
Provides-Extra: tests
License-File: LICENSE
License-File: AUTHORS.rst

..
    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.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.


