Metadata-Version: 2.1
Name: tgio
Version: 0.4
Summary: The simplest library for Telegram bots
Home-page: https://github.com/kosyachniy/tgio
Author: Alexey Poloz
Author-email: polozhev@mail.ru
License: MIT
Project-URL: Source, https://github.com/kosyachniy/tgio
Keywords: simple,Telegram,bot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# TG.io
The simplest Python library for Telegram bots based on AsyncIO

[PyPI](https://pypi.org/project/tgio/)

## Update the version [system]
```
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
```

