Metadata-Version: 2.1
Name: redisweb
Version: 1.0.4
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:
        ```
        >>>redisweb
        ```
        
        Now, you can go to http://127.0.0.1:5000/redisboard 
        
        
        ## Preview
        
        <table align="center">
            <tr>
                <td align="center">
                    <a href="https://raw.githubusercontent.com/hjlarry/flask-redisboard/master/screenshot/demo1.png">
                        <img src="screenshot/demo1.png" alt="Screenshot Dashboard" width="480px" />
                    </a>
                </td>
                <td align="center">
                    <a href="https://raw.githubusercontent.com/hjlarry/flask-redisboard/master/screenshot/demo2.png">
                        <img src="screenshot/demo2.png" alt="Screenshot Database" width="480px" />
                    </a>
                </td>
            </tr>
            <tr>
                <td align="center">
                    <a href="https://raw.githubusercontent.com/hjlarry/flask-redisboard/master/screenshot/demo3.png">
                        <img src="screenshot/demo3.png" alt="Screenshot Command" width="480px" />
                    </a>
                </td>
                <td align="center">
                    <a href="https://raw.githubusercontent.com/hjlarry/flask-redisboard/master/screenshot/demo4.png">
                        <img src="screenshot/demo4.png" alt="Screenshot ServerInfo" width="480px" />
                    </a>
                </td>
            </tr>
        </table>
        
        
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
