_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-sphinxcontrib-doxylink 1.13.0
Propagated dependencies: python-dateutil@2.9.0 python-pyparsing@3.2.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-contrib/doxylink
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sphinx extension for linking to Doxygen documentation
Description:

Doxylink is a Sphinx extension to link to external Doxygen API documentation. It allows you to specify C++ symbols and it will convert them into links to the HTML page of their Doxygen documentation.

python-sphinx-repoze-autointerface 1.0.0
Propagated dependencies: python-sphinx@9.0.3 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-sphinxcontrib-jquery 4.1
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-contrib/jquery
Licenses: Zero-Clause BSD
Build system: pyproject
Synopsis: Extension to include jQuery on newer Sphinx releases
Description:

This package provide an extension to include jQuery on newer Sphinx releases.

python-sphinxcontrib-video 0.4.1
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://sphinxcontrib-video.readthedocs.io/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Allows embedding of HTML5 videos in sphinx
Description:

Allows embedding of HTML5 videos in sphinx.

python-sphinxext-rediraffe 0.2.7
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/wpilibsuite/sphinxext-rediraffe
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx Extension that redirects non-existent pages to working pages
Description:

This sphinx extension redirects non-existent pages to working pages. Rediraffe can also check that deleted/renamed files in your git repo are redirected.

python-sphinx-me 0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/stephenmcd/sphinx-me
Licenses: FreeBSD
Build system: pyproject
Synopsis: Create a Sphinx documentation shell
Description:

Create a Sphinx documentation shell for your project and include the README file as the documentation index. It handles extracting the required meta data such as the project name, author and version from your project for use in your Sphinx docs.

python-sphinx-prompt 1.9.0
Propagated dependencies: python-certifi@2025.06.15 python-docutils@0.21.2 python-idna@3.10 python-pygments@2.19.1 python-sphinx@9.0.3 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sbrunner/sphinx-prompt
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sphinx directive to add unselectable prompt
Description:

This package provides a Sphinx directive to add unselectable prompt.

python-sphinx-alabaster-theme 0.7.16
Propagated dependencies: python-pygments@2.19.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://alabaster.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Configurable sidebar-enabled Sphinx theme
Description:

Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It's the default theme of Sphinx.

python-sphinxcontrib-htmlhelp 2.1.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension for rendering HTML help files
Description:

sphinxcontrib-htmlhelp is a Sphinx extension which renders HTML help files.

python-sphinx-autoapi 3.6.1
Propagated dependencies: python-astroid@3.3.11 python-jinja2@3.1.2 python-pyyaml@6.0.2 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/readthedocs/sphinx-autoapi
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx API documentation generator
Description:

Sphinx AutoAPI is a Sphinx extension for generating complete API documentation without needing to load, run, or import the project being documented. In contrast to the traditional Sphinx autodoc, which requires manual authoring and uses code imports, AutoAPI finds and generates documentation by parsing source code.

python-sphinxcontrib-mermaid 1.0.0
Propagated dependencies: python-pyyaml@6.0.2 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/mgaitan/sphinxcontrib-mermaid
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension for drawing Mermaid diagrams
Description:

This extension makes it possible to draw Mermaid diagrams in Sphinx documentation.

python-sphinx-pytest 0.2.0
Propagated dependencies: python-pytest@9.0.2 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/chrisjsewell/sphinx-pytest
Licenses: Expat
Build system: pyproject
Synopsis: Pytest fixtures for Sphinx extensions
Description:

This Pytest extension mainly provides some Pytest fixtures to simulate converting some source text to Docutils AST at different stages: before transforms, after transforms, etc.

python-sphinxcontrib-qthelp 2.0.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-qthelp
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension to output QtHelp documents
Description:

sphinxcontrib-qthelp is a Sphinx extension which outputs QtHelp documents.

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-sphinxcontrib-bibtex 2.6.5
Propagated dependencies: python-pybtex-docutils@1.0.3 python-sphinx-autoapi@3.6.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension for bibtex style references
Description:

This package allows bibtex citations to be inserted into documentation generated by sphinx, via a bibliography directive.

python-pydata-sphinx-theme 0.7.2
Propagated dependencies: python-beautifulsoup4@4.14.3 python-docutils@0.19 python-jinja2@3.1.2 python-sphinx@6.2.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/pydata/pydata-sphinx-theme
Licenses: Modified BSD
Build system: pyproject
Synopsis: Bootstrap-based Sphinx theme
Description:

This package provides a Bootstrap-based Sphinx theme from the PyData community.

python-sphinxcontrib-websupport 2.0.0
Propagated dependencies: python-sphinxcontrib-serializinghtml@2.0.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://sphinx-doc.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sphinx API for web applications
Description:

This package provides a Python API to easily integrate Sphinx documentation into your web application. It provides tools to integrate Sphinx documents in web templates and to handle searches.

python-breathe 4.36.0
Propagated dependencies: python-docutils@0.21.2 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://www.breathe-doc.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: ReStructuredText and Sphinx bridge to Doxygen
Description:

This package is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.

python-sphinx-design 0.6.1
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://sphinx-design.readthedocs.io/en/furo-theme/
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension to designing responsive web components
Description:

This package provides a sphinx extension for designing beautiful, view size responsive web components.

python-sphinxcontrib-svg2pdfconverter 1.2.0
Propagated dependencies: python-sphinx@9.0.3
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-sphinx-sitemap 2.2.0
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/jdillard/sphinx-sitemap
Licenses: Expat
Build system: pyproject
Synopsis: Sitemap generator for Sphinx
Description:

A Sphinx extension to generate multiversion and multilanguage sitemaps.org compliant sitemaps for the HTML version of your Sphinx documentation.

python-sphinxcontrib-newsfeed 0.1.4
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/prometheusresearch/sphinxcontrib-newsfeed
Licenses: FreeBSD
Build system: pyproject
Synopsis: News Feed extension for Sphinx
Description:

Sphinxcontrib-newsfeed is an extension for adding a simple Blog, News or Announcements section to a Sphinx website.

python-sphinx-copybutton 0.5.2
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/executablebooks/sphinx-copybutton
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension to add "copy" buttons to code blocks
Description:

This package provides a small sphinx extension to add "copy" buttons to code blocks.

python-sphinxcontrib-programoutput 0.17
Propagated dependencies: python-sphinx@9.0.3
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.

Total packages: 70999