a quick project directory maker for flask
Project description
flask-beginner
a quick project directory maker for flask.^_^
Quick Start
create a new dir such as yourproject
cd yourproject
python -m venv env
env\Scripts\activate
then
(env):pip install flask-beginner
(env):beginner -n myapp
your project will like this
.
│ .gitignore
│ README.md
│ requirements.txt
│ test.py
│ wsgi.py
│
└─myapp
│ extensions.py
│ forms.py
│ models.py
│ settings.py
│ __init__.py
│
├─blueprints
│ __init__.py
│
├─static
└─templates
Version
v 0.0.1 2023.8.6 create
v 0.0.2 2023.8.6 add app file __init__.py
V 0.0.3 2023.8.7:
- do not replace the original file
- Code optimization
v 0.0.4 2023.8.7:
- change nothing
zh-hans
憋死我了一直写英文。
flask-beginner是用于 偷懒
是用于创建我自己用的比较顺手的一个flask项目结构,
这个包依赖于flask,
也就是说开启一个flask项目直接用这个包就行。
虽然说这个包诞生以后的下载量可能完全是我自己在贡献,
但是这种全世界都能下载的感觉
真好啊 ^_^
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
Flask-Beginner-0.0.4.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file Flask-Beginner-0.0.4.tar.gz
.
File metadata
- Download URL: Flask-Beginner-0.0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdbe4686027d0a7e2e49914edbe6f9eb33421044d53fc159a237e9d9918e79de |
|
MD5 | 61b8544eafec04a5d3d65cee2e15656c |
|
BLAKE2b-256 | 02bcb0a68cdbe25f8bf47b9f5c2e81cc260425a0962be6466c7912b338553b69 |
File details
Details for the file Flask_Beginner-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: Flask_Beginner-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3c9a2bdc501b0cc19a9eb022718faecf6c182e6bdc237e8ceb72787e177b489 |
|
MD5 | 18e22a3198a4c1d075b0f9783dfdc492 |
|
BLAKE2b-256 | 8d370a48c5ef9591444294f30e082b341354bb3c344c38671d5ca1b8376ebd31 |