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.
Project description
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 development.
Take a look at installation, quick how to tutorials, API reference etc: Documentation
Checkout installation video on YouTube
Lots of examples and a live quick how to Demo from the docs (login has guest/welcome).
Package Version
New 1.12.5.
BREAKING CHANGES relative to 1.12.0: we have bumped flask-login version, this causes breaking changes on the API relative to this package.
Flask-AppBuilder version <= 1.11.1 was using Flask-Login 0.2.X.
Flask-AppBuilder version > 1.12.0 is using Flask-Login > 0.3.X.
The following methods from Flask-Login changed to properties:
is_anonymous() -> is_anonymous
is_active() -> is_active
is_authenticated() -> is_authenticated
Take at look at: https://github.com/maxcountryman/flask-login/blob/master/CHANGES#L49
Also read the Versions for further detail on what changed.
Fixes, Bugs and contributions
You’re welcome to report bugs, propose new features, or even better contribute to this project.
The tests can be run locally (provided Docker and Docker-Compose are installed) by running docker-compose run –rm test
Or, if you have mongodb and the requirements installed locally- setup.py test
Projects/Organizations using FAB
If you would like to share your project, or let everyone know that you’re using FAB on your organization please submit a PR or send me an email with the details.
Projects:
Superset - a data exploration platform designed to be visual, intuitive, and interactive
Organizations:
Airbnb
Miniclip
EuroBIC
Includes:
- Database
SQLAlchemy, multiple database support: sqlite, MySQL, ORACLE, MSSQL, DB2 etc.
Partial support for MongoDB using MongoEngine.
Multiple database connections support (Vertical partitioning).
Easy mixin audit to models (created/changed by user, and timestamps).
- Security
Automatic permissions lookup, based on exposed methods. It will grant all permissions to the Admin Role.
Inserts on the Database all the detailed permissions possible on your application.
Public (no authentication needed) and Private permissions.
Role based permissions.
Authentication support for OAuth, OpenID, Database, LDAP and REMOTE_USER environ var.
Support for self user registration.
- Views and Widgets
Automatic menu generation.
Automatic CRUD generation.
Multiple actions on db records.
Big variety of filters for your lists.
Various view widgets: lists, master-detail, list of thumbnails etc
Select2, Datepicker, DateTimePicker
Related Select2 fields.
Google charts with automatic group by or direct values and filters.
AddOn system, write your own and contribute.
- Forms
Automatic, Add, Edit and Show from Database Models
Labels and descriptions for each field.
Automatic base validators from model’s definition.
Custom validators, extra fields, custom filters for related dropdown lists.
Image and File support for upload and database field association. It will handle everything for you.
Field sets for Form’s (Django style).
- i18n
Support for multi-language via Babel
Bootstrap 3.1.1 CSS and js, with Select2 and DatePicker
Font-Awesome icons, for menu icons and actions.
Some pictures
Login page (with AUTH_DB)
Login page (with AUTH_OAUTH)
Security
Lists:
List contacts example
List Group example with search
Charts:
Group by pie chart
Direct time chart
Group by time chart
Depends on:
flask
click
colorama
flask-sqlalchemy
flask-login
flask-openid
flask-wtform
flask-Babel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for Flask-AppBuilder-hack-1.12.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | be645b1a9917cf3cc05e6f2243e78d744613a4c33bedaacf485a4780a1e8e4f1 |
|
MD5 | f82a564754007693d35a0efe5e5f3e55 |
|
BLAKE2b-256 | 210b74d49e508484bac202c4c9df7e452dcca0413ae5cfc422269549690f8316 |
Hashes for Flask_AppBuilder_hack-1.12.5-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ff304db4c74876bd1f6a3e48e530216803d3c77249dfa4dbb554e0f56dcc86 |
|
MD5 | 4c9dcebb80af69695169c28d05d11f38 |
|
BLAKE2b-256 | 3c9703ecbcd590fce264597d1f9b3e8038bee83f1ef2373e7e97bb7f6747496b |