Metadata-Version: 2.4
Name: flaskbb-plugin-vote
Version: 1.0.0
Summary: A polls plugin for FlaskBB - attach single or multiple choice polls to topics and posts
Project-URL: Homepage, https://github.com/flaskbb/flaskbb-plugin-vote
Project-URL: Repository, https://github.com/flaskbb/flaskbb-plugin-vote
Project-URL: Issues, https://github.com/flaskbb/flaskbb-plugin-vote/issues
Project-URL: Changelog, https://github.com/flaskbb/flaskbb-plugin-vote/blob/master/CHANGELOG.md
Author-email: Peter Justin <peter.justin@outlook.com>
Maintainer-email: Peter Justin <peter.justin@outlook.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: flaskbb,plugin,poll,polls,vote
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: flaskbb>=3.0.0
Description-Content-Type: text/markdown

Vote
====

A polls plugin for FlaskBB. Lets a user create polls in a topic or post.


Installation
------------

Install *flaskbb-plugin-vote* with
``pip install flaskbb-plugin-vote``

License
-------
This project is licensed under the terms of the [BSD License](/LICENSE).
