You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-humanize-4.12.1-1.lbn36.noarch
This modest package contains various common humanization utilities, like turning a number into a fuzzy human readable duration ('3 minutes ago') or into a human readable size or throughput.
RPMPackage python3-httplib2-0.21.0-1.lbn36.noarch
A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries.**HTTP and HTTPS** HTTPS support is only available if the socket module was compiled with SSL support. **Keep-Alive** Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. **Authentication** The following three types of...
RPMPackage python3-html5lib-1.1-24.lbn36.noarch
A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
RPMPackage python3-hivex-1.3.21-6.fc36.x86_64
python3-hivex contains Python 3 bindings for hivex.
RPMPackage python3-hawkey-0.73.4-1.lbn36.x86_64
Python 3 bindings for the hawkey library.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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...
RPMPackage 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.
RPMPackage 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.
RPMPackage 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:
RPMPackage 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
RPMPackage 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.
RPMPackage python3-gpg-1.15.1-6.fc36.x86_64
gpgme bindings for Python 3.
RPMPackage python3-google-auth-oauthlib-1.0.0-1.lbn36.noarch
oauthlib integration for Google Auth |pypi|This library provides oauthlib_ integration with google-auth_... |buil .. |pyp .. _oauthlib: .. _google-auth: -You can install using pip_::
RPMPackage python3-google-auth-2.30.0-2.lbn36.noarch
Python client for the kubernetes API.
RPMPackage python3-gobject-base-noarch-3.42.1-1.fc36.noarch
This package provides the non-cairo specific bits of the GObject Introspection library that are not architecture specific.
RPMPackage python3-gobject-base-3.42.1-1.fc36.x86_64
This package provides the non-cairo specific bits of the GObject Introspection library that are architecture specific.
RPMPackage python3-gobject-3.42.1-1.fc36.x86_64
The python3-gobject package provides a convenient wrapper for the GObject library and and other libraries that are compatible with GObject Introspection, for use in Python 3 programs.