Personal tools
Skip to content. | Skip to navigation
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.
Flask-Admin The project was recently moved into its own organization. Please update your references to *git@github.com:flask-admin/flask-admin.git*. Introduction Flask-Admin is a batteries-included, simple-to-use Flask < extension that lets you add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such
Flask-Admin is advanced, extensible and simple to use administrative interface building extension for Flask framework. It comes with batteries included: model scaffolding for SQLAlchemy, MongoEngine, MongoDB and Peewee ORMs, simple file management interface and a lot of usage samples. You're not limited by the default functionality - instead of providing simple scaffolding for the ORM models, Flask-Admin provides tools that can be used to construct administrative interfaces of any complexity, using a consistent look and feel.
flask-api-cache **A package for caching flask api with custom key.** Description: A decorator for python flask api.You can set cache in your **memory** or with **redis instance**,<br> the key will be generated by the following rule:<br> {REQUEST_FULL_PATH}:{PARAMETER_STRING}<br> or you can use your custom key function by key_func args,<br> the value will be your function return value.<br> How...
Flask App Builder Simple and rapid application development framework, built on top of Flask <
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Extensive configuration of all functionality, easily integrate with normal Flask/Jinja2