Metadata-Version: 2.1
Name: simplebot-echo
Version: 1.0.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
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
Requires-Dist: simplebot (>=1.0.1)
Provides-Extra: test
Requires-Dist: pytest (>=6.1.2) ; extra == 'test'
Requires-Dist: requests (>=2.25.0) ; extra == 'test'

"Echo" SimpleBot plugin
=======================

.. image:: https://img.shields.io/github/v/release/simplebot-org/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/github/license/simplebot-org/simplebot_echo
   :target: https://github.com/simplebot-org/simplebot_echo/blob/master/LICENSE

.. 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

Changelog
=========

1.0.0
-----

- initial release



