Metadata-Version: 2.4
Name: invenio-vcs
Version: 0.3.4
Summary: Invenio module that adds VCS integration to the platform.
Project-URL: Homepage, https://github.com/inveniosoftware/invenio-vcs
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: github,gitlab,invenio,vcs
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: click>=8.1.8
Requires-Dist: email-validator>=1.0.5
Requires-Dist: flask-menu<3.0.0,>=2.0.0
Requires-Dist: github3-py<5.0.0,>=4.0.1
Requires-Dist: humanize>=0.5.1
Requires-Dist: invenio-accounts<9.0.0,>=8.0.0
Requires-Dist: invenio-assets<5.0.0,>=4.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-jobs<11.0.0,>=10.0.0
Requires-Dist: invenio-notifications<2.0.0,>=1.0.0
Requires-Dist: invenio-oauth2server<6.0.0,>=5.0.0
Requires-Dist: invenio-oauthclient<9.0.0,>=8.0.0
Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
Requires-Dist: invenio-records-resources<11.0.0,>=10.0.0
Requires-Dist: invenio-records-rest<6.0.0,>=5.0.0
Requires-Dist: invenio-users-resources<13.0.0,>=12.0.0
Requires-Dist: invenio-webhooks<4.0.0,>=3.0.0
Requires-Dist: mistune>=0.7.2
Requires-Dist: python-dateutil<3.0.0,>=2.9.0
Requires-Dist: python-gitlab<7.0.0,>=6.2.0
Requires-Dist: pyyaml>=5.4.1
Requires-Dist: six>=1.12.0
Requires-Dist: uritemplate>=3.0.1
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'
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<6.0.0,>=5.0.0; extra == 'tests'
Requires-Dist: isort>=4.2.2; extra == 'tests'
Requires-Dist: pytest-black>=0.6.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'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2023-2026 CERN.
    SPDX-License-Identifier: MIT

================
 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/
