-
python3-gpg-1.15.1-6.fc36.x86_64
gpgme bindings for Python 3.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-graphene-3.2.2-1.lbn36.noarch
**We are looking for contributors**! Please check the ROADMAP < to see how you
can help ������--|Graphene Logo| Graphene <>__ |Build Status| |PyPI version|
|Coverage Status| Introduction Graphene <>__ is a Python library for building
GraphQL schemas/types fast and easily.- **Easy to use:** Graphene helps you use
GraphQL in Python without effort. - **Relay:** Graphene has builtin support for
Relay.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-graphene-django-3.0.0-1.lbn36.noarch
Please read UPGRADE-v2.0.md < to learn how to upgrade to Graphene
2.0.--|Graphene Logo| Graphene-Django |Build Status| |PyPI version| |Coverage
Status| A Django < integration for Graphene < Documentation -Visit the
documentation to get started! < -For installing graphene, just run this command
in your shell
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-graphene-sqlalchemy-2.3.0-1.lbn36.noarch
Please read UPGRADE-v2.0.md < to learn how to upgrade to Graphene
2.0.--|Graphene Logo| Graphene-SQLAlchemy |Build Status| |PyPI version|
|Coverage Status| A SQLAlchemy < integration for Graphene < For instaling
graphene, just run this command in your shell.. code:: bash pip install
"graphene-sqlalchemy>2.0"Examples Here is a simple SQLAlchemy model:
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-graphql-core-3.2.3-1.lbn36.noarch
GraphQL-core-3 is a Python port of GraphQL.js, the JavaScript reference
implementation for GraphQL, a query language for APIs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-graphql-relay-3.2.0-1.lbn36.noarch
GraphQL-relay is the Relay library for GraphQL-core implemented in Python.
It allows the easy creation of Relay-compliant servers using GraphQL-core.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-green-3.4.2-1.lbn36.noarch
Green is a clean, colorful, fast python test runner.Documentation -For full
documentation please visit the Github page for Green_, or subscribe to Python
Testing with Green_ on Udemy. You can find discounts for the Udemy course in
the documentation on Github.Features - **Clean** - Low redundancy in output.
Result statistics for each test is vertically aligned. - **Colorful** -
Terminal output...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-greenlet-3.1.1-1.lbn36.x86_64
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".
Python 3 version.
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-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