Metadata-Version: 2.1
Name: Flask-Rings
Version: 0.4.2
Summary: Rings(https://github.com/ringsings/Rings) helper for flask.
Home-page: https://github.com/ringsings/flask-rings
Author: Andy Zhou
Author-email: zhoutianyou11@gmail.com
License: LGPL-3.0
Keywords: flask extension development rings
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: Flask-WTF

# Flask-Rings

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fz-t-y%2Fflask-rings%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/z-t-y/flask-rings/goto?ref=main)

[Rings](https://github.com/rice0208/rings) helper for flask.

## How to install

```shell
pip install flask-rings
```

## Basic Usage

```python
from flask import Flask
from flask_rings import Rings

app = Flask(__name__)
rings = Rings(app)
```

For detailed usage, please refer to the [document](https://flask-rings.readthedocs.io).

## Document

[Flask-Rings Document](https://flask-rings.readthedocs.io)

## Contribute to this project

Issues and PRs are welcome :-)


