Skip to main content

Utility for writing Gerrit Hooks in python

Project description

# Gerrit Hooks Interfaces

This library provides argumentparsers for gerrit's hooks-plugin's hook files.

It allows developers to get started with gerrit hooks faster, by
getting the parsing of command-line arguments for the various hook types
out of the way.

All hooks are supported.

# Installation

```
pip install gerrit-hooks
```

# Usage

Writing hooks using gerrit-hooks' argparsers is easy:

```python
> gerrit/hooks/comment-added

#!/usr/bin/env/python3
import gerrit_hooks

parser = gerrit_hooks.build_parser_for(gerrit_hooks.COMMENT_ADDED)

options = parser.parse()

print("Change ID: {}".format(options.change))
...

```


# Resources

## Gerrit Hooks Plugin Repository:

https://gerrit-review.googlesource.com/admin/repos/plugins%2Fhooks


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gerrit_hooks-1.0.0b0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page