Metadata-Version: 2.4
Name: invenio-github
Version: 7.1.1
Summary: Invenio module that adds GitHub integration to the platform.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-github
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: github,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
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<10.0.0,>=9.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<3.0.0,>=2.2.0
Requires-Dist: invenio-formatter<6.0.0,>=5.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: invenio-oauth2server<7.0.0,>=6.0.0
Requires-Dist: invenio-oauthclient<10.0.0,>=9.0.0
Requires-Dist: invenio-pidstore<5.0.0,>=4.0.0
Requires-Dist: invenio-records-resources<12.0.0,>=11.0.0
Requires-Dist: invenio-records-rest<7.0.0,>=6.0.0
Requires-Dist: invenio-webhooks<5.0.0,>=4.0.0
Requires-Dist: mistune>=0.7.2
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.2.0; extra == 'tests'
Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0; extra == 'tests'
Requires-Dist: isort>=4.2.2; extra == 'tests'
Requires-Dist: mock>=2.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.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

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

    Invenio is free software; you can redistribute it
    and/or modify it under the terms of the GNU General Public License as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.

    Invenio is distributed in the hope that it will be
    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Invenio; if not, write to the
    Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
    MA 02111-1307, USA.

    In applying this license, CERN does not
    waive the privileges and immunities granted to it by virtue of its status
    as an Intergovernmental Organization or submit itself to any jurisdiction.

================
 Invenio-GitHub
================

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

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

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

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

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


Invenio module that adds GitHub integration to the platform.

*This is an experimental developer preview release.*

* Free software: GPLv2 license
* Documentation: https://invenio-github.readthedocs.io/
