Metadata-Version: 2.1
Name: simplebot_echo
Version: 1.1.0
Summary: An example plugin for SimpleBot, a Delta Chat(http://delta.chat/) bot
Home-page: https://github.com/simplebot-org/simplebot_echo
Author: The SimpleBot Contributors
Author-email: adbenitez@nauta.cu
License: MPL
Description: "Echo" SimpleBot plugin
        =======================
        
        .. image:: https://img.shields.io/pypi/v/simplebot_echo.svg
           :target: https://pypi.org/project/simplebot_echo
        
        .. image:: https://img.shields.io/pypi/pyversions/simplebot_echo.svg
           :target: https://pypi.org/project/simplebot_echo
        
        .. image:: https://pepy.tech/badge/simplebot_echo
           :target: https://pepy.tech/project/simplebot_echo
        
        .. image:: https://img.shields.io/pypi/l/simplebot_echo.svg
           :target: https://pypi.org/project/simplebot_echo
        
        .. image:: https://github.com/simplebot-org/simplebot_echo/actions/workflows/python-ci.yml/badge.svg
           :target: https://github.com/simplebot-org/simplebot_echo/actions/workflows/python-ci.yml
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
        
        This serves as an example for how to write and package plugins for
        `SimpleBot`_ with standard Python packaging machinery.
        
        The echo plugin registers a single ``/echo`` command that end-users
        can send to the bot.
        
        Install
        -------
        
        To install run::
        
          pip install simplebot-echo
        
        
        .. _SimpleBot: https://github.com/simplebot-org/simplebot
        
Keywords: simplebot plugin deltachat
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: dev
