This is a plugin for the Python code checking tool Flake8 to encourage correct string literal concatenation.
It looks for style problems like implicitly concatenated string literals on the same line (which can be introduced by the code formatting tool Black), or unnecessary plus operators for explicit string literal concatenation.
A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.
This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface
instances in code.
This form field allows users to provide SVG images for models that use Django's standard ImageField
, in addition to the image files already supported by it.
LDAP Authenticator for JupyterHub
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
PythonLibCore provides tools for creating larger test libraries for Robot Framework using Python. The Robot Framework hybrid and dynamic library APIs give more flexibility for library than the static library API, but they also set requirements for libraries which need to be implemented in the library side. PythonLibCore eases the problem by providing a simpler interface and by handling all the requirements towards the Robot Framework library APIs.
This package completely mimics the default Django Debug Toolbar SQL panel (internally it is actually subclassed), but instead of displaying queries done via the Django ORM, SQLAlchemy generated queries are displayed.
sphinxcontrib-serializinghtml
is a Sphinx extension which outputs "serialized" HTML files.
This package provides a Tryton module that adds link between invoice lines and stock moves. The unit price of the stock move is updated with the average price of the posted invoice lines that are linked to it.
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.
This package provides an implementation of importlib.resources
for older versions of Python.
SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally.
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.