You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pyverbs-46.0-4.lbn36.x86_64
Pyverbs is a Cython-based Python API over libibverbs, providing an easy, object-oriented access to IB verbs.
RPMPackage python3-pyudev-0.22.0-8.fc36.noarch
pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports almost all libudev functionality, you can enumerate devices, query device properties and attributes or monitor devices, including asynchronous monitoring with threads, or within the event loops of Qt, Glib or wxPython. The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier versions of udev as found on dated Linux systems may work, but are not officially supported.
RPMPackage python3-pytz-deprecation-shim-0.1.0.post0-1.lbn36.noarch
 
RPMPackage python3-pytz-2024.1-1.lbn36.noarch
pytz - World Timezone Definitions for Python :Author: Stuart Bishop <stuart@stuartbishop.net>Introduction pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference...
RPMPackage python3-python-gettext-4.0-1.lbn36.noarch
This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword.The idea for this project had been rather ambitious, but never lived up to what is was supposed to do. Look at Babel ( for a project more worthy of this projects name.Development takes place at * Hanno...
RPMPackage python3-python-dotenv-0.15.0-1.lbn36.noarch
_______ .__ __. ____ ____ | ____|| \ | | \ \ / / | |__ | \| | \ \/ / | __| | . | \ / __ | |____ | |\ | \ / (__)|_______||__| \__| \__/python-dotenv | [![Build Status]( [![Coverage Status]( [![PyPI version]( [![Say Thanks!](
RPMPackage python3-python-dateutil-2.9.0.post0-2.lbn36.noarch
dateutil - powerful extensions to datetime The dateutil module provides powerful extensions to the standard datetime module, available in Python. Installation dateutil can be installed from PyPI using pip (note that the package name is different from the importable name): pip install python-dateutil Download dateutil is available on PyPI https:/pypi.org/project/python-dateutil/ The documentation is hosted at: https:/dateutil.readthedocs.io/en/stable/ Code The code and issue tracker are hosted on GitHub: https:/github.com/dateutil/dateutil/ Features Computing of relative deltas (next month, next year, next Monday, last week of month, etc); Computing of relative deltas between two given date and/or datetime objects; Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. Generic parsing of dates in almost any string format; Timezone (tzinfo) implementations for tzfile(5) fo
RPMPackage python3-pytest-runner-5.3.2-1.lbn36.noarch
Setup scripts can use pytest-runner to add setup.py test support for pytest runner. Python 3 version.
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...