Metadata-Version: 2.4
Name: hcoop-meetbot
Version: 0.8.1
Summary: Plugin for Limnoria to help run IRC meetings
Project-URL: Homepage, https://pypi.org/project/hcoop-meetbot/
Project-URL: Repository, https://github.com/pronovic/hcoop-meetbot
Project-URL: Changelog, https://github.com/pronovic/hcoop-meetbot/releases
Project-URL: Documentation, https://hcoop-meetbot.readthedocs.io/en/stable/
Project-URL: Issues, https://github.com/pronovic/hcoop-meetbot/issues
Author-email: "Kenneth J. Pronovici" <pronovic@ieee.org>
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: attrs>=24.2.0
Requires-Dist: cattrs>=24.1.2
Requires-Dist: click>=8.1.7
Requires-Dist: genshi>=0.7.7
Requires-Dist: limnoria>=2023.09.24
Requires-Dist: pytz>=2023.3.post1
Provides-Extra: docs
Requires-Dist: sphinx-autoapi>=3.3.3; extra == 'docs'
Requires-Dist: sphinx>=8.1.3; extra == 'docs'
Description-Content-Type: text/markdown

# HCoop Meetbot Plugin

[![pypi](https://img.shields.io/pypi/v/hcoop-meetbot.svg)](https://pypi.org/project/hcoop-meetbot/)
[![license](https://img.shields.io/github/license/pronovic/hcoop-meetbot)](https://github.com/pronovic/hcoop-meetbot/blob/main/LICENSE)
[![wheel](https://img.shields.io/pypi/wheel/hcoop-meetbot.svg)](https://pypi.org/project/hcoop-meetbot/)
[![python](https://img.shields.io/pypi/pyversions/hcoop-meetbot.svg)](https://pypi.org/project/hcoop-meetbot/)
[![Test Suite](https://github.com/pronovic/hcoop-meetbot/workflows/Test%20Suite/badge.svg)](https://github.com/pronovic/hcoop-meetbot/actions?query=workflow%3A%22Test+Suite%22)
[![docs](https://readthedocs.org/projects/hcoop-meetbot/badge/?version=stable&style=flat)](https://hcoop-meetbot.readthedocs.io/en/stable/)
[![coverage](https://coveralls.io/repos/github/pronovic/hcoop-meetbot/badge.svg?branch=main)](https://coveralls.io/github/pronovic/hcoop-meetbot?branch=main)

[hcoop-meetbot](https://github.com/pronovic/hcoop-meetbot) is a plugin for [Limnoria](https://github.com/ProgVal/Limnoria), a bot framework for IRC.  It is designed to help run meetings on IRC.  It was originally written for quarterly board meetings at [HCoop](https://hcoop.net), when Ken was on the board there.

The code is based in part on the [MeetBot](https://github.com/rkdarst/MeetBot/) plugin for Supybot written by Richard Darst. Supybot is the predecessor to Limnoria.  Richard's MeetBot was "inspired by the original MeetBot, by Holger Levsen, which was itself a deri vative of Mootbot by the Ubuntu Scribes team".  So, this code has a relatively long history.  For this version, much of the plugin was rewritten using Python 3, but it generally follows the pattern set by Richard's original code.  

See the [user documentation](https://hcoop-meetbot.readthedocs.io/en/stable/) for more information about how to use the plugin, including installation instructions.

