Metadata-Version: 2.1
Name: redisweb
Version: 1.0.8
Summary: A flask extension to support user view and manage redis with beautiful interface.
Home-page: https://github.com/abo123456789/flask-redisboard
Author: hjlarry
Author-email: ultrahe@gmail.com
License: MIT
Description: # redisweb
        
        A flask extension to support user view and manage redis with beautiful interface.
        
        
        ## Get Started
        
        Installation is easy:
        ```
        $ pip install redisweb
        ```
        
        Start Server:
        ```shell
        # 使用redis默认连接配置 IP:127.0.0.1 PORT:6379
        redisweb
        ```
        
        ```shell
        # 配置启动的时候redis连接IP 端口和密码
        redisweb host port password
        ```
        
        Now, you can go to http://127.0.0.1:5000/redisboard 
        
        
        ## Preview
        ![avatar](https://s1.ax1x.com/2020/07/07/UAIHFe.jpg)
        
        
Keywords: flask extension development redis
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
