Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpgaspar/Flask-AppBuilder
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. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
https://github.com/dpgaspar/Flask-AppBuilder
authentication crud flask python rbac rest rest-api sql web
Last synced: 10 days ago
JSON representation
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. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
- Host: GitHub
- URL: https://github.com/dpgaspar/Flask-AppBuilder
- Owner: dpgaspar
- License: bsd-3-clause
- Created: 2013-11-09T21:13:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T17:13:24.000Z (2 months ago)
- Last Synced: 2024-10-18T14:15:38.184Z (18 days ago)
- Topics: authentication, crud, flask, python, rbac, rest, rest-api, sql, web
- Language: Python
- Homepage:
- Size: 43.1 MB
- Stars: 4,671
- Watchers: 154
- Forks: 1,359
- Open Issues: 204
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-flask - Flask-AppBuilder - Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more (Boilerplate)
- awesome-flask - Flask-AppBuilder - Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more (Boilerplate)
- best-of-web-python - GitHub - 14% open · ⏱️ 21.05.2024): (Web Frameworks)
- awesome-flask - Flask-AppBuilder - Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more (Boilerplate)
- awesome-flask - Flask-AppBuilder - Simple and rapid application development framework that includes detailed security, auto CRUD generation for your models, Google charts, and much more. (Projects / Boilerplates)
- jimsghstars - dpgaspar/Flask-AppBuilder - 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. Demo (login with guest/welcome (Python)
- awesome-saas-boilerplates-and-starter-kits - Flask App Builder - Flask, open-source (Categories / Python)
- awesome-saas-boilerplates-and-starter-kits - Flask App Builder - Flask, open-source (Categories / Python)
README
Flask App Builder
=================.. image:: https://github.com/dpgaspar/Flask-AppBuilder/workflows/Python/badge.svg
:target: https://github.com/dpgaspar/Flask-AppBuilder/actions.. image:: https://img.shields.io/pypi/v/Flask-AppBuilder.svg
:alt: PyPI
:target: https://pypi.org/project/Flask-AppBuilder/.. image:: https://img.shields.io/badge/pyversions-3.8%2C%203.9%2C%203.10%2C%203.11%2C%203.12-blue.svg
:target: https://www.python.org/.. image:: https://codecov.io/github/dpgaspar/Flask-AppBuilder/coverage.svg?branch=master
:target: https://codecov.io/github/dpgaspar/Flask-AppBuilder.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/blackSimple 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.
- Documentation: `Documentation `_
- Mailing list: `Google group `_
- Chat: `Gitter `_
- Examples: `examples `_
Checkout installation video on `YouTube `_
Quick how to `Demo from the docs `_ (login has guest/welcome).
Change Log
----------`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.
`Issues, bugs and new features `_
`Contribute `_
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.
- CRUD REST API
- Automatic CRUD RESTful APIs.
- Internationalization
- Integration with flask-jwt-extended extension to protect your endpoints.
- Metadata for dynamic rendering.
- Selectable columns and metadata keys.
- Automatic and configurable data validation.
- 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)
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/login_db.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/login_db.pngLogin page (with AUTH_OAUTH)
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/login_oauth.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/login_oauth.pngSecurity
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/security.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/security.pngLists:
List contacts example
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/contact_list.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/contact_list.pngList Group example with search
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/group_list.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/group_list.pngCharts:
Group by pie chart
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/grouped_chart.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/grouped_chart.pngDirect time chart
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/direct_chart.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/chart_time1.pngGroup by time chart
.. image:: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/chart_time2.png
:width: 480px
:target: https://raw.github.com/dpgaspar/flask-AppBuilder/master/images/chart_time2.pngProjects/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
- `Airflow `_ - a platform to programmatically author, schedule, and monitor workflows.
Organizations:
- Miniclip
- EuroBIC
- `On Beat Digital `_Depends on:
------------ flask
- click
- colorama
- flask-sqlalchemy
- flask-login
- flask-openid
- flask-wtform
- flask-Babel