You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-pcapy-0.11.5-12.fc36.x86_64
Python3 package of pcapy. Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
RPMPackage python3-pbr-5.9.0-1.lbn36.noarch
Introduction PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack_ projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seemed like a good time to make that code into a proper reusable library.PBR is only...
RPMPackage python3-patsy-0.5.6-3.lbn36.noarch
A Python package for describing statistical models and for building design matrices. It is closely inspired by and compatible with the 'formula' mini-language used in R and S.
RPMPackage python3-patiencediff-0.2.2-4.fc36.x86_64
This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen. Like Python's difflib, this module provides both a convenience unified_diff function for the generation of unified diffs of text files as well as a SequenceMatcher that can be used on arbitrary lists. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.
RPMPackage python3-pathtools-0.1.2-1.lbn36.noarch
pathtools Pattern matching and various utilities for file systems paths.
RPMPackage python3-pathspec-0.11.2-1.lbn36.noarch
Path Specification (pathspec) is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
RPMPackage python3-pathlib2-2.3.7.post1-1.lbn36.noarch
The old pathlib < module on bitbucket is no longer maintained. The goal of pathlib2 is to provide a backport of standard pathlib < module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.Download Standalone releases are available on PyPI: --The main development takes place in the Python standard library: see...
RPMPackage python3-pathlib-1.0.1-1.lbn36.noarch
pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects:* No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.* Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.* Well-defined semantics,...
RPMPackage python3-path-py-12.5.0-1.lbn36.noarch
path.py has been renamed to path <
RPMPackage python3-path-16.6.0-1.lbn36.noarch
path.py implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.
RPMPackage python3-paste-deploy-2.1.1-1.lbn36.noarch
This tool provides code to load WSGI applications and servers from URIs. These URIs can refer to Python eggs for INI-style configuration files. Paste Script < provides commands to serve applications based on this configuration file.The latest version is available on GitHub < (or download a wheel or tarball from PyPI < the latest changes see the news file <
RPMPackage python3-paste-3.5.0-6.fc36.noarch
These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.