You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-partio-1.14.6-2.fc36.x86_64
The python3-partio contains Python 3 binning for the library.
RPMPackage python3-parso-0.8.4-2.lbn36.noarch
Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file. Parso has been battle-tested by jedi. It was pulled out of jedi to be useful for other projects as well. Parso consists of a small API to parse Python and analyse the syntax tree.
RPMPackage python3-paramiko-3.4.0-4.lbn36.noarch
Paramiko (a combination of the Esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel (this is how sftp works, for example). Python 3 version.
RPMPackage python3-pandocfilters-1.5.0-2.fc36.noarch
This package provides a few utility functions which make it easier to write pandoc filters in Python.
RPMPackage python3-pandas-datareader-0.10.0-2.fc36.noarch
Data readers extracted from the pandas codebase, should be compatible with recent pandas versions.
RPMPackage python3-pandas-2.2.1-1.lbn36.x86_64
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
RPMPackage python3-pallets-sphinx-themes-2.3.0-1.lbn36.noarch
Pallets Sphinx Themes Themes for the Pallets projects. If you're writing an extension, use the appropriate theme to make your documentation look consistent.Available themes:- flask - jinja - werkzeug - clickInstall this package:.. code-block:: text pip install Pallets-Sphinx-ThemesEnable the extension and choose the theme in docs/conf.py:.. code-block:: python extensions [...
RPMPackage python3-paho-mqtt-1.6.1-2.fc36.noarch
This library provides a client class which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. The MQTT protocol is a machine-to-machine (M2M) connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.