Metadata-Version: 2.1
Name: gerritbot
Version: 0.4.1.dev37
Summary: Gerrit IRC Bot
Home-page: http://docs.openstack.org/infra/system-config/
Author: OpenStack Infrastructure Team
Author-email: openstack-infra@lists.openstack.org
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE
Requires-Dist: gerritlib>=0.10.0
Requires-Dist: irc==18.0.0
Requires-Dist: pyyaml
Requires-Dist: python-daemon
Requires-Dist: paho-mqtt>=1.2
Requires-Dist: ib3

=========
GerritBot
=========

Gerritbot is an IRC bot that will notify IRC channels of Gerrit events.

To install::

    $ sudo python setup.py install

Online documentation:

 * http://docs.openstack.org/infra/system-config/gerrit.html#gerrit-irc-bot

Developers
==========

Report bugs:

 * https://storyboard.openstack.org/#!/project/717

Browse code:

 * https://git.openstack.org/cgit/openstack-infra/gerritbot/tree/

Clone:

 * https://git.openstack.org/openstack-infra/gerritbot

Submit patches via Gerrit at:

 * https://review.openstack.org/

More details on how you can contribute is available on our wiki at:

 * http://wiki.openstack.org/HowToContribute

License
=======

Copyright 2011 OpenStack, LLC
Copyright 2012-2013 Hewlett-Packard Development Company, L.P.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

