Metadata-Version: 2.1
Name: flaskbb-plugin-atom
Version: 0.2.0
Summary: Adds an atom feed to flaskbb.
Home-page: https://sr.ht/~exelotl/flaskbb-plugins
Author: exelotl
Author-email: gecko@exelo.tl
License: MIT License
Keywords: flaskbb plugin
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: FlaskBB

atom
====

This is a plugin which adds an Atom feed to a flaskbb forum.

Once installed, the feed can be found at `https://<your-forum-domain>/atom`.

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

Having activated your flaskbb virtualenv, run:

```sh
pip install flaskbb-plugin-atom
```
