Package that creates a simple Flask project structure to use in new projects
Project description
pyFlaskCreator
Generate simple Flask project template
Installation
pip install pyflaskcreator
Usage
pyflaskcreator [-h] -p PATH [-e ENV]
options:
-h, --help show this help message and exit
-p PATH, --path PATH Path of the app
-e ENV, --env ENV Python enviroment name
Example
Running :
pyflaskcreator -p myApp
Output
Project Structure
/myApp
├── static/
│ ├── flask_icon.png
│ └── welcome.css
├── templates/
│ └── welcome.html
├── venv/
└── app.py
Executing App
cd myApp
python app.py
Landing Page
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
pyflaskcreator-1.0.3.tar.gz
(111.7 kB
view details)
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 pyflaskcreator-1.0.3.tar.gz.
File metadata
- Download URL: pyflaskcreator-1.0.3.tar.gz
- Upload date:
- Size: 111.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc97e49619010dea981bed6aa70ab17ea914a2d74a4f49c52576a14d1c59cb1d
|
|
| MD5 |
7ac143bb88379edaa926fb9fa95889ac
|
|
| BLAKE2b-256 |
9901d69bdeb4c6d4caaf0304df15aa95aca57cd044ca1a5c40eefdb4317bcd7b
|
File details
Details for the file pyflaskcreator-1.0.3-py3-none-any.whl.
File metadata
- Download URL: pyflaskcreator-1.0.3-py3-none-any.whl
- Upload date:
- Size: 111.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a09f8dbdfddf97be054a53f11ba9185c9ca63f12933bf56d3a782c0641e39d40
|
|
| MD5 |
dd27b5137634c858b6d22422947f639a
|
|
| BLAKE2b-256 |
06133bce35e93109a66b18f726522bf0cc9ef4391cfb49bc1d0d6a17e438ae38
|