A package for building Flask Projects
Project description
FlaskConstructicon
Flask Project Builder
Constructs a file tree for Flask with a server.py file parallel to the flask_app
directory:
Simple Install:
- Clone this Repository
Simple Usage:
- Navigate to your new directory's project
- Run FlaskConstructicon.py
>> python path/to/FlaskConstructicon.py [system arguments]
- FlaskConstructicon takes several arguments
Argument | Options | Description | Examples |
---|---|---|---|
-md | test, help | Run mode, test or help | python FlaskConstructicon.py -md test |
-a | Any | Specifies app name | python FlaskConstructicon.py -a my_app |
-db | mysql | Add file for database API | python FlaskConstructicon.py -db mysql |
test | N/A | Same as -md test (first argument only) | python FlaskConstructicon.py test |
help | N/A | Same as -md help (first argument only) | python FlaskConstructicon.py help |
Test output with app name 'simflario'
Output creating new project:
Test output with existing project
Use an alias
Example alias using git bash:
alias constructicon='winpty python C:/Path/To/FlaskConstructicon/FlaskConstructicon.py'
Next steps:
-Add source files for other db connections and/or APIs
-publish package
-create models files and models option
-create "Django Style" option
-create option
dbua
for user model and authentication based on db config
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
flaskconstructicon-1.0.3.tar.gz
(337.7 kB
view details)
Built Distribution
File details
Details for the file flaskconstructicon-1.0.3.tar.gz
.
File metadata
- Download URL: flaskconstructicon-1.0.3.tar.gz
- Upload date:
- Size: 337.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3ade82b4abdad8d69f1b0a721b640b055470a6c88cb5af7162e8bc5d4e213a9 |
|
MD5 | ab1d4992db67ccb2429c450b5c493513 |
|
BLAKE2b-256 | e1e6156e92c7ec0c92d1be0a4825ede8f678a9c3272e76f82d767e2fa719528b |
File details
Details for the file flaskconstructicon-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: flaskconstructicon-1.0.3-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20d4d4079e3578aed4ef6e1560f7bdf3c86ee8397b6b50e774aab7fbb5710151 |
|
MD5 | 9b105d355bce7232dca91a41741c5cae |
|
BLAKE2b-256 | 91c8cfbf90d7d1d148c5e0be4744d98acf900ce14486257407dd0565c667b892 |