You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-elasticsearch-9.0.2-1.lbn36.noarch
The official Python client for Elasticsearch. Features Translating basic Python data types to and from JSON Configurable automatic discovery of cluster nodes Persistent connections Load balancing (with pluggable selection strategy) across available nodes Failed connection penalization (time based - failed connections won't be retried until a timeout is reached) Support for TLS and HTTP authentication Thread safety across requests Pluggable architecture Helper functions for idiomatically using APIs together
RPMPackage python3-elastic-transport-8.17.0-1.lbn36.noarch
Transport classes and utilities shared among Python Elastic client libraries This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch.
RPMPackage python3-efficient-apriori-2.0.3-1.lbn36.noarch
Efficient-Apriori ![Build Status]( [![PyPI version]( [![Documentation Status]( [![Downloads]( [![Black]( efficient pure Python implementation of the Apriori algorithm. Works with Python 3.7+.
RPMPackage python3-docker-pycreds-0.4.0-12.fc36.noarch
Python bindings for the docker credentials store API
RPMPackage python3-braintree-4.28.0-1.lbn36.noarch
The Braintree Python SDK provides integration access to the Braintree Gateway. 1. - README and Samples 2. - API Reference
RPMPackage python3-aggdraw-1.3.18-1.lbn36.x86_64
The aggdraw module implements the basic WCK 2D Drawing Interface on top of the AGG library. This library provides high-quality drawing, with anti-aliasing and alpha compositing, while being fully compatible with the WCK renderer.
RPMPackage python3-aeb43-0.1.0-1.lbn36.noarch
aeb43 is a parser for AEB43 files.Nutshell >>> import os >>> from aeb43 import AEB43Instantiate:: >>> aeb43 AEB43('aeb43/AEB43.txt')The accounts:: >>> len(aeb43.accounts) >>> account aeb43.accounts[0] >>> account.number '0001414452' >>> account.start_date datetime.date(2018, 3, 18) >>> account.end_date datetime.date(2018, 3, 20) >>> account.initial_balance Decimal('3005') >>>...
RPMPackage python3-stdnum-1.19-4.lbn36.noarch
Parse, validate and reformat standard numbers and codes. This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats like personal IDs, VAT numbers, IBAN and more.
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-dotenv-1.1.0-1.lbn36.noarch
python-dotenv[![Build Status][build_status_badge]][build_status_link] [![PyPI version][pypi_badge]][pypi_link]Python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the [12-factor]( principles.- [Getting Started](getting- started) - [Other Use Cases](other-use-cases) * [Load configuration without...
RPMPackage python3-deprecation-alias-0.3.2-1.lbn36.noarch
deprecation-alias .. start short_desc**A wrapper around 'deprecation' providing support for deprecated aliases.**.. end short_desc .. start shields.. list- table:: :stub-columns: 1 :widths: 10 90 * - Tests - |actions_linux| |actions_windows| |actions_macos| |coveralls| * - PyPI - |pypi-version| |supported-versions| |supported-implementations| |wheel| * - Anaconda - |conda- version|...
RPMPackage python3-deprecation-2.1.0-18.lbn36.noarch
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things: 1. The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don’t need to worry about writing your own notification. You also don’t need to worry about forgetting to write it. It’s done for you. 2. Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it’s time to remove the code. The @deprecated decorator can be told when it’s time to entirely remove the code, which causes @fail_if_not_removed to raise an AssertionError, causing either your unittest or py.test tests to fail. See http://deprecation.readthedocs.io/ for the full documentation.
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](