Metadata-Version: 2.1
Name: invenio-utilities-tuw
Version: 2022.2.2
Summary: Some utilities for InvenioRDM.
Home-page: https://gitlab.tuwien.ac.at/fairdata/invenio-utilities-tuw
Author: TU Wien
Author-email: tudata@tuwien.ac.at
License: MIT
Keywords: invenio utilities tu wien
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 4 - Beta
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

..
    Copyright (C) 2020 - 2021 TU Wien.

    Invenio-Utilities-TUW 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-Utilities-TUW
=======================

.. image:: https://img.shields.io/github/tag/fair-data-austria/invenio-utilities-tuw.svg
        :target: https://github.com/fair-data-austria/invenio-utilities-tuw/releases

.. image:: https://img.shields.io/github/license/fair-data-austria/invenio-utilities-tuw.svg
        :target: https://github.com/fair-data-austria/invenio-utilities-tuw/blob/master/LICENSE

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


Some CLI utilities (``invenio tuw ...``) for InvenioRDM of varying quality and usefulness.

Features:

* create, update and publish drafts and records
* list records and drafts accessible to certain users
* manage deposited files for drafts
* list registered users
* etc.


..
    Copyright (C) 2020 - 2021 TU Wien.

    Invenio-Utilities-TUW 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 2022.2 (released 2022-07-19, updated 2022-08-26)

- v9 compat: Replace usage of user.profile with user.user_profile
- Add CLI command for showing users' API tokens
- Add CLI command for calling all known services' ``rebuild_index()``


Version 2022.1 (released 2022-03-25, updated 2022-07-04)

- Rename old 'orphans' subcommand for files to 'zombies'
- Add 'orphans' subcommand for files that operates on orphaned DB entries
- Add command to verify the integrity of all files
- Update file verification commands for drafts and records
- Automatically increase bucket limits when adding files to drafts


Version 2021.2 (released 2021-12-07, updated 2021-12-15)

- Bump dependencies (InvenioRDM v7)
- Add option to show/hide users' full names


Version 2021.1 (released 2021-07-15)

- Initial public release.
