You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flake8-import-order-0.18.2-3.lbn36.noarch
Flake8 plugin for checking order of imports in Python code.
RPMPackage python3-flake8-html-0.4.3-1.lbn36.noarch
flake8-html A flake8 plugin to generate HTML reports of flake8 violations.Simply.. code-block:: bash $ pip install flake8-htmlThen run flake8 passing the --formathtml option and a --htmldir:
RPMPackage python3-flake8-docstrings-1.6.0-6.lbn36.noarch
A simple module that adds an extension for the fantastic pydocstyle tool to flake8.
RPMPackage python3-flake8-deprecated-1.3-1.lbn36.noarch
.. -*- coding: utf-8 -*- Flake8 deprecations plugin No language, library or framework ever get everything right from the very beginning. The project evolves, new features are added/changed/removed.This means that projects relying on them must keep an eye on what's currently best practices.
RPMPackage python3-flake8-debugger-4.1.2-1.lbn36.noarch
Flake8 debugger plugin Check for pdb;idbp imports and set traces, as well as from IPython.terminal.embed import InteractiveShellEmbed and InteractiveShellEmbed()().This module provides a plugin for flake8, the Python code checker. Installation You can install or upgrade flake8-debugger with these commands:: $ pip install flake8-debugger $ pip install --upgrade flake8-debugger Plugin for Flake8...
RPMPackage python3-flake8-coding-1.3.2-1.lbn36.noarch
Flake8 Coding plugin Adds coding magic comment checks (coding:) to flake8.Install Install with pip:: $ pip install flake8-codingYou can check that flake8 has picked it up by looking for flake8_coding
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-file-magic-5.45-1.lbn36.noarch
This package contains the Python 3 bindings to allow access to the libmagic API. The libmagic library is also used by the familiar file(1) command.
RPMPackage python3-fb-re2-1.0.7-8.lbn36.x86_64
python-fb-re2 is a Python extension that wraps Google's RE2 regular expression library. This is Facebook's pyre2 Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
RPMPackage python3-fastnumbers-3.2.1-1.lbn36.x86_64
fastnumbers :target:
RPMPackage python3-fasteners-0.18-1.fc36.noarch
Cross platform locks for threads and processes
RPMPackage python3-fastdiff-0.3.0-1.lbn36.noarch
fastdiff A fast/native implementation of diff algorithms using WebAssembly and Wasmer_.
RPMPackage python3-fastcache-1.1.0-12.fc36.x86_64
This package contains a C implementation of the python 3 lru_cache. It passes all tests in the standard library for functools.lru_cache.
RPMPackage python3-fancycompleter-0.9.1-1.lbn36.noarch
fancycompleter: colorful Python TAB completion What is is? --fancycompleter is a module to improve your experience in Python by adding TAB completion to the interactive prompt. It is an extension of the stdlib\'s [rlcompleter]( module.Its best feature is that the completions are displayed in different colors, depending on their type:![image]( the image above, strings are shown in green,...
RPMPackage python3-extras-1.0.0-19.fc36.noarch
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.
RPMPackage python3-executing-2.2.0-1.lbn36.noarch
Get information about what a Python frame is currently doing, particularly the AST node being executed
RPMPackage python3-et_xmlfile-1.0.1-24.fc36.noarch
et_xmlfile is a low memory library for creating large XML files. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module.