Metadata-Version: 2.4
Name: invenio-alma
Version: 0.13.3
Summary: "Provides API for Alma."
Home-page: https://github.com/tu-graz-library/invenio-alma
Author: Graz University of Technology.
Author-email: info@inveniosoftware.org
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click>=7.0.0
Requires-Dist: click-option-group>=0.5.3
Requires-Dist: flask-resources>=1.2.0
Requires-Dist: invenio-access>=2.0.0
Requires-Dist: invenio-accounts>=3.0.0
Requires-Dist: invenio-jobs>=3.0.0
Requires-Dist: requests>=2.0.0
Provides-Extra: tests
Requires-Dist: invenio-app>=1.5.0; extra == "tests"
Requires-Dist: invenio-cache>=1.1.0; extra == "tests"
Requires-Dist: invenio-search[opensearch2]>=2.1.0; extra == "tests"
Requires-Dist: pytest-invenio>=1.4.3; extra == "tests"
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: ruff>=0.0.263; extra == "tests"
Requires-Dist: Sphinx>=4.2.0; extra == "tests"
Dynamic: license-file

..
    Copyright (C) 2021 Graz University of Technology.

    invenio-alma 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-alma
==============

.. image:: https://github.com/tu-graz-library/invenio-alma/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-alma/actions?query=workflow%3ACI

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

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

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

Invenio module to connect InvenioRDM to Alma

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

..
    Copyright (C) 2021 Graz University of Technology.

    invenio-alma 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.13.3 (release 2025-06-14)

- fix: missing logging output


Version v0.13.2 (release 2025-06-10)

- fix(jobs): add customization of workflow


Version v0.13.1 (release 2025-05-07)

- jobs: add logger info
- fix: update default configuration variables


Version v0.13.0 (release 2025-04-29)

- chore: maintenance
- global: add jobs
- setup: add python3.13 support
- chore: fix ruff errors
- refactor: cli


Version v0.12.0 (release 2024-10-28)

- global: remove dependency to marc21


Version v0.11.3 (release 2024-07-05)

- setup: move to python3.12 only support
- services: increase timeout


Version v0.11.2 (release 2024-04-23)

- ext: init configuration
- setup: add python3.12 support


Version v0.11.1 (release 2024-03-12)

- fix: tasks aggregator should be singular


Version v0.11.0 (release 2024-02-27)

- do: ruff suggested change
- fix: missing function get_user_by_email
- cli: add option --keep-access-as-is
- setup: readd invenio-records-marc21
- global: remove invenio-records-marc21 dep
- refactor
- tasks: add custom import_func feature


Version v0.10.2 (release 2023-09-25)

- cli: add embargo to import


Version v0.10.1 (release 2023-09-14)

- fix: refactor code to use secho instead to logger


Version v0.10.0 (release 2023-09-12)

- cli: rename command
- cli: update import_record
- ruff: update
- fix: missed update of refactoring
- cli: rename sru command
- ruff: update


Version v0.9.1 (release 2023-05-26)

- fix: changed api not applied


Version v0.9.0 (release 2023-05-26)

- ruff: add to ignore
- cli: make update func customizable


Version v0.8.2 (release 2023-05-01)

- ext: revert last change


Version v0.8.1 (release 2023-05-01)

- setup: add forgotten ruff configuration
- ext: mock the resource and service properties
- setup: re-add isort configuration


Version v0.8.0 (release 2023-04-29)

- ext: add existence check before resource creation
- global: use ruff instead of pylint
- global: add services to export
- tasks: add option to use update func
- sru: add search_key on the search


Version v0.7.6 (release 2023-04-26)

- fix: remove variable check


Version v0.7.5 (release 2023-04-26)

- create: add read permission
- feature: add item api


Version v0.7.4 (release 2023-01-26)

- fix: handle read timeout


Version v0.7.3 (release 2023-01-26)

- fix: xml does not have xpath
- cli: add cms_id to create alma-record


Version v0.7.2 (release 2023-01-19)

- fix: initialization check not possible


Version v0.7.1 (release 2023-01-13)

- setup: remove for now translations


Version v0.7.0 (release 2023-01-13)

- setup: remove python3.8 add python3.11 support
- utils: catch possible Exception
- fixes:
- global: add type hints and documentation
- theses: remove not used configuration
- theses: add duplicate check
- fix: creating records has to use rest
- setup: add celery task and translations
- fix: various errors brought up by running tests
- global: refactore plus add config variables
- global: refactore and change functionality
- cli: add command update repository record
- improve: update metadata by return of alma
- cli: implement alma create record
- service: refactore
- api: move functions to other packages


Version v0.6.0 (release 2022-10-17)

- global: migrate to reusable workflows
- setup: migrate to opensearch2


Version v0.5.0 (release 2022-10-02)

- change: add timeout to requests.(get|put)
- fix: invenio_search.engine hides used search tool
- global: add supported python versions
- global: move to reusable workflows
- global: migrate from elasticsearch to opensearch
- fix AlmaAPIError missing paramete use
- harmonize the alma service error messages
- use for duplicate error message same structure as for the others


Version v0.4.4 (release 2022-08-03)

- improve duplicate output by adding the repository id
- fix RequestError problem, by handling the error


Version v0.4.3 (release 2022-08-02)

- add ac number to the success output
- fix ValidationError problem


Version v0.4.2 (release 2022-08-02)

- remove no_self_use, pylint Closes #5502
- fix elasticsearch ConnectionTimeout import
- fix sphinx language


Version v0.4.1 (release 2022-08-02)

- fix elasticsearch ConnectionTimeout problem


Version 0.1.0 (released TBD)

- Initial public release.
