You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-shopifyapi-12.5.0-1.lbn36.noarch
The ShopifyAPI library allows python developers to programmatically access the admin section of stores using an ActiveResource like interface similar the ruby Shopify API gem. The library makes HTTP requests to Shopify in order to list, create, update, or delete resources (e.g. Order, Product, Collection).
RPMPackage python3-shippinglabel-1.7.1-1.lbn36.noarch
shippinglabel .. start short_desc**Utilities for handling packages.**.. end short_desc.. start shields.. list-table:: :stub-columns: 1 :widths: 10 90 * - Docs - |docs| |docs_check| * - Tests - |actions_linux| |actions_windows| |actions_macos| |coveralls| * - PyPI - |pypi-version| |supported-versions| |supported-implementations| |wheel| * - Anaconda - |conda-version| |conda- platform| * -...
RPMPackage python3-python3-saml-1.16.0-1.lbn36.noarch
 
RPMPackage python3-pypdf+image-4.2.0-2.lbn36.noarch
This is a metapackage bringing in image extras requires for python3-pypdf. It makes sure the dependencies are installed.
RPMPackage python3-pypdf+full-4.2.0-2.lbn36.noarch
This is a metapackage bringing in full extras requires for python3-pypdf. It makes sure the dependencies are installed.
RPMPackage python3-pypdf-4.2.0-2.lbn36.noarch
pypdf is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. pypdf can retrieve text and metadata from PDFs as well.
RPMPackage python3-pyactiveresource-2.2.2-1.lbn36.noarch
 
RPMPackage python3-ofxparse-0.21-2.fc36.noarch
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also provide account statements in OFX files.
RPMPackage python3-mt940-0.6.0-1.lbn36.noarch
mt940 is a parser for MT940 files.Nutshell >>> import os >>> from mt940 import MT940Instanciate:: >>> mt940 MT940('mt940/MT940.txt')The statements:: >>> len(mt940.statements) >>> statement mt940.statements[0] >>> statement.account '123456789' >>> statement.information '13501/1' >>> start_balance statement.start_balance >>> start_balance.date datetime.date(2012, 5, 11) >>> start_balance.amount...
RPMPackage python3-simpleeval-0.9.12-2.fc36.noarch
An short, easy to use, safe and reasonably extensible expression evaluator. Designed for things like in a website where you want to allow the user to generate a string, or a number from some other input, without allowing full eval() or other unsafe or needlessly complex linguistics.
RPMPackage python3-robotframework-stacktrace-0.4.1-1.lbn36.noarch
robotframework-stacktrace A listener for RF > 4.0 that prints a Stack Trace to console to faster find the code section where the failure appears. Installationshell pip install robotframework-stacktracerobot --listener RobotStackTracer <your file.robot> ExampleOld Console Output:commandline ❯ robot -d logs TestCases/14_Browser/01_CarConfig.robot 01 CarConfig Configure Car with Pass | FAIL |
RPMPackage python3-robotframework-seleniumtestability-2.1.0-1.lbn36.noarch
robotframework-seleniumtestability SeleniumTestability is a plugin to Robot Framework's SeleniumLibrary that adds functionality to it doesn't fit into its mission. These new features are archived by SL's plugin api that then automatically instrumentents the web application via javascript calls and provides keywords to bridge those into Robot Framework.Plugin provides automatic detection of...
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-pythonlibcore-4.4.0-1.lbn36.noarch
Python Library CoreTools to ease creating larger test libraries for [Robot Framework]() using Python. The Robot Framework [hybrid]( and [dynamic library API]( gives more flexibility for library than the static library API, but they also sets requirements for libraries which needs to be implemented in the library side. PythonLibCore eases the problem by providing simpler interface and handling...
RPMPackage python3-robotframework-pabot-2.18.0-1.lbn36.noarch
A parallel executor for Robot Framework tests. With Pabot you can split one execution into multiple and save test execution time.
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-browser-18.2.0-1.lbn36.noarch
robotframework-browser <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors]( <!-- ALL-CONTRIBUTORS-BADGE:END --> [![Version]( [![Actions Status]( [![License](
RPMPackage python3-robotframework-assertion-engine-3.0.3-1.lbn36.noarch
Generic way to create meaningful and easy to use assertions for the Robot Framework libraries. This tools is spin off from Browser library project, where the Assertion Engine was developed as part of the of library. Supported Assertions Currently supported assertion operators are: Operator Alternative Operators Description Validate Equivalent == equal, equals, should be Checks if returned value is equal to expected value. value == expected != inequal, should not be Checks if returned value is not equal to expected value. value != expected > greater than Checks if returned value is greater than expected value. value > expected >= Checks if returned value is greater than or equal to expected value. value >= expected < less than Checks if returned value is less than expected value. value < expected <= Checks if returned value is less than or equal to expected value. value <= expected *= contains Checks if returned value contains expected value as substring. expected in valu
RPMPackage python3-robotframework-applicationlibrary-1.2.1-1.lbn36.noarch
robotframework-applicationlibrary [![PyPI version]( [![Downloads]( [![Build Status]( [![Coverage Status](