A flask extension to support user view and manage redis with beautiful interface.
Project description
flask-redisboard
A flask extension to support user view and manage redis with beautiful interface.
Get Started
Installation is easy:
$ pip install flask-redisboard
Try to run
Just type command:
$ redisboard
Run in flask
Initialize the extension:
from flask_redisboard import RedisBoardExtension
...
board = RedisBoardExtension(app)
Also support for factory pattern:
from flask_redisboard import RedisBoardExtension
from flask import Flask
board = RedisBoardExtension()
def create_app():
app = Flask(__name__)
app.config['SECRET_KEY'] = '123456'
board.init_app(app)
app.run()
if __name__ == '__main__':
create_app()
Now, you can go to 127.0.0.1:5000/redisboard
Preview
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Flask-Redisboard-0.2.0.tar.gz
.
File metadata
- Download URL: Flask-Redisboard-0.2.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 101f502d4b4122eb883d0bd3a987884aa1ae15044c42f2cadb3ac081e28eae8c |
|
MD5 | 9467fbc841bed1b2916797d632f350cf |
|
BLAKE2b-256 | 6d95db8d89563fd599f7b48b242ca5ebf5bbf0fcea1447fd684ca7a91ebd26cb |