Better coding experience for Flask
Project description
Overview
guniflask是自动化生成基于flask + gunicorn的服务端项目基础代码的构建工具。
Getting Started
安装guniflask项目生成工具:
$ pip install -U guniflask-cli
新建一个空文件夹 foo 并进入到 foo 中:
$ mkdir foo && cd foo
运行如下命令:
$ guniflask init
当出现提示时按 Enter 键即可选择默认设置。 提示项目创建成功后,安装项目所需依赖:
$ pip install -r requirements/app.txt
调试模式启动项目:
$ bash bin/manage debug
Documentation
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
guniflask-0.12.21.tar.gz
(59.9 kB
view details)
File details
Details for the file guniflask-0.12.21.tar.gz
.
File metadata
- Download URL: guniflask-0.12.21.tar.gz
- Upload date:
- Size: 59.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b258c4a949d021339e8847967b3ed76993c148e6ecc2bca4cf77681e8535d672 |
|
MD5 | 5c099ee4013c5a21559c31fc9f32c0c1 |
|
BLAKE2b-256 | 6c62f1f0bd348ce232ed41ab91f2ebd76b10b515555823cf20af98eba13d23a1 |