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.13.1.tar.gz
(60.1 kB
view details)
File details
Details for the file guniflask-0.13.1.tar.gz.
File metadata
- Download URL: guniflask-0.13.1.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55426e397cf76bb6592b214f73a9c45b6c09db36515f45b0727d6d88f1c3e175
|
|
| MD5 |
dc1755b81c5b6449020064c571eed410
|
|
| BLAKE2b-256 |
b9978d4e4eaae44ab37e6944d3b3ada787fc0ad1902e6e3ee4d4206d5adb6cb6
|