Metadata-Version: 2.4
Name: pygerrit2
Version: 2.0.15
Summary: Client library for interacting with Gerrit's REST API
Home-page: https://github.com/dpursehouse/pygerrit2
Author: David Pursehouse
Author-email: david.pursehouse@gmail.com
License: The MIT License
Keywords: gerrit rest http api client
Platform: POSIX, Unix, MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pbr>=0.8.0
Requires-Dist: requests>=2.20.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

Pygerrit2 - Client library for interacting with Gerrit Code Review's REST API
=============================================================================

.. image:: https://img.shields.io/pypi/v/pygerrit2.svg

.. image:: https://img.shields.io/pypi/l/pygerrit2.svg

.. image:: https://travis-ci.org/dpursehouse/pygerrit2.svg?branch=master

.. image:: https://api.dependabot.com/badges/status?host=github&repo=dpursehouse/pygerrit2

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

Pygerrit2 provides a simple interface for clients to interact with
`Gerrit Code Review`_ via the REST API.

Copyright and License
---------------------

Copyright 2011 Sony Ericsson Mobile Communications. All rights reserved.

Copyright 2012 Sony Mobile Communications. All rights reserved.

Copyright 2016 David Pursehouse. All rights reserved.

Licensed under The MIT License.  Please refer to the `LICENSE`_ file for full
license details.

.. _`Gerrit Code Review`: https://gerritcodereview.com/
.. _LICENSE: https://github.com/dpursehouse/pygerrit2/blob/master/LICENSE

