You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-roman-3.3-1.lbn36.noarch
Small helper library to convert arabic to roman numerals.
RPMPackage python3-robotsuite-2.2.1-1.lbn36.noarch
Python unittest test suite for Robot Framework This is an experimental package for wrapping Robot Framework test suites into Python unittest suites to make it possible to run Robot Framework tests as plone.testing_'s layered test suites:.. code:: python import unittest from plone.testing import layered from robotsuite import RobotTestSuite from my_package.testing import ACCEPTANCE_TESTING def...
RPMPackage python3-robotframework-seleniumlibrary-6.2.0-1.lbn36.noarch
SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally. The project is hosted on GitHub and downloads can be found from PyPI. SeleniumLibrary works with Selenium 3 and 4.
RPMPackage python3-robotframework-selenium2screenshots-0.8.1-1.lbn36.noarch
Selenium2Screenshots-library for Robot Framework Read the docs for more detailed information.____ 0.8.1 (2018-03-27) - Fix issue where naive string conversion generated broken JavaScript on Python 2 [fixes 12] [Asko Soukka] 0.8.0 (2017-12-05) - Depend on newest versions of Robot Framework and Selenium2Library [tomgross] - Fix issue where keyword Capture and crop page screenshot when bounding...
RPMPackage python3-robotframework-selenium2library-3.0.0-1.lbn36.noarch
Selenium2Library Selenium2Library is a web testing library for Robot Framework_ that uses the Selenium_ tool internally. The project is hosted on GitHub_ and downloads can be found from PyPI_.Starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary_ and this project exists mainly to help with transitioning.Versions Selenium2Library 3.0 and newer extend the new SeleniumLibrary_...
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.