You are here: Home

Modified items

All recently modified items, latest first.
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.5.1-1.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.3-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.
RPMPackage python3-packaging-24.2-1.lbn36.noarch
Reusable core utilities for various Python Packaging interoperability specifications. This library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425). The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities. Documentation The documentation provides information and the API for the following: Version Handling Specifiers Markers Requirements Tags Utilities Installation Use pip to install these utilities: pip install packaging The packaging library uses calendar-based versioning (YY.N). Discussion If you run into bugs, you can file them in our issue tracker. You can also join #pypa on Freenode to ask questions or get involved. Code of Conduct Everyone interacting in the packaging project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF
RPMPackage python3-ordereddict-1.1-1.lbn36.noarch
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big- oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). Originally based on http://code.activestate.com/recipes/576693/
RPMPackage python3-openpyxl-3.1.1-1.lbn36.noarch
openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python the Office Open XML format.
RPMPackage python3-openid-3.2.0-1.lbn36.noarch
This started out as a fork of the Python OpenID library, with changes to make it Python 3 compatible. It's now a port of that library, including cleanups and updates to the code in general.
RPMPackage python3-olefile-0.46-16.fc36.noarch
olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. Python3 version.