Contents

Flask-AppBuilder 4.5.1

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: 4664, Watchers: 4664, Forks: 1359, Open Issues: 204

The dpgaspar/Flask-AppBuilder repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 4664 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 204 open issues on GitHub

  • Feature Request: Inline Model
  • Fix french translation
  • Old mongoengine library in CI test pipelines for mongodb
  • docs: Update doc i18 to flask_babel
  • Question - Create multiple with ModelView
  • release: 3.4.4RC1
  • Apache Superset LDAP integration problem
  • feat: Add gte and lte filters for sqla
  • chore: bump jsonschema and remove python 3.6 support
  • other: Also redirect to pre url with authenticated user on login.
  • Best practice to create GTE and LTE filters from existing GT, LT, and equal to filter
  • How is data actually passed into custom templates?
  • ModelRestApi serialization of Related and RelatedList type
  • Examples needed on how to use appBuild as with grant_type authorization_code
  • AUTH_REMOTE_USER reads REMOTE_USER variable instead of HTTP_REMOTE_USER

See more issues on GitHub

Related Packages & Articles

httpie 3.2.3

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.6.1

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

fastapi 0.115.0

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

oauthlib 3.2.2

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