importlib_metadata
is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources
entry point API and metadata API. Along with importlib.resources
in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources
package.
SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally.
This package provides an implementation of importlib.resources
for older versions of Python.
python2-backports-functools-lru-cache
is a backport of functools.lru_cache
from Python 3.3.
A Sphinx extension to convert SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX).
This package provides a dash component for specifying raw HTML.
This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template
SSHTunnelLibrary is an alternative RobotFramework library (to the more official one that comes from the robotframework-sshlibrary
package) to support SSH tunnels.
This package provides a stable interface for interactions between Snakemake and its report plugins.
The SeleniumScreenshots library for Robot Framework provides keywords for annotating and cropping screenshots taken with SeleniumLibrary. It is useful for scripting automatically updated screenshots for documentation or for visual regression testing purposes.
This package provides file support for setuptools declarative setup.cfg
.
This package provides a stable interface for interactions between Snakemake and its storage plugins.
This package provides a stable interface for interactions between Snakemake and its executor plugins.
This package provides a stable interface for interactions between Snakemake and its software deployment plugins.