You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-sc-embedder-1.5.1-1.lbn36.noarch
*********** sc.embedder ***********.. contents::Life, the Universe, and Everything -This packages contains a Dexterity-based content type that allows you to embedded content (such as photos or videos) from third parties into your Plone You can easily embed content from Flickr, SlideShare, SoundCloud, Vimeo, Wikipedia, YouTube, and many other supporting the oEmbed_ format especification.Mostly...
RPMPackage python2-rwproperty-1.0-1.lbn36.noarch
Read & write properties :Author: Philipp von Weitershausen :Email: philikon@philikon.de :License: Zope Public License, v2.1Motivation -Using method decorators and descriptors like property, we can easily create computed attributes: >>> class JamesBrown(object): ... @property ... def feel(self): ... return self._feelAn attribute like this cannot be written, though. You would have to do...
RPMPackage python2-roman-3.3-1.lbn36.noarch
Small helper library to convert arabic to roman numerals.
RPMPackage python2-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 python2-robotframework-seleniumlibrary-3.3.1-1.lbn36.noarch
SeleniumLibrary .. contents::Introduction 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. It supports Python 2.7 as well as Python 3.4 or newer. In addition to the normal Python_ interpreter, it works also with PyPy_ and...
RPMPackage python2-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 python2-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 python2-robotframework-ride-1.7.4.2-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 python2-robotframework-debuglibrary-1.2.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 python2-robotframework-3.1.2-1.lbn36.noarch
Robot Framework .. contents:: :local:Introduction Robot Framework <>_ |r| 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 generic and custom libraries.Robot Framework is operating system and application independent. It is...
RPMPackage python2-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 python2-restrictedpython-5.2-1.lbn36.noarch
:alt: Current version on PyPI
RPMPackage python2-requests-toolbelt-0.9.1-1.lbn36.noarch
The Requests Toolbelt This is just a collection of utilities for python- requests_, but don't really belong in requests proper. The minimum tested requests version is 2.1.0. In reality, the toolbelt should work with 2.0.1 as well, but some idiosyncracies prevent effective or sane testing on that version.pip install requests-toolbelt to get started! multipart/form-data Encoder The main...
RPMPackage python2-repoze-zope2-1.0.3-2.lbn36.noarch
repoze.zope2 is a decomposition of the Zope 2 appserver publication machinery (ZPublisher) into a WSGI application component. It relies on separately- distributed middleware pieces to perform some of the features previously handled by ZPublisher and other parts of Zope 2.
RPMPackage python2-repoze-xmliter-0.6.1-1.lbn36.noarch
This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute.The primary for this is WSGI middleware which may avoid needless XML parsing and serialization.Usage It's recommend to use the lazy decorator on your application method. This allows you to return an lxml tree object, which is then automatically turned...
RPMPackage python2-repoze-who-2.4.1-1.lbn36.noarch
repoze.who repoze.who is an identification and authentication framework for arbitrary WSGI applications. repoze.who can be configured
RPMPackage python2-repoze-vhm-0.16-1.lbn36.noarch
repoze.vhm README .. contents::This package provides middleware and utilities for doing virtual hosting within a WSGI/Repoze environment. It is particularly useful within a repoze.zope2 environment, where it may be used as an alternative to the classic VirtualHostMonster < method of doing virtual hosting.Read the docs locally (see docs/index.rst), or read them online < repoze.vhm Changelog...
RPMPackage python2-repoze-tm2-2.1-1.lbn36.noarch
repoze.tm2 (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to
RPMPackage python2-repoze-tm-0.9-1.lbn36.noarch
repoze.tm (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction.See docs/index.rst for documentation.
RPMPackage python2-repoze-sphinx-autointerface-1.0.0-1.lbn36.noarch
repoze.sphinx.autointerface README Overview Thie package defines an extension for the Sphinx < documentation system.