You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage inspec-alicloud-0.10.24-1.lbn36.noarch
This InSpec resource pack uses the AliCloud SDK and provides the required resources to write tests for resources in AliCloud. depends: - name: inspec-alicloud path: /usr/share/inspec-alicloud supports: - platform: alicloud
RPMPackage inspec-vault-0.4.10-1.lbn36.noarch
This InSpec resource pack uses the Vault SDK v0.8.0 and provides the required resources to write tests for resources in Vault. To use within you inspec installation; add the following to your profile's inspec.yml: depends: - name: inspec-vault path: /usr/share/inspec-vault supports: - platform: vault
RPMPackage inspec-gcp-1.11.109-1.lbn36.noarch
This InSpec resource pack uses the GCP SDK v0.8.0 and provides the required resources to write tests for resources in GCP. To use within you inspec installation; add the following to your profile's inspec.yml: depends: - name: inspec-gcp path: /usr/share/inspec-gcp supports: - platform: gcp
RPMPackage inspec-digitalocean-0.2.0-1.lbn36.noarch
This InSpec resource pack uses the Digital Ocean SDK and provides the required resources to write tests for resources in Digital Ocean. To use within you inspec installation; add the following to your profile's inspec.yml: depends: - name: inspec-digitalocean path: /usr/share/inspec-digitalocean supports: - platform: digitalocean
RPMPackage inspec-azure-1.118.43-1.lbn36.noarch
This InSpec resource pack uses the Azure SDK v0.8.0 and provides the required resources to write tests for resources in Azure. To install and use within you inspec installation; run the following $ inspec plugin install /usr/share/inspec-azure
RPMPackage inspec-aws-1.83.62-1.lbn36.noarch
This InSpec resource pack uses the AWS SDK and provides the required resources to write tests for resources in AWS. To install and use within you inspec installation; add the following to your profile's inspec.yml: depends: - name: inspec-aws path: /usr/share/inspec-aws supports: - platform: aws
RPMPackage python2-zpublishereventsbackport-1.1-1.lbn36.noarch
UNKNOWN
RPMPackage python2-zc-async-1.5.4-1.lbn36.noarch
What is it? The zc.async package provides **an easy-to-use Python tool that schedules work persistently and reliably across multiple processes and machines.**For instance...- *Web apps*: maybe your web application lets users request the creation of a large PDF, or some other expensive task.- *Postponed work*: maybe you have a job that needs to be done at a certain time, not right now.-...
RPMPackage python2-z3c.coverage-2.1.0-1.lbn36.noarch
z3c.coverage This package contains tools to work with Python coverage data.coveragereport produces HTML reports from coverage data, with syntax- highlighted source code and per-package aggregate numbers.coveragediff compares two sets of coverage reports and reports regressions, that is, increases in the number of untested lines of code... contents:: Using coveragereport :: $ coveragereport...
RPMPackage python2-wildcard-fixmissing-1.0-1.lbn36.noarch
Introduction This package allows you to fix problems with missing classes when packages do not properly uninstall.To define which classes or interfaces need to be fixed, you need to specify them as environment variables in your buildout file.The format for replacement classes is MISSING_<Class Name> <module name>For instance:: [instance] recipe plone.recipe.zope2instance environment- vars...
RPMPackage python2-tox-3.24.5-1.lbn36.noarch
[![PyPI]( [![Supported Python versions]( [![check]( [![Documentation status]( [![Code style: black]( [![Downloads](
RPMPackage python2-setuptools-46.1.3-1.lbn36.noarch
Setuptools is a collection of enhancements to the Python 3 distutils that allow you to more easily build and distribute Python 3 packages, especially ones that have dependencies on other packages. This package also contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py.
RPMPackage python2-quintagroup-z3cform-captcha-1.0.3-1.lbn36.noarch
Introduction quintagroup.z3cform.captcha is a package that allows to add captcha to the z3c.form. As a result such forms are prevented from automatic submit.Captchas in a z3c form -Using quintagroup.z3cform.captcha in a z3c.form form is simple. Just add a Captcha field to your schema, use CaptchaWidgetFactory widget factory for this field and away you go: >>> from zope.interface import...
RPMPackage python2-quintagroup-portlet-cumulus-1.2-1.lbn36.noarch
quintagroup.portlet.cumulus is a Plone product that allows you to add tag cloud portlets to your Plone site. Your site's tags (content categories are used as tags) are displayed using a Flash movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually exciting. This is the WordPress WP-Cumulus plugin ported to Plone as a portlet.When you add this portlet...
RPMPackage python2-quintagroup-plonetabs-1.0-1.lbn36.noarch
Introduction This product allows Plone websites to manage portal_actions tool from portal_control_panel configlet in an easier way. Especially using rich (Ajax based) mode.This is a fully rewritten version of qPloneTabs product. Features * quintagroup.plonetabs allows editing portal tabs, document actions, site actions, folder buttons (and other portal_actions tools) - all via Plone Control Panel
RPMPackage python2-quintagroup-plonegooglesitemaps-1.8.2-1.lbn36.noarch
Introduction Plone Google Sitemaps product allows Plone websites to get better visibility on Google search engine by providing it with a complete listing of content URLs to website... figure:: Google Sitemaps allows you to enable different kinds of Google Sitemaps on your Plone website. Such Sitemaps help Google identify site URLs and the data under each site section. With Google Sitemaps...
RPMPackage python2-quintagroup-plonecaptchas-4.2-1.lbn36.noarch
Plone Captchas quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed for validation of human input in insecure forms. This is a standalone implementation which does not depend on captchas.net services.quintagroup.plonecaptchas adds captcha support to Plone, it works together with quintagroup.captcha.core package ( and quintagroup.formlib.captcha ( these products...
RPMPackage python2-quintagroup-catalogupdater-0.1.1-1.lbn36.noarch
quintagroup.catalogupdater package is intended for extending ZCatalog API with possiblity to update selected columns only. This package registers 'catalog_updater' utility for that.To simplify usage of the utility, quintagroup.catalogupdater extends GenericSetup's ZCatalog XMLAdapter handler, which allows to *update* attribute usage in *column* tag of *catalog.xml* file.So, when you add a new...
RPMPackage python2-quintagroup-captcha-core-0.4.3-1.lbn36.noarch
Introduction Quintagroup Captcha Core (quintagroup.captcha.core) is a core package of simple captcha implementation. It allows to configure captchas on your Plone site. This product works together with other Quintagroup captcha products. To protect standard Plone forms with captcha - use quintagroup.plonecaptchas package. quintagroup.captcha.core Usage After product installation you'll see...
RPMPackage python2-quintagroup-canonicalpath-0.7-1.lbn36.noarch
Introduction quintagroup.canonicalpath package brings canonical path calculation functionality to Plone. The package allows to define path and/or link to the object, which may differ from standard physical path or its URL in portal.It's used by such products as quintagroup.seoptimizer (for defining canonical link of the object) and quintagroup.plonegooglesitemaps (on google sitemaps...