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.4.tar.gz
(703.3 kB
view details)
Built Distribution
File details
Details for the file flaskconstructicon-1.0.4.tar.gz
.
File metadata
- Download URL: flaskconstructicon-1.0.4.tar.gz
- Upload date:
- Size: 703.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11f2cd03db73de1f9ffd7aa8cc863210af6175cf9dbfbe275c3a606047e80859 |
|
MD5 | 07da6af5a2ec6bc731ea1ae8b42269c2 |
|
BLAKE2b-256 | 95dd9c12101c22006203d8b7e6017103e11162256eebb6940b6a54f803d4cb20 |
File details
Details for the file flaskconstructicon-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: flaskconstructicon-1.0.4-py3-none-any.whl
- Upload date:
- Size: 31.7 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 | f5b96cbca84339e9e68666af5cc7e650a4fdd69c59595d8fcafd4292e8bc0b65 |
|
MD5 | cd9702775efaebaf5de3a29734aa28de |
|
BLAKE2b-256 | 95239709f5b8eb71da76a75a0b9e84ebc8a8b662e9567bcc4e7f8a730a298ad4 |