Skip to main content

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:

  1. do not replace the original file
  2. Code optimization

v 0.0.4 2023.8.7:

  1. change nothing

zh-hans

憋死我了一直写英文。

flask-beginner是用于 偷懒

是用于创建我自己用的比较顺手的一个flask项目结构,

这个包依赖于flask,

也就是说开启一个flask项目直接用这个包就行。

虽然说这个包诞生以后的下载量可能完全是我自己在贡献,

但是这种全世界都能下载的感觉

真好啊 ^_^

Project details


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 hashes)

Uploaded Source

Built Distribution

Flask_Beginner-0.0.4-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page