Metadata-Version: |
2.1 |
Name: |
tgbot-logging |
Version: |
1.0.2 |
Summary: |
A Python logging handler that sends log messages to Telegram chats |
Author: |
Kirill Bykov |
Author-Email: |
me[at]bykovk.pro |
Home-Page: |
https://github.com/bykovk-pro/tgbot-logging |
Project-Url: |
Documentation, https://tgbot-logging.readthedocs.io/ |
Project-Url: |
Bug Reports, https://github.com/bykovk-pro/tgbot-logging/issues |
Project-Url: |
Source Code, https://github.com/bykovk-pro/tgbot-logging |
Keywords: |
telegram,logging,handler,async,batching,monitoring,notifications,chat,bot,signal,shutdown,graceful |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: System :: Logging |
Classifier: |
Topic :: Communications :: Chat |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
python-telegram-bot (>=20.0) |
Requires-Dist: |
python-dotenv (>=0.19.0) |
Requires-Dist: |
pytest (>=7.0.0); extra == "dev" |
Requires-Dist: |
pytest-asyncio (>=0.20.0); extra == "dev" |
Requires-Dist: |
pytest-cov (>=4.0.0); extra == "dev" |
Requires-Dist: |
black (>=22.0.0); extra == "dev" |
Requires-Dist: |
isort (>=5.0.0); extra == "dev" |
Requires-Dist: |
mypy (>=0.990); extra == "dev" |
Requires-Dist: |
bandit (>=1.7.0); extra == "dev" |
Requires-Dist: |
sphinx (>=4.0.0); extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme (>=1.0.0); extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |