Metadata-Version: 2.1
Name: repository-cli
Version: 0.9.0
Summary: "CLI utilities for TU Graz Repository."
Home-page: https://github.com/inveniosoftware/repository-cli
Author: Graz University of Technology
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio repository cli
Platform: any
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Provides-Extra: tests
License-File: LICENSE
License-File: AUTHORS.rst

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

    repository-cli is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

================
 repository-cli
================

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

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

.. image:: https://img.shields.io/pypi/dm/repository-cli.svg
        :target: https://pypi.python.org/pypi/repository-cli

.. image:: https://img.shields.io/github/license/tu-graz-library/repository-cli.svg
        :target: https://github.com/tu-graz-library/repository-cli/blob/main/LICENSE

.. image:: https://readthedocs.org/projects/repository-cli/badge/?version=latest
        :target: https://repository-cli.readthedocs.io/en/latest/?badge=latest


CLI utilities for TU Graz Repository

Further documentation is available on
https://repository-cli.readthedocs.io/

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

    repository-cli 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.9.0 (release 2023-07-31)

- records: add data_model parameter
- typing: use new optional syntax
- service: add lom service
- global: update ruff


Version v0.8.1 (release 2023-06-07)

- refactor: move json validation into JSON
- refactor: get_record_or_draft


Version v0.8.0 (release 2023-06-01)

- records: make arguments ready for drafts too
- records: add argument delete-file


Version v0.7.0 (release 2023-05-30)

- test: fix and pin due flask-babelex
- records: separate replace-file from add-file
- fix: black color on black background, bad
- types: otherwise it is not working with 3.9
- global: migrate to ruff


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

- cli: add command publish
- cli: add record_id parameter to modify-access


Version v0.5.0 (release 2023-03-08)

- setup: remove python 3.11
- records: add command modify-access
- records: change add-file command to common pattern


Version v0.4.0 (release 2023-02-09)

- setup: add pylint and bandit
- feature: add parameter add-metadata-to-records
- refactor: add decorator without brackets
- refactor: remove two character long forms
- change: empty output not shown for list
- change: command list output_file required=False
- refactor:
- refactor: make count datamodel independent
- refactor: removed directory cli


Version v0.3.1 (release 2023-02-01)

- setup: move jq and tabulate to install require


Version v0.3.0 (release 2023-01-31)

- improve: add explicit raised RuntimeError
- record: add parameters to list_records
- users: change to table output
- refactor: add Color class
- refactor
- fix: tests


Version v0.2.0 (release 2023-01-20)

- add files enabled check
- add data_model param and marc21 service
- add add_file command
- setup: update to newer infrastructure
- add .git-blame-ignore-revs
- migrate to use black as opinionated auto formater
- migrate setup.py to setup.cfg
- feature: add delete-draft command
- dep: bump invenio_app_rdm (#27)
- tests: add test cases for cli commands (#25)
- cli: adds command for pids
- Rename records command (#23)
- bugfix: build readthedocs doc: setup documentation for click commands closes #14
- global: cleanup
- global: refactor comments/strings.
- cli: show number of rdmrecords.


Version 0.1.0 (released TBD)

- Initial public release.


