You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pandas+all-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in all extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-kombu+yaml-5.5.4-1.lbn36.noarch
This is a metapackage bringing in yaml extras requires for python3-kombu. It makes sure the dependencies are installed.
RPMPackage python3-kombu+redis-5.5.4-1.lbn36.noarch
This is a metapackage bringing in redis extras requires for python3-kombu. It makes sure the dependencies are installed.
RPMPackage python3-celery+redis-5.5.3-1.lbn36.noarch
This is a metapackage bringing in redis extras requires for python3-celery. It makes sure the dependencies are installed.
RPMPackage python3-calamine-0.1.7-1.lbn36.x86_64
python-calamine Python binding for beautiful Rust's library for reading excel and odf file - calamine.
RPMPackage python3-limits+mongodb-5.4.0-1.lbn36.noarch
This is a metapackage bringing in mongodb extras requires for python3-limits. It makes sure the dependencies are installed.
RPMPackage python3-limits+memcached-5.4.0-1.lbn36.noarch
This is a metapackage bringing in memcached extras requires for python3-limits. It makes sure the dependencies are installed.
RPMPackage python3-limits-5.4.0-1.lbn36.noarch
This package is a python library to perform rate limiting with commonly used storage backends (Redis, Memcached & MongoDB).
RPMPackage python3-croniter-5.0.1-2.lbn36.noarch
croniter provides iteration for the datetime object with a cron like format.
RPMPackage python3-xlsxwriter-3.2.5-1.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-urllib3-2.5.0-1.lbn36.noarch
urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries: • Thread safety. • Connection pooling. • Client-side SSL/TLS verification. • File uploads with multipart encoding. • Helpers for retrying requests and dealing with HTTP redirects. • Support for gzip, deflate, brotli, and zstd encoding. • Proxy support for HTTP and SOCKS. • 100% test coverage.
RPMPackage python3-tzdata-2025.2-1.lbn36.noarch
This is a Python package containing zic-compiled binaries for the IANA time zone database. It is intended to be a fallback for systems that do not have system time zone data installed (or don’t have it installed in a standard location), as a part of PEP 615 This repository generates a pip-installable package, published on PyPI as tzdata. For more information, see the documentation.
RPMPackage python3-typing-extensions-4.14.1-1.lbn36.noarch
Typing Extensions Overview The typing_extensions module serves two related purposes: Enable use of new type system features on older Python versions. For example, typing.TypeGuard is new in Python 3.10, but typing_extensions allows users on previous Python versions to use it too. Enable experimentation with new type system PEPs before they are accepted and added to the typing module. New features may be added to typing_extensions as soon as they are specified in a PEP that has been added to the python/peps repository. If the PEP is accepted, the feature will then be added to typing for the next CPython release. No typing PEP has been rejected so far, so we haven't yet figured out how to deal with that possibility. Starting with version 4.0.0, typing_extensions uses Semantic Versioning. The major version is incremented for all backwards-incompatible changes. Therefore, it's safe to depend on typing_extensions like this: typing_extensions >=x.y, <(x+1), where x.y is the first version
RPMPackage python3-tabulate-0.9.0-13.lbn36.noarch
The main use cases of the library are: • printing small tables without hassle: just one function call, formatting is guided by the data itself • authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation • readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point
RPMPackage python3-simplejson-3.20.1-1.lbn36.x86_64
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the JSON library included with Python. It gets updated more regularly than the JSON module in the Python stdlib.
RPMPackage python3-selenium-4.34.2-1.lbn36.noarch
The selenium package is used automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.
RPMPackage python3-pyyaml-6.0.2-1.lbn36.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python.PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary...
RPMPackage python3-pyparsing-3.2.3-1.lbn36.noarch
PyParsing -- A Python Parsing Module |Build Status|Introduction The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.*[Since first writing this description of...
RPMPackage python3-packaging-25.0-3.lbn36.noarch
python-packaging provides core utilities for Python packages like utilities for dealing with versions, specifiers, markers etc.
RPMPackage python3-msgpack-1.1.1-1.lbn36.x86_64
MessagePack for Python What's this --MessagePack < is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. This package provides CPython bindings for reading and writing MessagePack data.