Ravenports generated: 17 Jul 2023 23:40
[ravenports.git] / bucket_CD / python-gunicorn
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-gunicorn
4 VERSION=                21.0.1
5 KEYWORDS=               python
6 VARIANTS=               py310 v11
7 SDESC[py310]=           WSGI HTTP Server for UNIX (3.10)
8 SDESC[v11]=             WSGI HTTP Server for UNIX (3.11)
9 HOMEPAGE=               https://gunicorn.org
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/a8/91/3f96a766e0c4d6fc55b522a6fab2ba6da13e4e22f1b2b3730b241bedc141
14 DISTFILE[1]=            gunicorn-21.0.1-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[v11]=             single
18
19 OPTIONS_AVAILABLE=      PY310 PY311
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY310=ON PY311=OFF
22 VOPTS[v11]=             PY310=OFF PY311=ON
23
24 USES=                   cpe
25
26 DISTNAME=               gunicorn-21.0.1.dist-info
27
28 CPE_PRODUCT=            gunicorn
29 CPE_VENDOR=             gunicorn
30 GENERATED=              yes
31
32 [PY310].RUN_DEPENDS_ON=                 python-packaging:single:py310
33 [PY310].USES_ON=                        python:py310,wheel
34
35 [PY311].RUN_DEPENDS_ON=                 python-packaging:single:v11
36 [PY311].USES_ON=                        python:v11,wheel
37
38 [FILE:1306:descriptions/desc.single]
39 Gunicorn
40 --------
41
42 Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
43 pre-fork
44 worker model ported from Ruby's Unicorn_ project. The Gunicorn server is
45 broadly
46 compatible with various web frameworks, simply implemented, light on server
47 resource usage, and fairly speedy.
48
49 Feel free to join us in `#gunicorn`_ on `Libera.chat`_.
50
51 Documentation
52 -------------
53
54 The documentation is hosted at https://docs.gunicorn.org.
55
56 Installation
57 ------------
58
59 Gunicorn requires **Python 3.x >= 3.5**.
60
61 Install from PyPI::
62
63     $ pip install gunicorn
64
65 Usage
66 -----
67
68 Basic usage::
69
70     $ gunicorn [OPTIONS] APP_MODULE
71
72 Where APP_MODULE is of the pattern ``$(MODULE_NAME):$(VARIABLE_NAME)``. The
73 module name can be a full dotted path. The variable name refers to a WSGI
74 callable that should be found in the specified module.
75
76 Example with test app::
77
78     $ cd examples
79     $ gunicorn --workers=2 test:app
80
81 Contributing
82 ------------
83
84 See [our complete contributor's guide] for more details.
85
86 License
87 -------
88
89 Gunicorn is released under the MIT License. See the LICENSE_ file for more
90 details.
91
92 .. _Unicorn: https://bogomips.org/unicorn/
93 .. _`#gunicorn`: https://web.libera.chat/?channels=#gunicorn
94 .. _`Libera.chat`: https://libera.chat/
95 .. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE
96
97
98 [FILE:111:distinfo]
99 949880781d74f55eda34eb1a552f9c83db6edb42f2bd4f87c09e2a66b13922ea        81087 gunicorn-21.0.1-py3-none-any.whl
100