You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-six-1.16.0-1.lbn36.noarch
Six is a Python 2 and 3 compatibility library. It provides utility functions
RPMPackage python2-singledispatch-3.7.0-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
RPMPackage python2-simplejson-3.17.0-1.lbn36.x86_64
simplejson - simplejson is a simple, fast, complete, correct and extensible JSON <> encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.The latest documentation for simplejson can be read online here:
RPMPackage python2-shutilwhich-1.1.0-1.lbn36.noarch
A copy & paste backport of Python 3.3's shutil.which function.Usage First, install the package: pip install shutilwhichImporting the package:: import shutilwhichwill monkey-patch the shutil package, so from that point on you can simply import the which function:: from shutil import whichTo keep things a little more concise, you can also import which directly from shutilwhich:: from shutilwhich...
RPMPackage python2-setuptools_git-1.2-1.lbn36.noarch
--This is a plugin for setuptools that enables git integration. Once installed, Setuptools can be told to include in a package distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in.A package distribution here refers to a package that you create using setup.py, for example:: $> python setup.py sdist $> python setup.py bdist_rpm...
RPMPackage python2-setupmeta-3.3.2-1.lbn36.noarch
Simplify your setup.py :alt: Python versions tested (link to github project)
RPMPackage python2-semantic_version-2.6.0-1.lbn36.noarch
Introduction This small python library provides a few tools to handle SemVer_ in Python. It follows strictly the 2.0.0 version of the SemVer scheme. :target:
RPMPackage python2-selenium-3.141.0-1.lbn36.noarch
The selenium package is used automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.
RPMPackage python2-sdnotify-0.3.2-1.lbn36.noarch
systemd Service NotificationThis is a pure Python implementation of the systemd sd_notify protocol. This protocol can be used to inform systemd about service start-up completion, watchdog events, and other service status changes. Thus, this package can be used to write system services in Python that play nicely with systemd. sdnotify is compatible with both Python 2 and Python 3.
RPMPackage python2-sd.analytics-0.1.3-1.lbn36.noarch
Introduction Simple Google analytics integration for Singing & DancingAdds tracking parameters to urls in outgoing S&D newsletters.Use Plone/portal_newsletters/analytics.html to activate the addon and change settings. (See browser.txt for more in depth info.)Note for translators: Titles and descriptions for the configuration ui can be lifted from in almost any language. Changelog 0.1.3...
RPMPackage python2-scss-1.4.0-2.lbn36.x86_64
Python-scss Warning:Im not support python-scss anymore. Use pyscss_ by Kronus. Python-scss is SCSS_ compiler for python. Documentation available at pypi_ or github_. This is part of zeta-library_... contents:: Python-scss has most of the funcitonality in Sass SCSS_ 3.2 and more. It supports:* **Nested rules** * **Keyword arguments** * **Mixins**: @mixin, @include * **Functions**: @function,...
RPMPackage python2-sc-social-like-2.13-1.lbn36.noarch
Social networks integration for Plone .. contents:: Table of Contents :depth: 2 Life, the Universe, and Everything -This package provides integration with the following social networks in Plone:* Facebook * Google+ * LinkedIn * Pinterest * Telegram * Twitter * WhatsApp (mobile only)The integration is done via Open Graph protocol < basic metadata and the inclusion of sharing widgets for all...
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.