{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides a Python client library for interacting with Gerrit Code Review via its REST API, wrapping common operations on projects, changes, accounts, and groups.","skillfed_tags":["code-review","rest-api-client","gerrit"],"use_cases":["Automate project creation, configuration, and branch management in Gerrit from deployment or infrastructure scripts.","Query and update changes programmatically\u2014mark as reviewed, add hashtags, rebase, or submit\u2014from CI/CD workflows.","Manage Gerrit accounts and groups in bulk, set SSH keys, or sync user metadata from external systems.","Build custom dashboards or reporting tools that pull change and project metadata from Gerrit.","Integrate Gerrit operations into Python-based automation frameworks or bots that need to interact with code review state."],"what_it_does":"python-gerrit-api is a Python wrapper around the Gerrit Code Review REST API that lets you automate common Gerrit operations programmatically. It abstracts the HTTP layer behind a client object with methods for managing projects, changes, accounts, groups, branches, and tags\u2014operations that would otherwise require direct REST calls. The library depends only on requests and supports Python 3.6 through 3.12.\n\nYou instantiate a GerritClient with your Gerrit server URL and credentials, then call methods like client.projects.get(), client.changes.get(), or client.accounts.get() to retrieve and manipulate Gerrit entities. The library handles the endpoint routing and JSON serialization, making it practical for CI/CD pipelines, automation scripts, and tools that need to integrate with Gerrit without writing raw HTTP code.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and depends only on requests. It covers a broad surface of Gerrit operations and is stable enough for production use. Install it if you need to automate Gerrit workflows from Python."},"id":"python-gerrit-api","links":{"html":"https://skillfed.io/packages/python-gerrit-api","md":"https://skillfed.io/packages/python-gerrit-api.md","pypi":"https://pypi.org/project/python-gerrit-api/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-14","license_spdx":null,"license_treatment":"permissive","name":"python-gerrit-api","python_support":"unspecified","summary":"Python wrapper for the Gerrit REST API."},"popularity":{"monthly_downloads":408479,"position":6880,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.1.0"}
