You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-mypy-plugins-1.9.3-1.lbn36.noarch
<img src" alt"mypy logo" width"300px"/> pytest plugin for testing mypy types, stubs, and plugins[![Tests Status]( [![Checked with mypy]( [![Gitter]( [![PyPI](
RPMPackage python3-pytest-mypy-0.9.1-1.lbn36.noarch
pytest-mypy Mypy static type checker plugin for pytest --* Runs the mypy static type checker on your source files as part of your pytest test runs. * Does for mypy_ what the pytest-flake8_ plugin does for flake8_. * This is a work in progress – pull requests appreciated. Installation You can install "pytest- mypy" via pip_ from PyPI_:.. code-block:: bash $ pip install pytest-mypyUsage You can...
RPMPackage python3-pytest-mock-3.14.0-3.lbn36.noarch
This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.
RPMPackage python3-pytest-enabler-1.2.1-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
RPMPackage python3-pytest-django-4.1.0-5.lbn36.noarch
pytest-django allows you to test your Django project/applications with the pytest testing tool.
RPMPackage python3-pytest-django-4.1.0-5.lbn36.noarch
pytest-django allows you to test your Django project/applications with the pytest testing tool.
RPMPackage python3-pytest-cover-3.0.0-1.lbn36.noarch
 
RPMPackage python3-pytest-checkdocs-2.7.1-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. image::
RPMPackage python3-pytest-black-multipy-1.0.1-1.lbn36.noarch
.. .. .. .. :target:
RPMPackage python3-pytest-black-0.3.12-1.lbn36.noarch
pytest-black [![Build Status]( pytest plugin to enable format checking with [black]( Requirements * [pytest]( * [black]( is a minimum requirement of black 19.3b0 or later.Installation $ pip install pytest-blackUsage To run pytest with formatting checks provided by black: $ pytest --black The plugin will output a diff of suggested formatting changes (if any exist). Changes will _not_ be applied...
RPMPackage python3-pytest-8.3.5-2.lbn36.noarch
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
RPMPackage python3-pyte-0.8.1-1.lbn36.noarch
.. -*- mode: rst -*-:: _ | | _ __ _ _ | |_ ___ | '_ \ | | | || __|/ _ \ | |_) || |_| || |_| __/ | .__/ \__, | \__|\___| | | __/ | |_| |___/ 0.8.1 What is pyte? --It's an in memory VTXXX-compatible terminal emulator. *XXX* stands for a series of video terminals, developed by DEC < between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de- facto...
RPMPackage python3-pystray-0.17.3-4.fc36.noarch
This library allows you to create a system tray icon.
RPMPackage python3-pystache-0.6.0-1.lbn36.noarch
.. Do not edit this file. This file is auto-generated for PyPI by setup.py .. using pandoc, so edits should go in the source files rather than here.Pystache |CI| |Conda| |Coverage| |Security check - Bandit| |Release||pre-commit| |Maintainability||Latest release| |License| |Python|This updated fork of Pystache is currently tested on Python 3.6+ and in Conda, on Linux, Macos, and Windows (Python...
RPMPackage python3-pyspf-2.0.14-11.fc36.noarch
SPF does email sender validation. For more information about SPF, please see http://spf.pobox.com. This SPF client is intended to be installed on the border MTA, checking if incoming SMTP clients are permitted to forward mail. The SPF check should be done during the MAIL FROM:<...> command. This package provides Python 3 build of pyspf.
RPMPackage python3-pysocks-1.7.1-12.fc36.noarch
A fork of SocksiPy with bug fixes and extra features. Acts as a drop-in replacement to the socket module. Featuring: - SOCKS proxy client for Python 2.6 - 3.x - TCP and UDP both supported - HTTP proxy client included but not supported or recommended (you should use urllib2's or requests' own HTTP proxy interface) - urllib2 handler included. This package is for Python3 version 3.10 only.
RPMPackage python3-pyside2-5.15.7-1.fc36.x86_64
PySide2 is the official Python module from the Qt for Python project, which provides access to the complete Qt 5.13+ framework. The name Shiboken2 and PySide2 make reference to the Qt 5 compatibility, since the previous versions (without the 2) refer to Qt 4.
RPMPackage python3-pyserial-3.4-13.fc36.noarch
This module encapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named "serial" automatically selects the appropriate backend.
RPMPackage python3-pyscss-1.4.0-2.lbn36.x86_64
pyScss, a Scss compiler for Python |build-status| |coverage|.. |build-statu .. |coverag pyScss is a compiler for the Sass_ language, a superset of CSS3 that adds programming capabilities and some other syntactic sugar... _Sass: -You need Python 2.6+ or 3.3+. PyPy is also supported.Installation:: pip install pyScssUsage::
RPMPackage python3-pyrsistent-0.18.1-2.fc36.x86_64
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.