Metadata-Version: 2.1
Name: flask-admin-dashboard
Version: 0.0.6
Summary: Admin Dashboard for Flask
Home-page: https://bitbucket.org/theapiguys/flask_admin_dashboard
Author: Will @ TheAPIGuys
Author-email: will@theapiguys.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


## Setup ##
pip install flask-admin-dashboard


## Usage ##

```python
from flask_admin_dashboard.admin_dashboard import AdminDashboard

with app.app_context():
    admin_dashboard = AdminDashboard(app=app)
```



