Metadata-Version: 2.4
Name: invenio-campusonline
Version: 0.6.0
Summary: "The module is used to import/export from/to the CampusOnline System."
Home-page: https://github.com/tu-graz-library/invenio-campusonline
Author: Graz University of Technology
Author-email: info@tugraz.at
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.12
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click>=8.0.0
Requires-Dist: click-params>=0.4.0
Requires-Dist: invenio-access>=2.0.0
Requires-Dist: invenio-accounts>=3.0.0
Requires-Dist: invenio-celery>=1.2.5
Requires-Dist: invenio-jobs>=3.0.0
Requires-Dist: requests>=2.0.0
Provides-Extra: tests
Requires-Dist: invenio-app>=2.0.0; extra == "tests"
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: pytest-invenio>=1.4.0; extra == "tests"
Requires-Dist: ruff>=0.2.1; extra == "tests"
Requires-Dist: sphinx>=4.5; extra == "tests"
Dynamic: license-file

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

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

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

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

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

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

This module is used to import/export from/to the CampusOnline System.

TODO: Please provide feature overview of module

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

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

    invenio-campusonline 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.6.0 (release 2025-04-29)

- chore: maintenance
- setup: add python 3.13 support
- global: add import job


Version v0.5.0 (release 2024-07-19)

- setup: moved to support python3.12 only
- fix: proxy ParseError


Version v0.4.4 (release 2024-04-24)

- fix: change not applied to all places


Version v0.4.3 (release 2024-03-14)

- fix: cli used wrong cms api words


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

- fix: parameter ordering
- fix: copy paste error


Version v0.4.1 (release 2024-03-08)

- fix: wrong name


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

- setup: remove unused dependency
- setup: add support for python3.12
- fix: tests, indentation is a problem
- fix: missing function
- setup: move ruff configuration
- refactor: finalize it of last two commits
- refactor: follow up of the previous commit
- refactor: to use service structure
- types: remove state from ThesisFilter


Version v0.3.0 (release 2023-11-03)

- cli: add command duplicate-check
- setup: increase min python version
- cli: add command set_status
- ruff: remove todos
- cli: add full sync command
- ruff rules update


Version v0.2.0 (release 2023-05-25)

- utils: implement get_embargo_range
- setup: migrate to ruff


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

- cli: move to secho way from logger


Version v0.1.1 (release 2023-01-11)

- setup: remove python3.8 add python3.11 support
- setup: remove translation config


Version v0.1.0 (release 2023-01-11)




Version 0.1.0 (released TBD)

- Initial public release.
