_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-flake8-implicit-str-concat 0.5.0
Propagated dependencies: python-attrs@24.2.0 python-more-itertools@10.6.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/keisheiled/flake8-implicit-str-concat
Licenses: Expat
Synopsis: Flake8 plugin to encourage correct string literal concatenation
Description:

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.

python-sphinxcontrib-programoutput 0.17
Propagated dependencies: python-sphinx@6.2.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/NextThought/sphinxcontrib-programoutput
Licenses: FreeBSD
Synopsis: Sphinx extension to include program output
Description:

A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.

python-sphinx-repoze-autointerface 0.8
Propagated dependencies: python-sphinx@6.2.1 python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/repoze/repoze.sphinx.autointerface
Licenses: Repoze
Synopsis: Auto-generate Sphinx API docs from Zope interfaces
Description:

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.

python-django-svg-image-form-field 1.0.1
Propagated dependencies: python-defusedxml@0.7.1 python-django@4.2.16 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/artrey/django-svg-image-form-field
Licenses: Expat
Synopsis: Form field to validate SVG and other images
Description:

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.

python-jupyterhub-ldapauthenticator 1.3.2
Propagated dependencies: python-jupyterhub@3.0.0 python-jupyter-telemetry@0.1.0 python-ldap3@2.7 python-tornado@6.4.2 python-traitlets@5.14.1
Channel: guix-science
Location: guix-science/packages/jupyter.scm (guix-science packages jupyter)
Home page: https://github.com/yuvipanda/ldapauthenticator
Licenses: Modified BSD
Synopsis: LDAP Authenticator for JupyterHub
Description:

LDAP Authenticator for JupyterHub

python-zope-configuration-bootstrap 4.4.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.configuration/
Licenses: Zope Public License 2.1
Synopsis: Zope Configuration Markup Language
Description:

Zope.configuration implements ZCML, the Zope Configuration Markup Language.

python-robotframework-pythonlibcore 3.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/robotframework/PythonLibCore
Licenses: ASL 2.0
Synopsis: Robot Framework Python library tools
Description:

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.

python-django-debug-toolbar-alchemy 0.1.5
Propagated dependencies: python-django@4.2.16 python-django-debug-toolbar@3.2.1 python-jsonplus@0.8.0 python-six@1.16.0 python-sqlalchemy@1.4.42
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/miki725/django-debug-toolbar-alchemy
Licenses: Expat
Synopsis: Django Debug Toolbar panel for SQLAlchemy
Description:

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.

python-sphinxcontrib-serializinghtml 1.1.5
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
Licenses: FreeBSD
Synopsis: Sphinx extension to serialize HTML files
Description:

sphinxcontrib-serializinghtml is a Sphinx extension which outputs "serialized" HTML files.

python-trytond-account-invoice-stock 6.2.1
Propagated dependencies: trytond@7.4.4 trytond-account-invoice@6.2.4 trytond-product@6.2.0 trytond-stock@6.2.7
Channel: guix
Location: gnu/packages/tryton.scm (gnu packages tryton)
Home page: https://www.tryton.org/
Licenses: GPL 3+
Synopsis: Tryton module to link stock and invoice
Description:

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.

python2-importlib-metadata-bootstrap 1.5.0
Propagated dependencies: python2-zipp-bootstrap@1.0.0 python2-pathlib2-bootstrap@2.3.5 python2-contextlib2-bootstrap@0.6.0.post1 python2-importlib-resources-bootstrap@1.0.2 python2-configparser@4.0.2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://importlib-metadata.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Read metadata from Python packages
Description:

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.

python2-importlib-resources-bootstrap 1.0.2
Propagated dependencies: python2-pathlib2-bootstrap@2.3.5 python2-typing@3.10.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://gitlab.com/python-devs/importlib_resources
Licenses: ASL 2.0
Synopsis: Backport of @code{importlib.resources} from Python 3.7
Description:

This package provides an implementation of importlib.resources for older versions of Python.

python-robotframework-seleniumlibrary 5.1.3
Propagated dependencies: python-robotframework@7.2.2 python-robotframework-pythonlibcore@3.0.0 python-selenium@3.141.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/robotframework/SeleniumLibrary
Licenses: ASL 2.0
Synopsis: Web testing library for Robot Framework
Description:

SeleniumLibrary is a web testing library for Robot Framework that utilizes the Selenium tool internally.

python2-backports-functools-lru-cache 1.6.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/backports.functools_lru_cache
Licenses: Expat
Synopsis: Backport of functools.lru_cache from Python 3.3
Description:

python2-backports-functools-lru-cache is a backport of functools.lru_cache from Python 3.3.

python-sphinxcontrib-svg2pdfconverter 1.2.0
Propagated dependencies: python-sphinx@6.2.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Licenses: FreeBSD
Synopsis: Sphinx SVG to PDF converter extension
Description:

A Sphinx extension to convert SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX).

python-dash-dangerously-set-inner-html 0.0.2
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page:
Licenses: Expat
Synopsis: A dash component for specifying raw HTML
Description:

This package provides a dash component for specifying raw HTML.

python-mkdocs-markdownextradata-plugin 0.2.5
Propagated dependencies: python-mkdocs@1.3.0 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rosscdh/mkdocs-markdownextradata-plugin/
Licenses: Expat
Synopsis: Inject mkdocs.yml extra variables into the MkDocs markdown template
Description:

This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template

python-robotframework-sshtunnellibrary 1.0.0
Propagated dependencies: python-robotframework@7.2.2 python-sshtunnel@0.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/C-Squad/robotframework-sshtunnellibrary
Licenses: ASL 2.0
Synopsis: Alternative RobotFramework library for SSH tunnels
Description:

SSHTunnelLibrary is an alternative RobotFramework library (to the more official one that comes from the robotframework-sshlibrary package) to support SSH tunnels.

python-snakemake-interface-report-plugins 1.1.0
Propagated dependencies: python-snakemake-interface-common@1.17.4 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/python-snakemake-interface-report-plugins
Licenses: Expat
Synopsis: Interface for Snakemake report plugins
Description:

This package provides a stable interface for interactions between Snakemake and its report plugins.

python-robotframework-seleniumscreenshots 0.9.5
Propagated dependencies: python-robotframework@7.2.2 python-robotframework-seleniumlibrary@5.1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/MarketSquare/robotframework-seleniumscreenshots
Licenses: Modified BSD
Synopsis: Robot Framework library for annotating and cropping screenshots
Description:

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.

python-setuptools-declarative-requirements 1.2.0
Propagated dependencies: python-toml@0.10.2 python-wheel@0.40.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/s0undt3ch/setuptools-declarative-requirements
Licenses: ASL 2.0
Synopsis: File support for setuptools declarative setup.cfg
Description:

This package provides file support for setuptools declarative setup.cfg.

python-snakemake-interface-storage-plugins 3.3.0
Propagated dependencies: python-reretry@0.11.8 python-snakemake-interface-common@1.17.4 python-throttler@1.2.2 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/snakemake-interface-storage-plugins
Licenses: Expat
Synopsis: Interface for Snakemake storage plugins
Description:

This package provides a stable interface for interactions between Snakemake and its storage plugins.

python-snakemake-interface-executor-plugins 9.3.3
Propagated dependencies: python-argparse-dataclass@2.0.0 python-snakemake-interface-common@1.17.4 python-throttler@1.2.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/python-snakemake-interface-executor-plugins
Licenses: Expat
Synopsis: Interface for Snakemake executor plugins
Description:

This package provides a stable interface for interactions between Snakemake and its executor plugins.

python-snakemake-interface-software-deployment-plugins 0.6.1
Propagated dependencies: python-argparse-dataclass@2.0.0 python-snakemake-interface-common@1.17.4
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/snakemake-interface-software-deployment-plugins
Licenses: Expat
Synopsis: Interface for Snakemake software deployment plugins
Description:

This package provides a stable interface for interactions between Snakemake and its software deployment plugins.

Total results: 3816