You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-freezegun-1.4.0-1.lbn36.noarch
FreezeGun: Let your Python tests travel through time FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.Usage Once the decorator or context manager have been invoked, all calls to datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(), time.time(), time.localtime(), time.gmtime(), and time.strftime() will return the...
RPMPackage python3-formencode-2.0.1-2.fc36.noarch
FormEncode validates and converts nested structures. It allows for a. declarative form of defining the validation, and decoupled processes. for filling and generating forms. This package contains the python3 version of the module.
RPMPackage python3-formencode-2.0.1-2.fc36.noarch
FormEncode validates and converts nested structures. It allows for a. declarative form of defining the validation, and decoupled processes. for filling and generating forms. This package contains the python3 version of the module.
RPMPackage python3-forbiddenfruit-0.1.4-1.lbn36.noarch
[![Build Status]( Forbidden Fruit![Forbidden Fruit](logo.png)This project allows Python code to extend built-in types.If that's a good idea or not, you tell me. The first need this project attended was allowing a [Python assertion library]( to implement a similar API to [RSpec Expectations]( and [should.js]( But people got creative and used it to among other things [spy on things](
RPMPackage python3-fonttools+woff-4.29.1-1.fc36.noarch
This is a metapackage bringing in woff extras requires for python3-fonttools. It makes sure the dependencies are installed.
RPMPackage python3-fonttools+unicode-4.29.1-1.fc36.noarch
This is a metapackage bringing in unicode extras requires for python3-fonttools. It makes sure the dependencies are installed.
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.