_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-fastapi-pagination-minimal 0.12.34
Propagated dependencies: python-fastapi@0.115.6 python-pydantic@2.10.4
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/uriyyo/fastapi-pagination
Licenses: Expat
Build system: pyproject
Synopsis: FastAPI pagination library
Description:

fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.

python-fastapi-pagination-minimal 0.11.0
Propagated dependencies: python-fastapi@0.115.6 python-pydantic@2.10.4
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/uriyyo/fastapi-pagination
Licenses: Expat
Build system: pyproject
Synopsis: FastAPI pagination library
Description:

fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.

python-flake8-implicit-str-concat 0.5.0
Propagated dependencies: python-attrs@25.3.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
Build system: pyproject
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-opentelemetry-sdk-bootstrap 1.37.0
Propagated dependencies: python-opentelemetry-api-bootstrap@1.37.0 python-opentelemetry-semantic-conventions-bootstrap@0.58b0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://opentelemetry.io/docs/languages/python/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OpenTelemetry Python SDK
Description:

OpenTelemetry Python SDK.

python-opentelemetry-api-bootstrap 1.37.0
Propagated dependencies: python-importlib-metadata@8.7.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://opentelemetry.io/docs/languages/python/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OpenTelemetry Python API
Description:

OpenTelemetry Python API.

python-hatch-docstring-description 1.1.1
Propagated dependencies: python-hatchling@1.27.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/flying-sheep/hatch-docstring-description
Licenses: GPL 3+
Build system: pyproject
Synopsis: Derive PyPI package description from Python package docstring
Description:

This package provides a Hatchling plugin to read the description from the package docstring.

python-azure-storage-file-datalake 12.22.0
Propagated dependencies: python-azure-core@1.32.0 python-azure-storage-blob@12.27.0 python-isodate@0.7.2 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/Azure/azure-sdk-for-python
Licenses: Expat
Build system: pyproject
Synopsis: Microsoft Azure File DataLake Storage Client Library for Python
Description:

This package provides the Microsoft Azure File DataLake Storage Client Library for Python.

python-mathics3-notebook-frontends 0.0.0-0.63b90a0
Propagated dependencies: python-mathics-core@8.0.1
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: https://mathics.org/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Mathics frontend for Jupyter Notebook
Description:

This package provides a Mathics3 frontend for Jupyter Notebook and Marimo.

python-keeper-secrets-manager-core 17.0.0-0.2c9a63d
Propagated dependencies: python-cryptography@44.0.0 python-importlib-metadata@8.7.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Keeper-Security/secrets-manager
Licenses: Expat
Build system: pyproject
Synopsis: Keeper Secrets Manager for Python SDK
Description:

The Keeper Secrets Manager Python SDK provides access to Keeper Secrets Management services.

python-sphinxcontrib-programoutput 0.17
Propagated dependencies: python-sphinx@7.4.7
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/OpenNTI/sphinxcontrib-programoutput
Licenses: FreeBSD
Build system: pyproject
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 1.0.0
Propagated dependencies: python-sphinx@7.4.7 python-zope-interface@7.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/repoze/repoze.sphinx.autointerface
Licenses: Repoze
Build system: pyproject
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@5.2.8 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
Build system: pyproject
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.9.1 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
Build system: pyproject
Synopsis: LDAP Authenticator for JupyterHub
Description:

LDAP Authenticator for JupyterHub

python-zope-configuration-bootstrap 7.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopeconfiguration.readthedocs.io
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Zope Configuration Markup Language
Description:

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

python-robotframework-pythonlibcore 4.4.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/robotframework/PythonLibCore
Licenses: ASL 2.0
Build system: pyproject
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-sphinxcontrib-serializinghtml 2.0.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension to serialize HTML files
Description:

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

python-keeper-secrets-manager-helper 1.0.6-0.2c9a63d
Propagated dependencies: python-iso8601@2.1.0 python-keeper-secrets-manager-core@17.0.0-0.2c9a63d python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Keeper-Security/secrets-manager
Licenses: Expat
Build system: pyproject
Synopsis: Keeper Secrets Manager for Python SDK helper for managing records
Description:

Keeper Secrets Manager SDK helper is for creating and managing secret records. It is intended to be used with keeper-secrets-manager-core.

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 python-configparser@7.2.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://importlib-metadata.readthedocs.io/
Licenses: ASL 2.0
Build system: python
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.

python-robotframework-seleniumlibrary 6.8.0
Propagated dependencies: python-click@8.1.8 python-robotframework@7.3.2 python-robotframework-pythonlibcore@4.4.1 python-selenium@4.34.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/robotframework/SeleniumLibrary
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Web testing library for Robot Framework
Description:

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

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
Build system: python
Synopsis: Backport of @code{importlib.resources} from Python 3.7
Description:

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

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
Build system: python
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@7.4.7
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Licenses: FreeBSD
Build system: pyproject
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-snakemake-executor-plugin-slurm 1.7.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/snakemake-executor-plugin-slurm/
Licenses: Expat
Build system: pyproject
Synopsis: Snakemake executor plugin: slurm
Description:

A Snakemake executor plugin for running SLURM jobs.

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
Build system: pyproject
Synopsis: A dash component for specifying raw HTML
Description:

This package provides a dash component for specifying raw HTML.

Total results: 4236