You are here: Home

Modified items

All recently modified items, latest first.
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.9.6-1.lbn36.noarch
pkginfo README This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (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). Please see the...
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-10.3.0-2.lbn36.x86_64
Tk interface for pillow.
RPMPackage python3-pillow-10.3.0-2.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.
RPMPackage python3-pgpdump-1.2.12-19.fc36.noarch
python-pgpdump is a Python 3 library for parsing PGP packets. The intent here is not on completeness, as we don't currently decode every packet type, but on being able to do what people actually have to 95% of the time. Currently supported things include: * Signature packets * Public key packets * Secret key packets * Trust, user ID, and user attribute packets * ASCII-armor decoding and CRC check
RPMPackage python3-pexpect-4.9.0-5.lbn36.noarch
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. This package contains the python3 version of this module. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module.
RPMPackage python3-pep517-0.12.0-2.fc36.noarch
This package contains wrappers around the hooks of standard API for systems which build Python packages, specified in PEP 517.
RPMPackage python3-pep440-0.1.2-1.lbn36.noarch
pep440
RPMPackage python3-pdfminer-20240706-2.lbn36.noarch
Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device that uses the power of pdfminer.six for other purposes than text analysis. Check out the full documentation on Read the Docs (https://pdfminersix.readthedocs.io/). Features: • Written entirely in Python. • Parse, analyze, and convert PDF documents. • PDF-1.7 specification support. (well, almost). • CJK languages and vertical writing scripts support. • Various font types (Type1, TrueType, Type3, and CID) support. • Support for extracting images (JPG, JBIG2, Bitmaps). • Support for various compressions (ASCIIHexDecode, ASCII85Decode, LZWDecode, FlateDecode, RunLengthDecode, CCITTFaxDecode) • Support for RC4 and AES encryption. • Support for AcroForm interactive form extraction. • Table of contents extraction. • Tagged contents extraction. • Automatic layout analysis.
RPMPackage python3-pdfkit-0.6.1-12.lbn36.noarch
Python 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit. This is an adapted version of Ruby PDFKit.
RPMPackage python3-pdbpp-0.10.3-1.lbn36.noarch
.. -*- restructuredtext -*-pdb++, a drop-in replacement for pdb What is it? This module is an extension of the pdb_ module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible. pdb++ features include: - colorful TAB completion of Python expressions (through...
RPMPackage python3-pcp-6.0.1-1.fc36.x86_64
This python PCP module contains the language bindings for Performance Metric API (PMAPI) monitor tools and Performance Metric Domain Agent (PMDA) collector tools written in Python3.