Metadata-Version: 2.4
Name: invenio-audit-logs
Version: 1.0.0.dev0
Summary: Module providing audit logging features for Invenio.
Home-page: https://github.com/inveniosoftware/invenio-audit-logs
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: invenio-indexer<4.0.0,>=3.1.0
Requires-Dist: invenio-records-resources<8.0.0,>=7.0.0
Requires-Dist: invenio-administration<4.0.0,>=3.1.0
Requires-Dist: invenio-accounts<7.0.0,>=6.0.0
Provides-Extra: tests
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: invenio-db<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: invenio-app<3.0.0,>=2.1.0; extra == "tests"
Requires-Dist: invenio-indexer<4.0.0,>=3.1.0; extra == "tests"
Requires-Dist: Sphinx>=4.5.0; extra == "tests"
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == "elasticsearch7"
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == "opensearch1"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
Dynamic: license-file

..
    Copyright (C) 2025 CERN.

    Invenio-Audit-Logs 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-Audit-Logs
====================

.. image:: https://github.com/inveniosoftware/invenio-audit-logs/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-audit-logs/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-audit-logs.svg
        :target: https://github.com/inveniosoftware/invenio-audit-logs/releases

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

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-audit-logs.svg
        :target: https://github.com/inveniosoftware/invenio-audit-logs/blob/master/LICENSE

Module providing audit logging features for Invenio.

TODO: Please provide feature overview of module

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

..
    Copyright (C) 2025 CERN.

    Invenio-Audit-Logs 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 1.0.0.dev0 (released 2025-04-28)

- Initial dev release.
