-
python3-grpcio-status-1.59.0-1.lbn36.noarch
gRPC Python Status Proto Reference package for GRPC Python status proto
mapping.Supported Python Versions - Python > 3.7Dependencies Depends on the
grpcio package, available from PyPI via pip install grpcio.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-grpcio-status-1.59.0-1.lbn36.noarch
gRPC Python Status Proto Reference package for GRPC Python status proto
mapping.Supported Python Versions - Python > 3.7Dependencies Depends on the
grpcio package, available from PyPI via pip install grpcio.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-grpcio-status-1.59.0-1.lbn36.noarch
gRPC Python Status Proto Reference package for GRPC Python status proto
mapping.Supported Python Versions - Python > 3.7Dependencies Depends on the
grpcio package, available from PyPI via pip install grpcio.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-grpcio-tools-1.68.0-1.lbn36.x86_64
gRPC Python Tools Package for gRPC Python tools.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-gssapi-1.7.2-2.fc36.x86_64
A set of Python bindings to the GSSAPI C library providing both
a high-level pythonic interfaces and a low-level interfaces
which more closely matches RFC 2743. Includes support for
RFC 2743, as well as multiple extensions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-gunicorn-19.4.5-1.lbn19.noarch
Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the
pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI,
Django, and Paster applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-gunicorn-23.0.0-1.lbn36.noarch
Gunicorn
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork
worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server
resource usage, and fairly speedy.
Feel free to join us in #gunicorn on Libera.chat.
Documentation
The documentation is hosted at https:/docs.gunicorn.org.
Installation
Gunicorn requires Python 3.x >= 3.7.
Install from PyPI:
$ pip install gunicorn
Usage
Basic usage:
$ gunicorn [OPTIONS] APP_MODULE
Where APP_MODULE is of the pattern $(MODULE_NAME):$(VARIABLE_NAME). The
module name can be a full dotted path. The variable name refers to a WSGI
callable that should be found in the specified module.
Example with test app:
$ cd examples
$ gunicorn --workers=2 test:app
Contributing
See our complete contributor’s guide for more details.
License
Gunicorn is released under the MIT License. See the LICENSE file for more
details.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-gunicorn-23.0.0-1.lbn36.noarch
Gunicorn
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork
worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server
resource usage, and fairly speedy.
Feel free to join us in #gunicorn on Libera.chat.
Documentation
The documentation is hosted at https:/docs.gunicorn.org.
Installation
Gunicorn requires Python 3.x >= 3.7.
Install from PyPI:
$ pip install gunicorn
Usage
Basic usage:
$ gunicorn [OPTIONS] APP_MODULE
Where APP_MODULE is of the pattern $(MODULE_NAME):$(VARIABLE_NAME). The
module name can be a full dotted path. The variable name refers to a WSGI
callable that should be found in the specified module.
Example with test app:
$ cd examples
$ gunicorn --workers=2 test:app
Contributing
See our complete contributor’s guide for more details.
License
Gunicorn is released under the MIT License. See the LICENSE file for more
details.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-h2-4.2.0-1.lbn36.noarch
HTTP/2 Protocol Stack This repository contains a pure-Python
implementation of a HTTP/2 protocol stack. It's written from the ground up to
be embeddable in whatever program you choose to use, ensuring that you can
speak HTTP/2 regardless of your programming paradigm.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-h11-0.16.0-1.lbn36.noarch
This is a little HTTP/1.1 library written from scratch in Python, heavily
inspired by hyper-h2. It is a "bring-your-own-I/O" library; h11 contains no IO
code whatsoever. This means you can hook h11 up to your favorite network API,
and that could be anything you want: synchronous, threaded, asynchronous, or
your own implementation of RFC 6214 -- h11 will not judge you. This also means
that h11 is not immediately useful out of the box: it is a toolkit for building
programs that speak HTTP, not something that could directly replace requests or
twisted.web or whatever. But h11 makes it much easier to implement something
like requests or twisted.web.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36