Metadata-Version: 2.1
Name: simplebot-xkcd
Version: 1.0.0
Summary: See https://xkcd.com comics in Delta Chat (SimpleBot plugin)
Home-page: https://github.com/simplebot-org/simplebot_xkcd
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)
Requires-Dist: xkcd (>=2.4.2)
Provides-Extra: test
Requires-Dist: pytest (>=6.2.2) ; extra == 'test'
Requires-Dist: requests (>=2.25.1) ; extra == 'test'

XKCD SimpleBot plugin
=====================

.. image:: https://img.shields.io/pypi/v/simplebot_xkcd.svg
   :target: https://pypi.org/project/simplebot_xkcd

.. image:: https://img.shields.io/pypi/pyversions/simplebot_xkcd.svg
   :target: https://pypi.org/project/simplebot_xkcd

.. image:: https://pepy.tech/badge/simplebot_xkcd
   :target: https://pepy.tech/project/simplebot_xkcd

.. image:: https://img.shields.io/pypi/l/simplebot_xkcd.svg
   :target: https://pypi.org/project/simplebot_xkcd

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

A `SimpleBot`_ plugin that allows to request `XKCD <https://xkcd.com>`_ comics.

Install
-------

To install run::

  pip install simplebot-xkcd


.. _SimpleBot: https://github.com/simplebot-org/simplebot

Changelog
=========

1.0.0
-----

- initial release



