You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flake8-6.0.0-2.lbn36.noarch
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. It runs all the tools by launching the single flake8 script, and displays the warnings in a per-file, merged output. It also adds a few features: files that contain "# flake8: noqa" are skipped, lines that contain a "# noqa" comment at the end will not issue warnings, Git and Mercurial hooks are included, a McCabe complexity checker is included, and it is extendable through flake8.extension entry points.
RPMPackage python3-firewall-2.0.2-1.lbn36.noarch
Python3 bindings for firewalld.
RPMPackage python3-filelock-3.14.0-1.lbn36.noarch
This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication
RPMPackage python3-file-read-backwards-2.0.0-1.lbn36.noarch
file_read_backwards .. image::
RPMPackage python3-iniparse-0.4-46.fc36.noarch
iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use. Python 3 version.
RPMPackage python3-schema-0.7.7-3.lbn36.noarch
schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. Python 3 version.
RPMPackage python3-zstandard-0.23.0-2.lbn36.x86_64
This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided.
RPMPackage python3-zenpy-2.0.40-1.lbn36.noarch
 
RPMPackage python3-zeep-4.2.1-1.lbn36.noarch
Zeep: Python SOAP client A Python SOAP clientHighlights: * Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3 * Build on top of lxml, requests and httpx * Support for Soap 1.1, Soap 1.2 and HTTP bindings * Support for WS- Addressing headers * Support for WSSE (UserNameToken / x.509 signing) * Support for asyncio using the httpx module * Experimental support for XOP messages Please see...
RPMPackage python3-yaspin-2.2.0-1.lbn36.noarch
yaspin: **Y**\ et **A**\ nother Terminal **Spin**\ ner for Python |Coverage| |pypi| |black-fmt||Versions| |Wheel| |Examples||DownloadsTot| |DownloadsW| Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations. It is easy to integrate into existing codebase by using it as a context manager_ or as a function decorator_:.. code:: python import time
RPMPackage python3-yarg-0.1.9-1.lbn36.noarch
yarg(1) -- A semi hard Cornish cheese, also queries PyPI .. image::
RPMPackage python3-yandexcloud-0.308.0-1.lbn36.noarch
 
RPMPackage python3-wtforms+email-3.2.1-1.lbn36.noarch
This is a metapackage bringing in email extras requires for python3-wtforms. It makes sure the dependencies are installed.
RPMPackage python3-wtforms-3.2.1-1.lbn36.noarch
With wtforms, your form field HTML can be generated for you. This allows you to maintain separation of code and presentation, and keep those messy parameters out of your python code.
RPMPackage python3-werkzeug-3.1.3-2.lbn36.noarch
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
RPMPackage python3-watchtower-3.0.1-1.lbn36.noarch
Watchtower: Python CloudWatch Logging Watchtower is a log handler for Amazon Web Services CloudWatch Logs < Logs is a log management service built into AWS. It is conceptually similar to services like Splunk, Datadog, and Loggly, but is more lightweight, cheaper, and tightly integrated with the rest of AWS.Watchtower, in turn, is a lightweight adapter between the Python logging system < and...
RPMPackage python3-vine-5.1.0-1.lbn36.noarch
vine - Python Promises |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|:Version: 5.1.0 :Web: :Download: :Source: :Keywords: promise, async, futureAbout This is a special implementation of promises in that it can be used both for promise of a value and lazy evaluation. The biggest upside for this is that everything in a promise can also be a promise, e.g. filters, callbacks and...
RPMPackage python3-vertica-1.1.1-1.lbn36.noarch
vertica-python is the official Vertica database client for the Python programming language. Please check the [project homepage]( for the details.
RPMPackage python3-usort-1.0.5-1.lbn36.noarch
**Safe, minimal import sorting for Python projects.**[![documentation]( [![version]( [![changelog]( [![license]( is a safe, minimal import sorter. Its primary goal is to make no "dangerous" changes to code. This is achieved by detecting distinct "blocks" of imports that are
RPMPackage python3-unicodecsv-0.14.1-26.fc36.noarch
The unicodecsv is a drop-in replacement for Python 2.7's csv module which supports unicode strings without a hassle. It is NOT a drop-in replacement for Python 3's csv module, see https://github.com/jdunck/python-unicodecsv/issues/65