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
|
Source: python-telegram-bot
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
furo,
git,
pybuild-plugin-pyproject,
python3-all,
python3-apscheduler,
python3-bs4,
python3-certifi,
python3-cryptography,
python3-flaky,
python3-hatchling,
python3-httpx,
python3-pytest,
python3-pytest-cov,
python3-pytest-timeout,
python3-setuptools,
python3-sphinx,
python3-sphinx-copybutton,
python3-sphinx-inline-tabs,
python3-sphinx-paramlinks,
python3-sphinx-rtd-theme,
python3-sphinxcontrib-mermaid,
python3-tornado,
python3-urllib3
Standards-Version: 4.4.1
Homepage: https://python-telegram-bot.org/
Package: python3-python-telegram-bot
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-python-telegram-bot-doc
Description: python module for Telegram Bot API (Python 3)
This package contains the python module for Telegram Bot API. You can use it
simply as an API if you want to implement logic by yourself, or you can enable
retrieving of updates and get messages sent to your bot in a callback.
.
This package installs the library for Python 3.
Package: python3-python-telegram-bot-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: python module for Telegram Bot API (common documentation)
This package contains the python module for Telegram Bot API. You can use it
simply as an API if you want to implement logic by yourself, or you can enable
retrieving of updates and get messages sent to your bot in a callback.
.
This is the common documentation package.
|