Library for Gerrit
Go to file
Robert Collins edb43f70f4 Allow ctrl-Cing gerritlib programs.
If the GerritWatcher thread is not set as daemon, the program won't
exit when the main thread exits. This is usually undesirable.

As part of making the thread be a daemon, I've moved the ownership of
threading logic to the gerrit startWatching method, decoupling
GerritWatcher's logic from the implementation detail of being a thread
(vs a co-process etc).

Change-Id: Ib28d5bfec47d2c4c88b99e07dec50ee4dd0104bf
2013-10-08 09:13:10 +13:00
gerritlib Allow ctrl-Cing gerritlib programs. 2013-10-08 09:13:10 +13:00
.gitignore Ignore editor files. 2013-10-03 10:45:10 +13:00
.gitreview Updated .gitreview location 2012-12-16 10:40:40 -08:00
LICENSE Add Apache2 license file to the project. 2012-07-11 14:36:15 -07:00
MANIFEST.in Add setup.py to project. 2012-07-11 13:00:12 -07:00
README.rst Modernize build requirements. 2013-06-02 10:46:12 -04:00
requirements.txt Modernize build requirements. 2013-06-02 10:46:12 -04:00
setup.cfg Modernize build requirements. 2013-06-02 10:46:12 -04:00
setup.py Modernize build requirements. 2013-06-02 10:46:12 -04:00
test-requirements.txt Remove dependency on distribute 2013-07-05 21:15:26 -04:00
tox.ini Modernize build requirements. 2013-06-02 10:46:12 -04:00

gerritlib

A Python library for interacting with Gerrit.