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