1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: pyrcb2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Agathe Porte <debian@microjoe.org>,
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
|