Ravenports generated: 30 Jan 2023 20:50
[ravenports.git] / bucket_CD / python-gunicorn
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-gunicorn
4 VERSION=                20.1.0
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/e4/dd/5b190393e6066286773a67dfcc2f9492058e9b57c4867a95f1ba5caf0a83
14 DISTFILE[1]=            gunicorn-20.1.0-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-20.1.0.dist-info
27
28 CPE_PRODUCT=            gunicorn
29 CPE_VENDOR=             gunicorn
30 GENERATED=              yes
31
32 [PY310].RUN_DEPENDS_ON=                 python-setuptools:single:py310
33 [PY310].USES_ON=                        python:py310,wheel
34
35 [PY311].RUN_DEPENDS_ON=                 python-setuptools:single:v11
36 [PY311].USES_ON=                        python:v11,wheel
37
38 [FILE:1301: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 Freenode_.
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://webchat.freenode.net/?channels=gunicorn
94 .. _Freenode: https://freenode.net/
95 .. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE
96
97
98 [FILE:111:distinfo]
99 9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e        79531 gunicorn-20.1.0-py3-none-any.whl
100