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

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.


sonic 0.2.0
Channel: guix
Location: gnu/packages/speech.scm (gnu packages speech)
Home page: https://github.com/waywardgeek/sonic
Licenses: ASL 2.0
Build system: gnu
Synopsis: Speed up or slow down speech
Description:

Sonic implements a simple algorithm for speeding up or slowing down speech. However, it's optimized for speed ups of over 2X, unlike previous algorithms for changing speech rate. Sonic is a C library designed to be easily integrated into streaming voice applications such as text-to-speech (TTS) back ends.

The primary motivation behind Sonic is to enable the blind and visually impaired to improve their productivity with speech engines, like eSpeak. Sonic can also be used by the sighted.

python-onnx-ir 0.1.15
Propagated dependencies: python-numpy@2.3.1 onnx@1.17.0 python-typing-extensions@4.15.0 python-ml-dtypes@0.5.3
Channel: guix
Location: gnu/packages/speech.scm (gnu packages speech)
Home page: https://github.com/onnx/ir-py
Licenses: ASL 2.0
Build system: pyproject
Synopsis: ONNX IR Python library
Description:

This package provides a Python library for ONNX intermediate representation.

flite 2.2
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/speech.scm (gnu packages speech)
Home page: http://www.festvox.org/flite/index.html
Licenses: non-copyleft
Build system: gnu
Synopsis: Speech synthesis system
Description:

Flite (festival-lite) is a small, fast run-time text to speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. It is designed as an alternative text to speech synthesis engine to Festival for voices built using the FestVox suite of voice building tools.

mitlm 0.4.2
Channel: guix
Location: gnu/packages/speech.scm (gnu packages speech)
Home page: https://github.com/mitlm/mitlm
Licenses: Expat
Build system: gnu
Synopsis: The MIT Language Modeling toolkit
Description:

The MIT Language Modeling (MITLM) toolkit is a set of tools designed for the efficient estimation of statistical n-gram language models involving iterative parameter estimation. It achieves much of its efficiency through the use of a compact vector representation of n-grams.

python-onnx-asr 0.10.2
Propagated dependencies: python-numpy@2.3.1 python-huggingface-hub@0.31.4 onnxruntime@1.22.0
Channel: guix
Location: gnu/packages/speech.scm (gnu packages speech)
Home page: https://github.com/istupakov/onnx-asr
Licenses: Expat
Build system: pyproject
Synopsis: Speech recognition using ONNX models
Description:

ONNX ASR is a Python library for automatic speech recognition using ONNX Runtime. It supports models including Whisper and NeMo Parakeet. Includes bundled Parakeet TDT V3 model weights (int8, CC-BY-4.0, NVIDIA).

python-nbsphinx 0.8.8
Propagated dependencies: python-docutils@0.21.2 python-jinja2@3.1.2 python-nbconvert@7.16.6 python-nbformat@5.10.4 python-sphinx@9.0.3 python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://nbsphinx.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Jupyter Notebook Tools for Sphinx
Description:

python-nbsphinx is a Sphinx extension that provides a source parser for *.ipynb files. Custom Sphinx directives are used to show Jupyter Notebook code cells (and of course their results) in both HTML and LaTeX output. Un-evaluated notebooks - i.e. notebooks without stored output cells - will be automatically executed during the Sphinx build process.

python-sphinx-issues 5.0.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sloria/sphinx-issues
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension for linking to a project's issue tracker
Description:

This package provides a Sphinx extension for linking to a project's issue tracker. This includes roles for linking to issues, pull requests and user profiles. Support for GitHub is built-in, but other services can also be supported with sphinx-issues.

python-mpl-sphinx-theme 3.5.0
Propagated dependencies: python-pydata-sphinx-theme@0.7.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/matplotlib/mpl-sphinx-theme
Licenses: Modified BSD
Build system: pyproject
Synopsis: Matplotlib theme for Sphinx
Description:

This package provides a Matplotlib theme for Sphinx.

python-sphinx-reredirects 1.1.0
Propagated dependencies: python-linkify-it-py@2.0.0 python-myst-parser@4.0.1 python-sphinx-copybutton@0.5.2 python-sphinx-design@0.6.1 python-sphinx-sitemap@2.2.0 python-sphinx-copybutton@0.5.2 python-sphinxcontrib-mermaid@1.0.0 python-sphinxext-opengraph@0.13.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://documatt.com/sphinx-reredirects/
Licenses: Expat
Build system: pyproject
Synopsis: Extension for sphinx to handle redirects
Description:

The extension for Sphinx documentation projects that handle redirects for moved pages. It generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents.

python-sphinxcontrib-jsmath 1.0.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-jsmath
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension to render math equations
Description:

sphinxcontrib-jsmath is a Sphinx extension which renders display math in HTML via JavaScript.

python-sphinxcontrib-apidoc 0.6.0
Propagated dependencies: python-pbr@7.0.1 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-contrib/apidoc
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension for running @code{sphinx-apidoc}
Description:

This package provides Sphinx extension for running sphinx-apidoc on each build.

python-sphinx-click 6.0.0
Propagated dependencies: python-click@8.1.8 python-docutils@0.21.2 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/click-contrib/sphinx-click
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension that documents click applications
Description:

This package provide sphinx extension that automatically documents click applications.

python-sphinx 9.0.3
Propagated dependencies: python-babel@2.16.0 python-docutils@0.21.2 python-imagesize@1.4.1 python-jinja2@3.1.2 python-packaging@25.0 python-pygments@2.19.1 python-requests@2.32.5 python-roman-numerals@3.1.0 python-snowballstemmer@2.2.0 python-sphinx-alabaster-theme@0.7.16 python-sphinxcontrib-applehelp@2.0.0 python-sphinxcontrib-devhelp@2.0.0 python-sphinxcontrib-htmlhelp@2.1.0 python-sphinxcontrib-jsmath@1.0.1 python-sphinxcontrib-qthelp@2.0.0 python-sphinxcontrib-serializinghtml@2.0.0 texlive-amsfonts@2025.2 texlive-amsmath@2025.2 texlive-anyfontsize@2025.2 texlive-booktabs@2025.2 texlive-capt-of@2025.2 texlive-carlisle@2025.2 texlive-cmap@2025.2 texlive-etoolbox@2025.2 texlive-fancyhdr@2025.2 texlive-fancyvrb@2025.2 texlive-float@2025.2 texlive-fncychap@2025.2 texlive-framed@2025.2 texlive-geometry@2025.2 texlive-hyperref@2025.2 texlive-kvoptions@2025.2 texlive-latex-bin@2025.2 texlive-ltxcmds@2025.2 texlive-needspace@2025.2 texlive-oberdiek@2025.2 texlive-parskip@2025.2 texlive-preview@2025.2 texlive-tabulary@2025.2 texlive-titlesec@2025.2 texlive-tools@2025.2 texlive-upquote@2025.2 texlive-varwidth@2025.2 texlive-wrapfig@2025.2 texlive-xcolor@2025.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://www.sphinx-doc.org
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python documentation generator
Description:

Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources.

python-sphinx-rtd-theme 3.1.0
Propagated dependencies: python-docutils@0.21.2 python-sphinx@9.0.3 python-sphinxcontrib-jquery@4.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/snide/sphinx_rtd_theme/
Licenses: Expat
Build system: pyproject
Synopsis: ReadTheDocs.org theme for Sphinx
Description:

A theme for Sphinx used by ReadTheDocs.org.

python-sphinx 6.2.1
Propagated dependencies: python-babel@2.16.0 python-colorama@0.4.6 python-docutils@0.19 python-filelock@3.16.1 python-html5lib@1.1 python-imagesize@1.4.1 python-jinja2@3.1.2 python-packaging@25.0 python-pygments@2.19.1 python-requests@2.32.5 python-snowballstemmer@2.2.0 python-sphinx-alabaster-theme@0.7.16 python-sphinxcontrib-applehelp@2.0.0 python-sphinxcontrib-devhelp@2.0.0 python-sphinxcontrib-htmlhelp@2.1.0 python-sphinxcontrib-jsmath@1.0.1 python-sphinxcontrib-qthelp@2.0.0 python-sphinxcontrib-serializinghtml@2.0.0 python-sphinxcontrib-websupport@2.0.0 python-types-requests@2.32.4.20250611 texlive-amsfonts@2025.2 texlive-amsmath@2025.2 texlive-anyfontsize@2025.2 texlive-booktabs@2025.2 texlive-capt-of@2025.2 texlive-carlisle@2025.2 texlive-cmap@2025.2 texlive-etoolbox@2025.2 texlive-fancyhdr@2025.2 texlive-fancyvrb@2025.2 texlive-float@2025.2 texlive-fncychap@2025.2 texlive-framed@2025.2 texlive-geometry@2025.2 texlive-hyperref@2025.2 texlive-kvoptions@2025.2 texlive-latex-bin@2025.2 texlive-ltxcmds@2025.2 texlive-needspace@2025.2 texlive-oberdiek@2025.2 texlive-parskip@2025.2 texlive-preview@2025.2 texlive-tabulary@2025.2 texlive-titlesec@2025.2 texlive-tools@2025.2 texlive-upquote@2025.2 texlive-varwidth@2025.2 texlive-wrapfig@2025.2 texlive-xcolor@2025.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://www.sphinx-doc.org
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python documentation generator
Description:

Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources.

python-sphinx-gallery 0.20.0
Propagated dependencies: python-joblib@1.5.2 python-pillow@11.1.0 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://sphinx-gallery.github.io/stable/index.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generate an examples gallery automatically
Description:

sphinx_gallery is a Sphinx extension that builds an HTML version from any set of Python scripts and puts it into an examples gallery.

python-sphinx-argparse 0.5.2
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://github.com/ribozz/sphinx-argparse
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension for documenting argparse commands and options
Description:

This package is a sphinx extension that automatically documents argparse commands and options

python-sphinx-theme-builder 0.2.0b1
Propagated dependencies: python-pypa-build@1.3.0 python-click@8.1.8 python-nodeenv@1.8.0 python-packaging@25.0 python-pyproject-metadata@0.10.0 python-rich@14.2.0 python-sphinx-autobuild@2025.08.25 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/pradyunsg/sphinx-theme-builder
Licenses: Expat
Build system: pyproject
Synopsis: Tool for authoring Sphinx themes
Description:

This package provides a tool for authoring Sphinx themes with a simple (opinionated) workflow.

python-sphinx-tabs 3.4.7
Propagated dependencies: python-docutils@0.21.2 python-pygments@2.19.1 python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/executablebooks/sphinx-tabs
Licenses: Expat
Build system: pyproject
Synopsis: Tabbed views for Sphinx
Description:

Create tabbed content in Sphinx documentation when building HTML.

python-sphinxext-opengraph 0.13.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/wpilibsuite/sphinxext-opengraph
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sphinx Extension to enable OpenGraph support
Description:

This package provides a Sphinx Extension to generate OG metadata.

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

sphinxcontrib-devhelp is a Sphinx extension which outputs https://wiki.gnome.org/Apps/Devhelp documents.

python-sphinx-tags 0.4
Propagated dependencies: python-sphinx@9.0.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://sphinx-tags.readthedocs.io/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension to create tags
Description:

This package provides a Sphinx extension to create tags for documentation pages.

python-myst-parser 4.0.1
Propagated dependencies: python-docutils@0.21.2 python-jinja2@3.1.2 python-linkify-it-py@2.0.0 python-markdown-it-py@3.0.0 python-linkify-it-py@2.0.0 python-mdit-py-plugins@0.4.2 python-pyyaml@6.0.2 python-sphinx@9.0.3 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://myst-parser.readthedocs.io/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx and Docutils extension to parse MyST
Description:

This package provides a Sphinx and Docutils extension to parse MyST, a rich and extensible flavour of Markdown for authoring technical and scientific documentation.

python-sphinx-autobuild 2025.08.25
Propagated dependencies: python-colorama@0.4.6 python-sphinx@9.0.3 python-starlette@0.49.1 python-uvicorn@0.34.0 python-watchfiles@1.1.1 python-websockets@13.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/GaretJax/sphinx-autobuild
Licenses: Expat
Build system: pyproject
Synopsis: Rebuild Sphinx documentation when a change is detected
Description:

This package lets you watch a Sphinx directory and rebuild the documentation when a change is detected. It also includes a livereload enabled web server.

Total packages: 70999