Skip to main content

flask + gunicorn + gevent

Project description

https://travis-ci.org/jadbin/guniflask.svg?branch=master https://coveralls.io/repos/github/jadbin/guniflask/badge.svg?branch=master https://img.shields.io/badge/license-Apache2-blue.svg

Overview

guniflask是自动化生成基于flask + gunicorn + gevent的服务端项目基础代码的构建工具。

Installation

guniflask需要Python 3.5或更高版本的环境支持。

可以通过pip安装或升级guniflask:

pip install -U guniflask

Getting Started

新建一个空文件夹 foo 并进入到 foo 中运行guniflask:

$ mkdir foo && cd foo
$ guniflask init

当出现提示时按 Enter 键即可选择默认设置。 提示项目创建成功后,执行启动项目的命令:

$ bash bin/manage start

提示项目已启动后,在浏览器中访问 http://localhost:8000/api/hello-world 即可看到:

Hello World!

执行停止项目的命令:

$ bash bin/manage stop

Documentation

https://guniflask.readthedocs.io/

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

guniflask-0.2.3.tar.gz (30.3 kB view hashes)

Uploaded Source

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