Metadata-Version: 2.1
Name: repository-cli
Version: 0.4.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: Programming Language :: Python :: 3.11
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.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.


