Metadata-Version: 2.1
Name: simplebot-dice
Version: 1.0.0
Summary: A SimpleBot plugin that allows users to roll dices.
Home-page: https://github.com/simplebot-org/simplebot_dice
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'

Dice
====

.. image:: https://img.shields.io/github/v/release/simplebot-org/simplebot_dice
   :target: https://pypi.org/project/simplebot_dice

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

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

.. image:: https://img.shields.io/github/license/simplebot-org/simplebot_dice
   :target: https://github.com/simplebot-org/simplebot_dice/blob/master/LICENSE

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

A `SimpleBot`_ plugin that allows users to roll dices.

Install
-------

To install run::

  pip install simplebot-dice


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

Changelog
=========

1.0.0
-----

- initial release



