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 61
|
Source: python-telethon
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pyaes <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-rsa <!nocheck>,
Standards-Version: 4.6.0
Testsuite: autopkgtest-pkg-pybuild
Section: python
Homepage: https://github.com/LonamiWebs/Telethon
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-telethon
Vcs-Git: https://salsa.debian.org/python-team/packages/python-telethon.git
Package: python3-telethon
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
${python3:Recommends},
Suggests:
${python3:Suggests},
Description: Pure Python 3 MTProto API Telegram client library
Telethon is an asyncio Python 3 MTProto library to interact with Telegram's
API as a user or through a bot account (bot API alternative).
.
Telegram is a popular messaging application. This library is meant to make it
easy for you to write Python programs that can interact with Telegram. Think
of it as a wrapper that has already done the heavy job for you, so you can
focus on developing an application.
Package: python3-telethon-doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Pure Python 3 MTProto API Telegram client library - documentation
Telethon is an asyncio Python 3 MTProto library to interact with Telegram's
API as a user or through a bot account (bot API alternative).
.
Telegram is a popular messaging application. This library is meant to make it
easy for you to write Python programs that can interact with Telegram. Think
of it as a wrapper that has already done the heavy job for you, so you can
focus on developing an application.
.
This package contains the HTML documentation.
|