mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
8406889179
* Remove usages of python-future lib * Remove python2 datetime.timezone replacement * Remove python2 workaround in InputFile.__init__ * Remove import of str necessary for python2 * Remove urllib2 import necessary for python2 * Remove a mention of python 2 in doc * Remove python 2 from travis config file * Remove python 2 from appveyor config * Remove python2 from debian build rules * Remove unnecessarry aliasing of time.perf_counter * Remove python 2 from github workflow * Remove mention of python 2 in descriptions/readme * Remove version check for queue import * Remove version checks in tests * Adjust docs to correctly mention supported version * Fix indentation * Remove unused 'sys' imports * Fix indentation * Remove references to mq.curtime in tests * Replace super calls by argumentsless version * Remove future dependency * Fix error in de_json declaration * Use python3 metaclass syntax * Use implicit inheriting from object * Remove accidentally committed .vscode folder * Use nameless f-string and raw string * Fix regex string literal syntax * Remove old style classes * Run pyupgrade * Fix leftover from automatic merge * Fix lint errors * Update telegram/files/sticker.py Co-authored-by: Bibo-Joshi <hinrich.mahler@freenet.de>
25 lines
1,002 B
Text
25 lines
1,002 B
Text
Source: telegram
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Marco Marinello <me@marcomarinello.it>
|
|
Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools
|
|
Standards-Version: 4.1.3
|
|
Homepage: https://python-telegram-bot.org
|
|
X-Python-Version: >= 3.2
|
|
Vcs-Browser: https://github.com/python-telegram-bot/python-telegram-bot
|
|
Vcs-Git: https://github.com/python-telegram-bot/python-telegram-bot.git
|
|
|
|
Package: python3-telegram-bot
|
|
Architecture: any
|
|
Depends: ${python3:Depends}, ${misc:Depends}
|
|
Description: We have made you a wrapper you can't refuse!
|
|
The Python Telegram bot (Python 3)
|
|
This library provides a pure Python interface for the Telegram Bot API.
|
|
It's compatible with Python versions 3.5+ and PyPy.
|
|
.
|
|
In addition to the pure API implementation, this library features
|
|
a number of high-level
|
|
classes to make the development of bots easy and straightforward.
|
|
These classes are contained in the telegram.ext submodule.
|
|
.
|
|
This package installs the library for Python 3.
|