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 58 59 60
|
Source: python-discord
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ben Westover <me@benthetechguy.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
python3-aiohttp,
python3-audioop-lts,
python3-sphinx,
python3-sphinx-inline-tabs,
python3-sphinxcontrib.applehelp,
python3-sphinxcontrib.devhelp,
python3-sphinxcontrib.htmlhelp,
python3-sphinxcontrib.jsmath,
python3-sphinxcontrib.qthelp,
python3-sphinxcontrib.serializinghtml,
python3-sphinxcontrib.trio,
python3-sphinxcontrib.websupport,
python3-typing-extensions,
python3-coverage,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-cov,
python3-pytest-mock
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-discord.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-discord
Homepage: https://github.com/Rapptz/discord.py
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-discord
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-nacl
Description: API wrapper for Discord written in Python
Discord.py is a modern, easy to use, feature-rich, and async ready API wrapper
for Discord written in Python.
.
Key features:
* Modern Pythonic API using async and await
* Proper rate limit handling
* Optimised in both speed and memory
Package: python-discord-doc
Architecture: all
Section: doc
Depends:
${sphinxdoc:Depends},
${misc:Depends},
fonts-material-design-icons-iconfont
Multi-Arch: foreign
Description: API wrapper for Discord written in Python - documentation
This package contains documentation for discord.py, a modern, easy to use,
feature-rich, and async ready API wrapper for Discord written in Python.
|