Creates FAB view from model, for an instant multi-page, multi-table app.Apps are multi-page: 1 page per table, with page-page navigation for related data.Pages are multi-table: includes related_views, predictive joins.
Project description
The fab-quick-start command line utility creates the Flask App Builder views.py file, directly from models.py, for an instant multi-page, multi-table app.
Use this FAB Quick Start Guide to create the app shown below in 10 minutes.
Features
Generated fab pages look as shown below:
Multi-page: apps incude 1 page per table
Multi-table: pages include related_views for each related child table, and join in parent data
Favorite field first: first-displayed field is “name”, or contains “name” (configurable)
Predictive joins: favorite field of each parent is shown (product name - not product id)
Ids last: such boring fields are not shown on lists, and at the end on other pages
Background:
Flask Application Builder (FAB) provides a rapid means for building web pages for database apps, based on Python, Flask and sqlalchemy. Use the Quick Start Guide (link above) to create the application shown above in 10 minutes.
Recall that creating the views.py file can be tedious. This utility generates the views.py file from the models.py file, to save time and reduce learning curve.
Usage:
First, create a fab project (e.g., see the Quick Start Guide).
Then, generate the views.py file like this:
cd <project> # fab directory containing the config.py file pip install fab-quick-start fab-quick-start run
Copy the console output to your views.py file, and run fab / flask app:
export FLASK_APP=app flask run
Parameters
The simple run command will request 2 parameters, and output to the console. You can specify parameters and output via command line arguments, like this:
fab-quick-start run --favorites="name description" --non_favorites="id" > app/views.py
where:
favorites: words() used to find “favorite fields”. Fields named with these words, or containing these words, are placed at the start of lists and show pages. Your values might reflect your language, and your database naming conventions.
non_favorites: name(s) used to find fields to be place at the end of list / show pages.
the > pipes the output to a file (which is overwritten).
Depends on:
Flask-AppBuilder
More information:
The FAB Quick Start github for more information, and explore the code.
Acknowledgements
Many thanks to
Daniel Vaz Gaspar, the creator of FAB, for his help and guidance
Katrina Huber-Juma, for Python help and final review
Tyler Band, for early testing
Change Log
Initial Version
0.9.8 - Fix duplicate view class generation
Project details
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
File details
Details for the file fab-quick-start-1.0.0.tar.gz
.
File metadata
- Download URL: fab-quick-start-1.0.0.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d78aff47deabf8828809671f48107b1177e7b36bdf3fcbb7787264949aa928 |
|
MD5 | 653e38270713f1e0a66338c2b5c6ff80 |
|
BLAKE2b-256 | 96e050957b3034fd55da388b8e0e46f5f2dd115d2add4e01c46f71a9680e1148 |
File details
Details for the file fab_quick_start-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: fab_quick_start-1.0.0-py3-none-any.whl
- Upload date:
- Size: 43.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fa1631aef8fb187624e6695e5f37023a6ddcfb5a28f747d4cab267e240eb275 |
|
MD5 | ce9eedab06ef0d1404bb0313e27b4cfa |
|
BLAKE2b-256 | 912b00898aa7a19f2969c634f79df4525ef95860bdeed97812f2c2bb4fe5cbda |