Simple example using Flask and Swagger powered by gunicorn.
Project description
gunicorn-flask-swagger-example
Downloads
git clone https://github.com/danielef/gunicorn-flask-swagger-example.git
Development
First, create a virtual environment as follows:
cd gunicorn-flask-swagger-example
virtualenv -p python3.7 env
source env/bin/activate
Then, install using pip:
pip install .
And run it with:
gsfe
Display all the options with -h:
$ gfse -h
usage: gfse [-h] [-b HOST] [-p PORT] [-v] [-r]
optional arguments:
-h, --help show this help message and exit
-b HOST, --host HOST APIn Host
-p PORT, --port PORT API Port
-v, --verbose API debug
-r, --use-reloader API use reloader
Running with gunicorn
gunicorn -w 4 gfse.app:app
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gunicorn-flask-swagger-example-0.0.2.tar.gz.
File metadata
- Download URL: gunicorn-flask-swagger-example-0.0.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f9216dd12f7c984c2c2d30a82842e7f3dfb5ebd3bcc21a0a446ee85a53d0a4
|
|
| MD5 |
b1bef4bc4d06a62b8cef38d9844f53a1
|
|
| BLAKE2b-256 |
ba9782c7258132af1b5811430bc4f43181b247e1addea4b1a0969535b115307f
|
File details
Details for the file gunicorn_flask_swagger_example-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: gunicorn_flask_swagger_example-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a94a1b5566e61673e796460a9e69a7d7504c3b49b7b52044a3ca038798fa8d29
|
|
| MD5 |
28c18ddf24d4bb88302d88084a93d239
|
|
| BLAKE2b-256 |
4162b159580a72cb212ff6087dac403c3114fbb01f33be8502338e3c3e1d0eb9
|