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.4.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.4.tar.gz.
File metadata
- Download URL: pyflaskcreator-1.0.4.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 |
8a6fd948dfa074a665c933579a263f40ecda99f3aca5ef93923d9c2d6913f097
|
|
| MD5 |
b76193949fee6e231ce16edd7f987097
|
|
| BLAKE2b-256 |
a53cfd0eb4b262fa7351a2667c264d3c531c070a5c30dbcbc28f3ed7bb5dd15b
|
File details
Details for the file pyflaskcreator-1.0.4-py3-none-any.whl.
File metadata
- Download URL: pyflaskcreator-1.0.4-py3-none-any.whl
- Upload date:
- Size: 111.4 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 |
7c35d118513101208803f7755ad0a6c04cc0da96fc6537507eeae390232b8a13
|
|
| MD5 |
d9a58f303eb3158afbc1dd2d33b81a7f
|
|
| BLAKE2b-256 |
ff6a8ddc5a3056788bed301cbbc5367f780d8b9ce32b783743ea5e9ece6b6387
|