You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-fonttools+ufo-4.29.1-1.fc36.noarch
This is a metapackage bringing in ufo extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+type1-4.29.1-1.fc36.noarch
This is a metapackage bringing in type1 extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+symfont-4.29.1-1.fc36.noarch
This is a metapackage bringing in symfont extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+plot-4.29.1-1.fc36.noarch
This is a metapackage bringing in plot extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+lxml-4.29.1-1.fc36.noarch
This is a metapackage bringing in lxml extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+interpolatable-4.29.1-1.fc36.noarch
This is a metapackage bringing in interpolatable extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+graphite-4.29.1-1.fc36.noarch
This is a metapackage bringing in graphite extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools-4.29.1-1.fc36.noarch
fontTools is a library for manipulating fonts, written in Python. The project includes the TTX tool, that can convert TrueType and OpenType fonts to and from an XML text format, which is also called TTX. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
RPMPackage python3-flup-1.0.3-1.lbn36.noarch
 
RPMPackage python3-flask-theme-0.3.5-1.lbn36.noarch
flask-theme --flask-theme provides infrastructure for theming support in Flask applications. It takes care of:- loading themes - rendering templates from themes - serving static files like CSS and images from themes* documentation < * development version <
RPMPackage python3-flask-sphinx-themes-1.0.2-1.lbn36.noarch
Flask Sphinx Themes This repository contains Sphinx themes for Flask and Flask related projects. To use this theme in your Sphinx documentation:1. Install the package using pip: pip install Flask-Sphinx-Themes2. Add this to conf.py: .. code-block:: python html_theme 'flask'Themes The following themes exist for html_theme. flask The standard Flask documentation theme for large...
RPMPackage python3-flake8-todo-0.7-1.lbn36.noarch
Flake8 TODO plugin Check for TODO notes.This module provides a plugin for flake8, the Python code checker. Installation You can install or upgrade flake8-todo with these commands:: $ pip install flake8-todo $ pip install --upgrade flake8-todo Plugin for Flake8 --When both flake8 2.0 and flake8-todo are installed, the plugin is available in flake8:: $ flake8 --version 2.0 (pep8: 1.4.5, mccabe:...
RPMPackage python3-flake8-print-5.0.0-1.lbn36.noarch
Flake8 print plugin Check for Print statements in python files.This module provides a plugin for flake8, the Python code checker. Installation You can install or upgrade flake8-print with these commands:: $ pip install flake8-print $ pip install --upgrade flake8-print Plugin for Flake8 --When both flake8 2.4.1 and flake8-print are installed, the plugin is available in flake8:: $ flake8...
RPMPackage python3-flake8-polyfill-1.0.2-13.fc36.noarch
flake8-polyfill is a package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously.
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