Metadata-Version: 2.5
Name: flaskbb-plugin-like
Version: 1.0.0.dev0
Summary: Like functionality for FlaskBB - let users like posts and see who liked them
Project-URL: Homepage, https://github.com/flaskbb/flaskbb-plugin-like
Project-URL: Repository, https://github.com/flaskbb/flaskbb-plugin-like
Project-URL: Issues, https://github.com/flaskbb/flaskbb-plugin-like/issues
Project-URL: Changelog, https://github.com/flaskbb/flaskbb-plugin-like/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,like,likes,plugin
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

Like
====

Like functionality for FlaskBB. Lets users like posts and see who liked them.


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

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

And run the migrations:
``flaskbb db upgrade``


Credits
-------
Forked from [flaskbb-plugin-vanity](https://github.com/micha030201/flaskbb-plugin-vanity) by Михаил Лебедев.

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