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

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-qtawesome 1.4.2
Propagated dependencies: python-qtpy@2.4.3 python-pyqt@5.15.11
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/spyder-ide/qtawesome
Licenses: Expat
Build system: pyproject
Synopsis: FontAwesome icons in PyQt and PySide applications
Description:

FontAwesome icons in PyQt and PySide applications.

python-cvxpy 1.7.5
Propagated dependencies: python-clarabel@0.7.1 python-numpy@2.3.1 python-osqp@1.0.5 python-scipy@1.16.3 python-scs@3.2.10 python-cvxopt@1.3.2 python-ecos@2.0.13
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/cvxpy/cvxpy
Licenses: ASL 2.0
Build system: pyproject
Synopsis: DSL for modeling convex optimization problems
Description:

This package provides a domain-specific language for modeling convex optimization problems in Python.

python-snakemake-interface-common 1.17.4
Propagated dependencies: python-argparse-dataclass@2.0.0 python-configargparse@1.7
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/snakemake/snakemake-interface-common
Licenses: Expat
Build system: pyproject
Synopsis: Common functions and classes for Snakemake and its plugins
Description:

This package provides common functions and classes for Snakemake and its plugins.

python-nestcheck 0.2.1-0.513ef96
Propagated dependencies: python-fgivenx@2.4.2-0.cf51dbf python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-scipy@1.16.3 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/ejhigson/nestcheck
Licenses: Expat
Build system: pyproject
Synopsis: Nested sampling calculations utilities
Description:

This package implements a functionality to work with Nested sampling, a popular numerical method for Bayesian computation, which simultaneously generates samples from the posterior distribution and an estimate of the Bayesian evidence for a given likelihood and prior. nestcheck provides Python utilities for analysing samples produced by nested sampling, and estimating uncertainties on nested sampling calculations (which have different statistical properties to calculations using other numerical methods).

python-uproot 5.6.4
Propagated dependencies: python-awkward@2.8.5 python-cramjam@2.11.0.post1 python-fsspec@2026.1.0 python-numpy@2.3.1 python-packaging@25.0 python-xxhash@3.5.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://uproot.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: ROOT I/O in Python using NumPy
Description:

Uproot is a Python library for reading and writing ROOT files. It uses NumPy and does not depend on C++ ROOT.

python-pandera 0.27.1
Dependencies: python-dask@2025.11.0 python-distributed@2025.11.0 python-geopandas@1.1.1 python-hypothesis@6.150.2 python-modin@0.37.1 python-numpy@2.3.1 python-pandas@2.3.3 python-scipy@1.16.3 python-shapely@2.1.1
Propagated dependencies: python-packaging@25.0 python-pydantic@2.12.5 python-typeguard@4.4.4 python-typing-extensions@4.15.0 python-typing-inspect@0.9.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/unionai-oss/pandera
Licenses: Expat
Build system: pyproject
Synopsis: Perform data validation on dataframe-like objects
Description:

python-pandera provides a flexible and expressive API for performing data validation on dataframe-like objects to make data processing pipelines more readable and robust. Dataframes contain information that python-pandera explicitly validates at runtime. This is useful in production-critical data pipelines or reproducible research settings. With python-pandera, you can:

  • Define a schema once and use it to validate different dataframe types.

  • Check the types and properties of columns.

  • Perform more complex statistical validation like hypothesis testing.

  • Seamlessly integrate with existing data pipelines via function decorators.

  • Define dataframe models with the class-based API with pydantic-style syntax.

  • Synthesize data from schema objects for property-based testing.

  • Lazily validate dataframes so that all validation rules are executed.

  • Integrate with a rich ecosystem of tools like python-pydantic, python-fastapi and python-mypy.

python-apted 1.0.3-0.828b3e3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/JoaoFelipe/apted
Licenses: Expat
Build system: pyproject
Synopsis: Algorithm for the tree edit distance
Description:

This is a Python implementation of the APTED algorithm,which supersedes the RTED algorithm for computing the tree edit distance.

python-pyts 0.13.0-0.4f3d97b
Propagated dependencies: python-joblib@1.5.2 python-numba@0.62.1 python-numpy@2.3.1 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/johannfaouzi/pyts
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python package for time series classification
Description:

pyts is a Python package for time series classification. It aims to make time series classification easily accessible by providing preprocessing and utility tools, and implementations of state-of-the-art algorithms. Most of these algorithms transform time series, thus pyts provides several tools to perform these transformations.

python-fbpca 1.0
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://fbpca.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Functions for principal component analysis and accuracy checks
Description:

This package provides fast computations for principal component analysis (PCA), SVD, and eigendecompositions via randomized methods

python-geosketch 1.3
Propagated dependencies: python-fbpca@1.0 python-numpy@2.3.1 python-scikit-learn@1.7.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/brianhie/geosketch
Licenses: Expat
Build system: pyproject
Synopsis: Geometry-preserving random sampling
Description:

geosketch is a Python package that implements the geometric sketching algorithm described by Brian Hie, Hyunghoon Cho, Benjamin DeMeo, Bryan Bryson, and Bonnie Berger in "Geometric sketching compactly summarizes the single-cell transcriptomic landscape", Cell Systems (2019). This package provides an example implementation of the algorithm as well as scripts necessary for reproducing the experiments in the paper.

python-cmasher 1.9.2
Propagated dependencies: python-colorspacious@1.1.2 python-matplotlib@3.10.8 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://cmasher.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Scientific colormaps utilities
Description:

The CMasher package provides a collection of scientific colormaps and utility functions to be used by different Python packages and projects, mainly in combination with Matplotlib. It offers several alternatives to commonly used colormaps, like chroma and rainforest for jet; sunburst for hot; neutral for binary; and fusion and redshift for coolwarm.

python-pytensor 2.36.3
Propagated dependencies: python-cons@0.4.7 python-etuples@0.3.10 python-filelock@3.16.1 python-logical-unification@0.4.7 python-minikanren@1.0.5 python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pytensor.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Library for mathematical expressions in multi-dimensional arrays
Description:

PyTensor is a Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is a fork of the Aesara library.

python-numpoly 1.3.9
Propagated dependencies: python-importlib-metadata@8.7.0 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://numpoly.readthedocs.io/en/master/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Polynomials as a numpy datatype
Description:

Numpoly is a generic library for creating, manipulating and evaluating arrays of polynomials based on numpy.ndarray objects.

python-scikit-fem 11.0.0
Propagated dependencies: python-meshio@5.3.5 python-numpy@2.3.1 python-matplotlib@3.10.8 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://scikit-fem.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Library for performing finite element assembly
Description:

scikit-fem is a library for performing finite element assembly. Its main purpose is the transformation of bilinear forms into sparse matrices and linear forms into vectors.

python-xarray-dataclass 3.0.0
Propagated dependencies: python-numpy@2.3.1 python-typing-extensions@4.15.0 python-xarray@2025.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/xarray-contrib/xarray-dataclass/
Licenses: Expat
Build system: pyproject
Synopsis: Xarray data creation by data classes
Description:

xarray-dataclass is a Python package that makes it easy to create xarray's DataArray and Dataset objects that are "typed" (i.e. fixed dimensions, data type, coordinates, attributes, and name) using the Python's dataclass. It's a successor of not maintained https://github.com/astropenguin/xarray-dataclasses.

python-xarray 2025.12.0
Propagated dependencies: python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pydata/xarray
Licenses: ASL 2.0
Build system: pyproject
Synopsis: N-D labeled arrays and datasets
Description:

Xarray (formerly xray) makes working with labelled multi-dimensional arrays simple, efficient, and fun!

Xarray introduces labels in the form of dimensions, coordinates and attributes on top of raw NumPy-like arrays, which allows for a more intuitive, more concise, and less error-prone developer experience. The package includes a large and growing library of domain-agnostic functions for advanced analytics and visualization with these data structures.

python-narwhals 2.22.1
Propagated dependencies: python-duckdb@1.5.3 python-pandas@2.3.3 python-polars@1.38.1 python-pyarrow@24.0.0 python-dask@2025.11.0 python-modin@0.37.1 python-packaging@25.0 python-rich@14.3.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://narwhals-dev.github.io/narwhals/
Licenses: Expat
Build system: pyproject
Synopsis: Compatibility layer between dataframe libraries
Description:

This package provides an extremely lightweight compatibility layer between dataframe libraries.

  • full API support: cuDF, Modin, pandas, Polars, PyArrow

  • lazy-only support: Dask, DuckDB, Ibis, PySpark, SQLFrame

python-pytest-pyvista 0.3.2
Propagated dependencies: python-numpy@2.3.1 python-pillow@12.1.1 python-pytest@8.4.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pyvista/pytest-pyvista
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for comparing PyVista plot images
Description:

This package provides a Pytest plugin that facilitates the comparison of images produced by PyVista, generating cached images from tests and comparing subsequent results against that cache.

python-fastcluster 1.3.0
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://danifold.net/fastcluster.html
Licenses: FreeBSD
Build system: pyproject
Synopsis: Fast hierarchical clustering routines for R and Python
Description:

The fastcluster package implements seven common hierarchical clustering schemes efficiently. The package is made with two interfaces to standard software: R and Python.

python-trimesh 4.5.3
Propagated dependencies: python-chardet@5.2.0 python-colorlog@6.9.0 python-httpx@0.28.1 python-jsonschema@4.23.0 python-lxml@6.0.2 python-meshio@5.3.5 python-networkx@3.4.2 python-numpy@2.3.1 python-pillow@12.1.1 python-psutil@7.2.2 python-pycollada@0.9.2 python-pyglet@2.0.18 python-requests@2.32.5 python-rtree@1.4.1 python-scikit-image@0.26.0 python-scipy@1.16.3 python-setuptools@80.9.0 python-shapely@2.1.1 python-sympy@1.13.3 python-xxhash@3.5.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/mikedh/trimesh
Licenses: Expat
Build system: pyproject
Synopsis: Python library for loading and using triangular meshes
Description:

Trimesh is a pure Python library for loading and using triangular meshes with an emphasis on watertight surfaces. The goal of the library is to provide a full featured and well tested Trimesh object which allows for easy manipulation and analysis, in the style of the Polygon object in the Shapely library.

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
Build system: pyproject
Synopsis: Interface for Snakemake software deployment plugins
Description:

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

python-meshzoo 0.9.4
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/diego-hayashi/meshzoo
Licenses: GPL 3+
Build system: pyproject
Synopsis: Mesh generator for simple geometries
Description:

meshzoo is a mesh generator for finite element or finite volume computations for simple domains like regular polygons, disks, spheres, cubes, etc.

python-tdda 3.0.02
Propagated dependencies: python-chardet@5.2.0 python-numpy@2.3.1 python-pandas@2.3.3 python-polars@1.38.1 python-pyarrow@24.0.0 python-pyyaml@6.0.2 python-regex@2026.2.28 python-requests@2.32.5 python-rich@14.3.3 python-tomli@2.2.1 python-tomli-w@1.2.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://tdda.readthedocs.io/en/stable
Licenses: Expat
Build system: pyproject
Synopsis: Test-driven data analysis library for Python
Description:

The TDDA Python module provides command-line and Python API support for the overall process of data analysis, through tools that perform reference testing, constraint discovery for data, automatic inference of regular expressions from text data and automatic test generation.

python-plotly 5.24.1
Propagated dependencies: python-packaging@25.0 python-tenacity@9.0.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://plotly.com/python/
Licenses: Expat
Build system: pyproject
Synopsis: Interactive plotting library for Python
Description:

Plotly's Python graphing library makes interactive,publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts, and bubble charts.

Total packages: 32521