Initializing project structure for flask applications.
Project description
Package to create scaffolds for flask projects.
Installing
To install the package, just run the following command:
pip install flaskscaffold
Usage
Help:
flaskscaffold --help
To use simply create a directory for your project and then in the directory:
flaskscaffold
This will create the below folder structure:
my_project ├── app.py ├── db.py ├── .gitignore ├── models │ └── __init__.py ├── services │ └── __init__.py ├── controllers │ └── __init__.py └── tests
Or if you itend to buiild a web app:
flaskscaffold --web
my_project ├── app.py ├── db.py ├── .gitignore ├── models │ └── __init__.py ├── services │ └── __init__.py ├── controllers │ └── __init__.py ├── static ├── templates └── tests
In addition to the file structure, boilerplate app.py and .gitignore is added.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flaskscaffold-0.9.tar.gz.
File metadata
- Download URL: flaskscaffold-0.9.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
019e36c235a510ab0d6f672412c0d91e34c0a82a850388d672d49b64f61e0a28
|
|
| MD5 |
a64fe194863053165ebc99b8f0d7752a
|
|
| BLAKE2b-256 |
2a5e604270d3397ab89ca922986017dcb679f00b53cf6c89e9b5a6cda303806d
|
File details
Details for the file flaskscaffold-0.9-py3-none-any.whl.
File metadata
- Download URL: flaskscaffold-0.9-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bce787d5a1feadd3379f9d11362e354a87abc260ab018035168a28b96732a32
|
|
| MD5 |
68acf7a5c101898e874e9b87abb5c6c5
|
|
| BLAKE2b-256 |
b483b0b24ec8adf9491b69bcf116d944a8c3b19fe838d2f3590548c5a9fdf902
|