You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-prometheus_client-0.13.1-1.fc36.noarch
Python client for Prometheus.
RPMPackage python3-progressbar2-3.53.2-4.fc36.noarch
A text progress bar is typically used to display the progress of a long running operation, providing a visual cue that processing is underway. The ProgressBar class manages the current progress, and the format of the line is given by a number of widgets. The progressbar module is very easy to use, yet very powerful. It will also automatically enable features like auto-resizing when the system supports it.
RPMPackage python3-progress-1.6-1.lbn36.noarch
Easy progress reporting for Python |pypi||demo|.. |pyp .. |dem -There are 7 progress bars to choose from:- Bar - ChargingBar - FillingSquaresBar - FillingCirclesBar - IncrementalBar - PixelBar - ShadyBarTo use them, just call next to advance and finish to finish:.. code-block:: python from progress.bar import Bar bar Bar('Processing', max20) for i in range(20):
RPMPackage python3-profilehooks-1.12.0-5.fc36.noarch
Profilehooks is a collection of decorators for profiling functions.
RPMPackage python3-productmd-1.33-4.fc36.noarch
Python library providing parsers for metadata related to composes and installation media.
RPMPackage python3-prelude-5.2.0-11.fc36.x86_64
Provides python 3 bindings for prelude.
RPMPackage python3-pptx-0.6.21-1.lbn36.noarch
*python-pptx* is a Python library for creating and updating PowerPoint (.pptx) A typical use would be generating a customized PowerPoint presentation from database content, downloadable by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It...
RPMPackage python3-portend-3.1.0-2.fc36.noarch
por·tend pôrˈtend/ be a sign or warning that (something, especially something momentous or calamitous) is likely to happen.
RPMPackage python3-policycoreutils-3.3-4.fc36.noarch
The python3-policycoreutils package contains the interfaces that can be used by python 3 in an SELinux environment.
RPMPackage python3-ply-3.11-25.lbn36.noarch
PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. Python 3 version.
RPMPackage python3-plumber-1.7-1.lbn36.noarch
Plumbing is an alternative to mixin-based extension of classes. In motivation an incomplete list of limitations and/or design choices of python's subclassing are given along with plumber's solutions for them. The plumbing system is
RPMPackage python3-pluggy-1.5.0-1.lbn36.noarch
pluggy - A minimalist production ready plugin system |pypi| |conda-forge| |versions| |travis| |appveyor| |gitter| |black| |codecov|This is the core framework used by the pytest_, tox_, and devpi_ projects.Please read the docs_ to learn more!A definitive example .. code-block:: python import pluggy hookspec pluggy.HookspecMarker("myproject") hookimpl pluggy.HookimplMarker("myproject") class...
RPMPackage python3-platformdirs-3.9.1-2.lbn36.noarch
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
RPMPackage python3-pkginfo-1.12.1.2-1.lbn36.noarch
This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distribution (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop).
RPMPackage python3-pivy-0.6.7-2.fc36.x86_64
Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.
RPMPackage python3-pip-25.0.1-1.lbn36.noarch
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. Please take a look at our documentation for how to install and use pip: Installation Usage We release updates regularly, with a new version every 3 months. Find more details in our documentation: Release notes Release process If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: Issue tracking Discourse channel User IRC If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: GitHub page Development documentation Development IRC Code of Conduct Everyone interacting in the pip project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.
RPMPackage python3-pillow-tk-11.2.1-1.lbn36.x86_64
Tk interface for pillow.
RPMPackage python3-pillow-11.2.1-1.lbn36.x86_64
Python image processing library, fork of the Python Imaging Library (PIL) This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt), devel (development) and doc (documentation).
RPMPackage python3-piexif-1.1.3-12.fc36.noarch
Very simple Python library to simplify exif manipulations that does not depend on other libraries. There are only just five functions: load(filename) - Get exif data as dict. dump(exif_dict) - Get exif as bytes to save with JPEG. insert(exif_bytes, filename) - Insert exif into JPEG. remove(filename) - Remove exif from JPEG. transplant(filename, filename) - Transplant exif from JPEG to JPEG. Python 3 version.
RPMPackage python3-pickleshare-0.7.5-8.fc36.noarch
PickleShare - a small ‘shelve’ like data store with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. Concurrency is possible because the values are stored in separate files. Hence the “database” is a directory where all files are governed by PickleShare.