Metadata-Version: 2.1
Name: simplebot_polls
Version: 1.0.0
Summary: Create polls in Delta Chat (SimpleBot plugin)
Home-page: https://github.com/simplebot-org/simplebot_polls
Author: The SimpleBot Contributors
Author-email: adbenitez@nauta.cu
License: MPL
Description: Polls
        =====
        
        .. image:: https://img.shields.io/pypi/v/simplebot_polls.svg
           :target: https://pypi.org/project/simplebot_polls
        
        .. image:: https://img.shields.io/pypi/pyversions/simplebot_polls.svg
           :target: https://pypi.org/project/simplebot_polls
        
        .. image:: https://pepy.tech/badge/simplebot_polls
           :target: https://pepy.tech/project/simplebot_polls
        
        .. image:: https://img.shields.io/pypi/l/simplebot_polls.svg
           :target: https://pypi.org/project/simplebot_polls
        
        .. image:: https://github.com/simplebot-org/simplebot_polls/actions/workflows/python-ci.yml/badge.svg
           :target: https://github.com/simplebot-org/simplebot_polls/actions/workflows/python-ci.yml
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
        
        A `SimpleBot`_ plugin that allows to create polls.
        
        If this plugin has collisions with commands from other plugins in your bot, you can set a command prefix like ``/poll_`` for all commands::
        
          simplebot -a bot@example.com db simplebot_polls/command_prefix poll_
        
        Install
        -------
        
        To install run::
        
          pip install simplebot-polls
        
        
        .. _SimpleBot: https://github.com/simplebot-org/simplebot
        
Keywords: simplebot plugin deltachat polls
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
