Contents

flask-appbuilder 5.1.0

0

Simple and rapid application development framework, built on top of Flask. includes detailed securit

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.

Stars: 4942, Watchers: 4942, Forks: 1438, Open Issues: 259

The dpgaspar/Flask-AppBuilder repo was created 12 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4942 github stars!

How to Install flask-appbuilder

You can install flask-appbuilder using pip

pip install flask-appbuilder

or add it to a project with poetry

poetry add flask-appbuilder

Package Details

Author
Daniel Vaz Gaspar
License
BSD
Homepage
https://github.com/dpgaspar/flask-appbuilder/
PyPi:
https://pypi.org/project/flask-appbuilder/
GitHub Repo:
https://github.com/dpgaspar/flask-appbuilder

Classifiers

  • Software Development/Libraries/Python Modules
No  flask-appbuilder  pypi packages just yet.

Errors

A list of common flask-appbuilder errors.

Code Examples

Here are some flask-appbuilder code examples and snippets.

GitHub Issues

The flask-appbuilder package has 259 open issues on GitHub

  • Flask-AppBuilder 5.0.2 incompatible with marshmallow 4.x / marshmallow-sqlalchemy 1.x
  • DLL load failed
  • fix: update user.changed_on when roles are modified
  • FR: Support Python 3.14
  • FR: Support Python 3.13
  • ci: add py3.13 to the test matrix
  • Bypass Superset keycloak OAUTH login page

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

oauthlib 3.3.1

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic