Metadata-Version: 2.4
Name: invenio-vcs
Version: 0.0.1
Summary: "Invenio module that adds VCS integration to the platform."
Home-page: https://github.com/inveniosoftware/invenio-vcs
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio github gitlab vcs
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Flask-Menu<3.0.0,>=2.0.0
Requires-Dist: PyYAML>=5.4.1
Requires-Dist: email-validator>=1.0.5
Requires-Dist: humanize>=0.5.1
Requires-Dist: python-dateutil<3.0.0,>=2.9.0
Requires-Dist: invenio-assets<5.0.0,>=4.0.0
Requires-Dist: invenio-accounts<8.0.0,>=7.0.0
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.0.0
Requires-Dist: invenio-formatter<5.0.0,>=4.0.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: invenio-oauth2server<5.0.0,>=4.0.0
Requires-Dist: invenio-oauthclient<8.0.0,>=7.0.0
Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
Requires-Dist: invenio-records-rest<5.0.0,>=4.0.0
Requires-Dist: invenio-webhooks<3.0.0,>=2.0.0
Requires-Dist: invenio-records-resources<10.0.0,>=9.0.0
Requires-Dist: invenio-notifications<2.0.0,>=1.0.0
Requires-Dist: invenio-users-resources<11.0.0,>=10.0.0
Requires-Dist: invenio-jobs<9.0.0,>=7.0.0
Requires-Dist: mistune>=0.7.2
Requires-Dist: six>=1.12.0
Requires-Dist: uritemplate>=3.0.1
Requires-Dist: click>=8.1.8
Requires-Dist: github3.py<5.0.0,>=4.0.1
Requires-Dist: python-gitlab<7.0.0,>=6.2.0
Provides-Extra: tests
Requires-Dist: httpretty>=0.8.14; extra == "tests"
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: invenio-files-rest<5.0.0,>=4.0.0; extra == "tests"
Requires-Dist: isort>=4.2.2; 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: pytest-mock>=2.0.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

..
    This file is part of Invenio-VCS.
    Copyright (C) 2023-2026 CERN.

    Invenio-VCS 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-VCS
================

.. image:: https://img.shields.io/travis/inveniosoftware/invenio-vcs.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-vcs

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-vcs.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-vcs

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

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

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


Invenio module that adds VCS integration to the platform.

This module derives from the `Invenio GitHub`_ module, but is nearly fully rewritten and not
backward compatible. Please refer to the upgrade guide to transition your instance to this
new module.

.. _Invenio GitHub: https://github.com/inveniosoftware/invenio-github

*This is an experimental developer preview release.*

* Free software: MIT license
* Documentation: https://invenio-vcs.readthedocs.io/

..
    This file is part of Invenio-VCS.
    Copyright (C) 2016-2026 CERN.
    Copyright (C) 2024-2026 Graz University of Technology.

    Invenio-VCS 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 0.0.1 (release 2026-04-01)

- initial release
