You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-readme-renderer-44.0-1.lbn36.noarch
Readme Renderer Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse_ to render the long_description for packages. It can handle Markdown, reStructuredText (.rst), and plain text.
RPMPackage python3-rdflib-5.0.0-4.fc36.noarch
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata. The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints. This is for Python 3.
RPMPackage python3-qt5-base-5.15.6-10.fc36.x86_64
Python 3 bindings for Qt5 base.
RPMPackage python3-qt5-5.15.6-10.fc36.x86_64
Python 3 bindings for Qt5.
RPMPackage python3-qscintilla-qt5-2.14.1-2.lbn36.x86_64
QScintilla-qt5 python3 bindings.
RPMPackage python3-pyyaml-6.0.1-11.lbn36.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence.
RPMPackage python3-pyxdg-0.27-4.fc36.noarch
PyXDG is a python library to access freedesktop.org standards. This package contains a Python 3 version of PyXDG.
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.