Metadata-Version: 2.3
Name: telegram-python
Version: 0.6.3
Summary: A Python package for sending Telegram messages
Author: Tatiana
Author-email: durachevska@ukr.net
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

poetry add telegram-python

from telegram_python import send
send("hello from updated....")

python demo.py

