Source: pyrcb2 Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Agathe Porte , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-pytest, python3-setuptools, python3-sphinx, Standards-Version: 4.6.0.1 Homepage: https://github.com/taylordotfish/pyrcb2 Vcs-Git: https://salsa.debian.org/python-team/packages/pyrcb2.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyrcb2 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Package: python3-pyrcb2 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: asyncio-based IRC bot library pyrcb2 is an asyncio-based library for writing IRC bots. It is designed to be easy to use, customizable, and high-level. . pyrcb2 includes features such as account tracking, user prefix tracking (voice, op, etc.), messaging delaying to prevent throttling, and long message splitting. . pyrcb2 also makes use of asyncio and coroutines in Python. This allows you to write asynchronous code in a linear fashion—you can handle responses to commands right after you send them. Package: python-pyrcb2-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using} Description: asyncio-based IRC bot library (documentation) pyrcb2 is an asyncio-based library for writing IRC bots. It is designed to be easy to use, customizable, and high-level. . pyrcb2 includes features such as account tracking, user prefix tracking (voice, op, etc.), messaging delaying to prevent throttling, and long message splitting. . pyrcb2 also makes use of asyncio and coroutines in Python. This allows you to write asynchronous code in a linear fashion—you can handle responses to commands right after you send them. . This package provides documentation for pyrcb2