|
7 months ago | |
---|---|---|
doc | 4 years ago | |
gerritlib | 1 year ago | |
.gitignore | 1 year ago | |
.gitreview | 7 months ago | |
.testr.conf | 3 years ago | |
CONTRIBUTING.rst | 8 months ago | |
LICENSE | 5 years ago | |
MANIFEST.in | 7 years ago | |
README.rst | 4 years ago | |
requirements.txt | 2 years ago | |
setup.cfg | 4 years ago | |
setup.py | 6 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 1 year ago |
Gerritlib is a Python library for interacting with Gerrit. It aims to provide a more conventionally pythonic way of managing a Gerrit instance.
To install:
$ sudo python setup.py install
Online documentation:
Bug report:
Repository:
Cloning:
git clone https://git.openstack.org/openstack-infra/gerritlib
Patches are submitted via Gerrit at:
Please do not submit GitHub pull requests, they will be automatically closed.
More details on how you can contribute is available on our wiki at:
We ask that all code submissions be pep8 and pyflakes clean. The easiest way to do that is to run tox before submitting code for review in Gerrit. It will run pep8
and pyflakes
in the same manner as the automated test suite that will run on proposed patchsets.
Then install the required python packages using pip:
$ sudo pip install gerritlib