You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-robotframework-ride-2.0.8.1-1.lbn36.noarch
Robot Framework is a generic test automation framework for acceptance level testing. RIDE is a lightweight and intuitive editor for Robot Framework test data.
RPMPackage python3-robotframework-debuglibrary-1.3.1-1.lbn36.noarch
Debug Library for Robot Framework .. contents:: :local:Introduction Robotframework-DebugLibrary is a debug library for RobotFramework_, which can be used as an interactive shell(REPL) also... _RobotFramework: Installation
RPMPackage python3-robotframework-7.0-1.lbn36.noarch
Robot Framework is a generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). It has simple plain text syntax and it can be extended easily with libraries implemented using Python or Java.
RPMPackage python3-rich-13.9.4-1.lbn36.noarch
English readme • 简体中文 readme • 正體中文 readme • Lengua española readme • Deutsche readme • Läs på svenska • 日本語 readme • 한국어 readme • Français readme • Schwizerdütsch readme • हिन्दी readme • Português brasileiro readme • Italian readme • Русский readme • Indonesian readme • فارسی readme • Türkçe readme • Polskie readme Rich is a Python library for rich text and beautiful formatting in the terminal. The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box. For a video introduction to Rich see calmcode.io by @fishnets88. See what people are saying about Rich. Compatibility Rich works with Linux, macOS and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.8 or later. Rich works with Jupyter notebooks with no additional configuration required. Installing Install with pip or y
RPMPackage python3-rfc3986-validator-0.1.1-1.lbn36.noarch
rfc3986-validatorA pure python RFC3986 validator [![image]( [![Build Status]( Installshell script pip install rfc3986-validator>>> from rfc3986_validator import validate_rfc3986 >>> validate_rfc3986('?qSpaces should be encoded') >>> validate_rfc3986(' also support validate [URI-reference]( rule
RPMPackage python3-rfc3339-validator-0.1.4-1.lbn36.noarch
rfc3339-validatorA pure python RFC3339 validator [![image]( [![Build Status]( Installshell script pip install rfc3339-validator python from rfc3339_validator import validate_rfc3339validate_rfc3339('1424-45-93T15:32:12.9023368Z') >>> Falsevalidate_rfc3339('2001-10-23T15:32:12.9023368Z') - Free software: MIT license
RPMPackage python3-responses-0.25.3-1.lbn36.noarch
A utility library for mocking out the requests Python library.
RPMPackage python3-requests-toolbelt-1.0.0-7.lbn36.noarch
This is just a collection of utilities for python-requests, but don’t really belong in requests proper. Python 3 version.
RPMPackage python3-requests-toolbelt-1.0.0-7.lbn36.noarch
This is just a collection of utilities for python-requests, but don’t really belong in requests proper. Python 3 version.
RPMPackage python3-requests-oauthlib-1.3.1-1.lbn36.noarch
This project provides first-class OAuth library support for python-request.
RPMPackage python3-requests-gssapi-1.2.3-4.fc36.noarch
Requests is an HTTP library, written in Python, for human beings. This library adds optional GSSAPI authentication support and supports mutual authentication. It includes a fully backward-compatible shim for requests-kerberos.
RPMPackage python3-requests-ftp-0.3.1-24.fc36.noarch
Requests-FTP is an implementation of a very stupid FTP transport adapter for use with the awesome Requests Python library. This is the Python 3 version of the transport adapter module.
RPMPackage python3-requests-file-2.0.0-3.lbn36.noarch
Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file:// URLs.
RPMPackage python3-requests+socks-2.32.3-1.lbn36.noarch
This is a metapackage bringing in socks extras requires for python3-requests. It makes sure the dependencies are installed.
RPMPackage python3-requests-2.32.3-1.lbn36.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
RPMPackage python3-releases-1.6.3-1.lbn36.noarch
What is Releases? Releases is a Python (2.7, 3.4+) compatible Sphinx <>_ (1.3+) extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output.Specifically:* The source format (kept in your Sphinx tree as changelog.rst) is a stream-like timeline that plays well with source control & only requires one entry per...
RPMPackage python3-regex-2024.11.6-1.lbn36.x86_64
This new regex implementation is intended eventually to replace Python's current re module implementation. For testing and comparison with the current 're' module the new implementation is in the form of a module called 'regex'.
RPMPackage python3-redis-5.2.1-1.lbn36.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-redis-5.2.1-1.lbn36.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-record-3.5-1.lbn36.noarch
Record provides special objects used in some Zope2 internals like ZRDB.Records are used to provide compact storage for catalog query results.They don't use instance dictionaries. Rather, they store they data in a compact array internally. They use a record schema to map names to positions within the array.Changelog 3.5 (2018-10-05) -- Add support for Python 3.7.3.4 (2017-05-15) -- Add __hash__...