Metadata-Version: 2.1
Name: telebot-utils
Version: 0.0.6
Summary: Utils for pyTelegramBotAPI module
Home-page: https://github.com/VoIlAlex/telebot-utils
Author: voilalex
Author-email: ilya.vouk@gmail.com
License: MIT
Download-URL: https://github.com/VoIlAlex/telebot-utils/archive/v0.0.6.tar.gz
Description: # Telebot Utils 🤖
        
        Collection of utils for pyTelegramBotAPI to develop awesome Telegram Bots.
        
        ## Installation
        
        To install the package run the following command in your terminal:
        
        ```
        pip install telebot-utils
        ```
        
        ## Usage
        
        To use the utilities that the telebot-utils package provide you need to import it in your script:
        
        ```python
        import telebot_utils
        ```
        
        ## License
        
        [LICENSE.md](LICENSE.md)
        
        ## Contributing
        
        See [CONTRIBUTING.md](CONTRIBUTING.md)
        
Keywords: telebot,utils,chat,bot
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
