Flask-Manager is a flexibe CRUD library for Flask with focus in administration interface.
You can install using pip from Github:
pip install git+https://github.com/hellupline/flask-manager.git
You can install using setuptools:
python setup.py install
Examples can be found in flask_manager/examples/, and you can run then with:
python examples/<filename>