You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-yarl-1.18.3-1.lbn36.x86_64
The module provides handy URL class for URL parsing and changing.
RPMPackage python3-xxhash-2.0.2-3.fc36.x86_64
xxhash is a Python binding for the xxHash library by Yann Collet.
RPMPackage python3-xlwt-1.3.0-3.fc36.noarch
A library for generating spreadsheet files that are compatible with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support for Unicode. Excel spreadsheets can be generated on any platform without needing Excel or a COM server. The only requirement is Python 2.6 or later.
RPMPackage python3-xlsxwriter-3.2.0-2.lbn36.noarch
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file format. XlsxWriter can be used to write text, numbers, formulas and hyperlinks to multiple worksheets and it supports features such as formatting and many more, including: 100% compatible Excel XLSX files. Full formatting. Merged cells. Defined names. Charts. Autofilters. Data validation and drop down lists. Conditional formatting. Worksheet PNG/JPEG images. Rich multi-format strings. Cell comments. Integration with Pandas. Textboxes. Memory optimization mode for writing large files. It supports Python 2.7, 3.4+, Jython and PyPy and uses standard libraries only.
RPMPackage python3-xlrd-2.0.1-6.fc36.noarch
Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.
RPMPackage python3-xlib-0.31-2.fc36.noarch
The Python X Library is a complete X11R6 client-side implementation, written in pure Python. It can be used to write low-levelish X Windows client applications in Python 3.
RPMPackage python3-xcffib-0.11.1-3.fc36.noarch
xcffib is intended to be a (mostly) drop-in replacement for xpyb. xpyb has an inactive upstream, several memory leaks, is python2 only and doesn't have pypy support. xcffib is a binding which uses cffi, which mitigates some of the issues described above. xcffib also builds bindings for 27 of the 29 (xprint and xkb are missing) X extensions in 1.10.
RPMPackage python3-xarray-2022.6.0-1.fc36.noarch
Xarray (formerly xray) is an open source project and Python package that makes working with labelled multi-dimensional arrays simple, efficient, and fun! Xarray introduces labels in the form of dimensions, coordinates and attributes on top of raw NumPy-like arrays, which allows for a more intuitive, more concise, and less error-prone developer experience. The package includes a large and growing library of domain-agnostic functions for advanced analytics and visualization with these data structures. Xarray was inspired by and borrows heavily from pandas, the popular data analysis package focused on labelled tabular data. It is particularly tailored to working with netCDF files, which were the source of xarray's data model, and integrates tightly with dask for parallel computing.
RPMPackage python3-xapps-overrides-2.8.2-3.lbn36.x86_64
Python3.10 files for XApp apps.
RPMPackage python3-wxpython4-webview-4.2.2-1.lbn36.x86_64
wxPython4 is a is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI on Windows, Macs or Unix systems with a native look and feel and requiring very little (if any) platform specific code. This package provides the wx.html2 module.
RPMPackage python3-wxpython4-media-4.2.2-1.lbn36.x86_64
wxPython4 is a is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI on Windows, Macs or Unix systems with a native look and feel and requiring very little (if any) platform specific code. This package provides the wx.media module.
RPMPackage python3-wxpython4-4.2.2-1.lbn36.x86_64
wxPython4 is a is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI on Windows, Macs or Unix systems with a native look and feel and requiring very little (if any) platform specific code.
RPMPackage python3-wsgiutils-0.7.2-1.lbn36.noarch
WSGI Utils (Version 0.7.1) -- WSGI Utils are a package of standalone utility libraries that ease the development of simple WSGI programs. The functionality provided is limited at the moment, patches to add new features and address defects are most The following components are included please refer to the documentation for more details:wsgiServer - This module provides a very simple...
RPMPackage python3-wsgiproxy2-0.4.6-1.lbn36.noarch
Installation With pip:: $ pip install WSGIProxy2Install optionnal backends:: $ pip install requests restkit urllib3Create a proxy:: >>> from wsgiproxy import HostProxy >>> proxy HostProxy(application_url)Then use it. Here is an example with WebOb but you can use it like a classic WSGI application:: >>> from webob import Request >>> req Request.blank('/form.html') >>> resp...
RPMPackage python3-wsgi_intercept-1.10.0-1.lbn36.noarch
Installs a WSGI application in place of a real host for testing.Introduction Testing a WSGI application sometimes involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application_ importable by your test program. Thus, you can avoid...
RPMPackage python3-ws4py-0.5.1-7.fc35.noarch
WebSocket client and server library.
RPMPackage python3-wrapt-1.17.0-0.lbn36.x86_64
The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.
RPMPackage python3-wmctrl-0.3-1.lbn36.noarch
A tool to programmatically control windows inside X
RPMPackage python3-wheel-0.40.0-4.lbn36.noarch
Wheel is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. It has two different roles: 1. A setuptools extension for building wheels that provides the bdist_wheel setuptools command. 2. A command line tool for working with wheel files.
RPMPackage python3-webtest-3.0.3-1.lbn36.noarch
WebTest This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.This provides convenient full-stack testing of applications written with any WSGI-compatible framework.