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

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-cotengra 0.8.0
Propagated dependencies: python-autoray@0.8.10 python-matplotlib@3.10.8 python-seaborn@0.13.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://cotengra.readthedocs.io
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Hyper optimized contraction trees
Description:

This library allows for contracting tensor networks or einsum expressions involving large numbers of tensors. It includes drop-in replacements for einsum and ncon, an explicit contraction tree object, a hyper optimizer that samples trees while tuning the generating meta-parameters, dynamic slicing for massive memory savings and parallelism, simulated annealing as an alternative strategy for optimizing and slicing, and integrations with other libraries such as numpy, opt_einsum, quimb, and others.

python-pymcubes 0.1.6
Propagated dependencies: python-pycollada@0.9.2 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://github.com/pmneila/PyMCubes
Licenses: Modified BSD
Build system: pyproject
Synopsis: Marching cubes for Python
Description:

PyMCubes is an implementation of the marching cubes algorithm to extract iso-surfaces from volumetric data. The volumetric data can be given as a three-dimensional NumPy array or as a Python function f(x, y, z).

python-flox 0.11.2
Propagated dependencies: python-numpy@2.3.1 python-numpy-groupies@0.11.3 python-packaging@25.0 python-pandas@2.3.3 python-scipy@1.16.3 python-toolz@1.1.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/xarray-contrib/flox
Licenses: ASL 2.0
Build system: pyproject
Synopsis: GroupBy operations for @code{dask.array}
Description:

flox mainly provides strategies for fast GroupBy reductions with dask.array. It uses the MapReduce paradigm (or a "tree reduction") to run the GroupBy operation in a parallel-native way totally avoiding a sort or shuffle operation. flox can use either dask or cubed as its backend.

python-deepdish 0.3.7-0.3f2dff7
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.16.3 python-six@1.17.0 python-tables@3.10.2-0.aad9079
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/uchicago-cs/deepdish
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for HDF5 file saving and loading
Description:

Deepdish is a Python library to load and save HDF5 files. The primary feature of deepdish is its ability to save and load all kinds of data as HDF5. It can save any Python data structure, offering the same ease of use as pickling or numpy.save, but with the language interoperability offered by HDF5.

python-traittypes 0.2.1
Propagated dependencies: python-traitlets@5.14.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/jupyter-widgets/traittypes
Licenses: Modified BSD
Build system: pyproject
Synopsis: Trait types for NumPy, SciPy and friends
Description:

The goal of this package is to provide a reference implementation of trait types for common data structures used in the scipy stack such as numpy arrays or pandas and xarray data structures. These are out of the scope of the main traitlets project but are a common requirement to build applications with traitlets in combination with the scipy stack.

python-simplespectral 1.0.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://github.com/xmikos/simplespectral
Licenses: Expat
Build system: pyproject
Synopsis: FFT module for Python
Description:

This package provides a simplified scipy.signal.spectral module to do spectral analysis in Python.

python-pykdtree 1.4.2
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/storpipfugl/pykdtree
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Fast kd-tree implementation with OpenMP-enabled queries
Description:

pykdtree is a kd-tree implementation for fast nearest neighbour search in Python.

python-particle 0.26.1
Propagated dependencies: python-attrs@25.3.0 python-hepunits@2.4.4 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/particle
Licenses: Modified BSD
Build system: pyproject
Synopsis: Extended PDG particle data and MC identification codes
Description:

Particle provides a pythonic interface to the Particle Data Group (PDG) particle data tables and particle identification codes, with extended particle information and extra goodies.

python-msgpack-numpy 0.4.8
Propagated dependencies: python-msgpack@1.1.2 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/lebedov/msgpack-numpy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Numpy data serialization using msgpack
Description:

This package provides encoding and decoding routines that enable the serialization and deserialization of numerical and array data types provided by numpy using the highly efficient msgpack format. Serialization of Python's native complex data types is also supported.

python-sparse 0.18.0
Propagated dependencies: 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://github.com/pydata/sparse/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Library for multi-dimensional sparse arrays
Description:

This package implements sparse arrays of arbitrary dimension on top of numpy and scipy.sparse. Sparse array is a matrix in which most of the elements are zero. python-sparse generalizes the scipy.sparse.coo_matrix and scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an arbitrary number of dimensions. Additionally, this project maintains compatibility with the numpy.ndarray interface rather than the numpy.matrix interface used in scipy.sparse. These differences make this project useful in certain situations where scipy.sparse matrices are not well suited, but it should not be considered a full replacement. It lacks layouts that are not easily generalized like compressed sparse row/column(CSR/CSC) and depends on scipy.sparse for some computations.

python-scikit-allel 1.3.13
Propagated dependencies: python-dask@2025.11.0 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/cggh/scikit-allel
Licenses: Expat
Build system: pyproject
Synopsis: Explore and analyze genetic variation data
Description:

This package provides utilities for exploratory analysis of large scale genetic variation data.

python-hist 2.10.1
Propagated dependencies: python-boost-histogram@1.7.1 python-histoprint@2.6.0 python-numpy@2.3.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://hist.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Hist classes and utilities
Description:

Hist is an analyst-friendly front-end for boost-histogram.

python-upsetplot 0.9.0
Propagated dependencies: python-matplotlib@3.10.8 python-pandas@2.3.3
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://upsetplot.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Draw UpSet plots with Pandas and Matplotlib
Description:

This is a Python implementation of UpSet plots by Lex et al. UpSet plots are used to visualize set overlaps; like Venn diagrams but more readable.

python-mpl-scatter-density 0.8
Propagated dependencies: python-fast-histogram@0.14-0.92ed204 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://github.com/astrofrog/mpl-scatter-density
Licenses: FreeBSD
Build system: pyproject
Synopsis: Matplotlib helpers to make density scatter plots
Description:

This package provides functionality to make it easy to make scatter density maps, both for interactive and non-interactive use.

python-scikit-image 0.26.0
Propagated dependencies: python-imageio@2.36.1 python-lazy-loader@0.4 python-networkx@3.4.2 python-numpy@2.3.1 python-packaging@25.0 python-pillow@12.1.1 python-scipy@1.16.3 python-tifffile@2025.10.4
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://scikit-image.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Image processing in Python
Description:

Scikit-image is a collection of algorithms for image processing.

python-scikit-surprise 1.1.4
Propagated dependencies: python-joblib@1.5.2 python-numpy@1.26.4 python-scikit-learn@1.7.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://surpriselib.com/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Recommender system library for Scikit-learn
Description:

This package provides a Python library for building and analyzing recommender systems that deal with explicit rating data. It was designed with the following purposes in mind:

  • Provide tools to handle downloaded or user-provided datasets.

  • Provide ready-to-use prediction algorithms and similarity measures.

  • Provide a base for creating custom algorithms.

  • Provide tools to evaluate, analyse and compare algorithm performance.

  • Provide documentation with precise details regarding library algorithms.

python-anndata 0.12.7
Propagated dependencies: python-array-api-compat@1.12.0 python-h5py@3.15.1 python-legacy-api-wrap@1.5 python-natsort@8.4.0 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-scipy@1.16.3 python-zarr@2.18.7
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/theislab/anndata
Licenses: Modified BSD
Build system: pyproject
Synopsis: Annotated data for data analysis pipelines
Description:

Anndata is a package for simple (functional) high-level APIs for data analysis pipelines. In this context, it provides an efficient, scalable way of keeping track of data together with learned annotations and reduces the code overhead typically encountered when using a mostly object-oriented library such as scikit-learn.

python-adjusttext 1.3.0
Propagated dependencies: python-matplotlib@3.10.8 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://github.com/Phlya/adjustText
Licenses: Expat
Build system: pyproject
Synopsis: Adjust text position in matplotlib plots to minimize overlaps
Description:

Often when we want to label multiple points on a graph the text will start heavily overlapping with both other labels and data points. This can be a major problem requiring manual solution. However this can be largely automated by smart placing of the labels (difficult) or iterative adjustment of their positions to minimize overlaps (relatively easy). This library implements the latter option to help with matplotlib graphs.

python-vedo 2025.5.4
Propagated dependencies: python-deprecated@1.3.1 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pygments@2.19.2 vtk@9.6.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/marcomusy/vedo
Licenses: Expat SIL OFL 1.1 CC0 Public Domain
Build system: pyproject
Synopsis: Analysis and visualization of 3D objects and point clouds
Description:

vedo is a fast and lightweight python module for scientific analysis and visualization. The package provides a wide range of functionalities for working with three-dimensional meshes and point clouds. It can also be used to generate high quality two-dimensional renderings such as scatter plots and histograms. vedo is based on vtk and numpy.

python-scipy 1.16.3
Dependencies: boost@1.88.0 openblas@0.3.31 pybind11@2.13.6 qhull@2020.2 xsimd@13.2.0
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://scipy.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

python-xarray-schema 0.0.3
Propagated dependencies: python-numpy@2.3.1 python-xarray@2025.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/carbonplan/xarray-schema
Licenses: Expat
Build system: pyproject
Synopsis: Schema validation for Xarray objects
Description:

This package implements schema validation for Xarray objects.

python-pydicom 2.4.4
Dependencies: gdcm@3.2.2 libjpeg-turbo@2.1.4
Propagated dependencies: python-numpy@2.3.1 python-pillow@12.1.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pydicom/pydicom
Licenses: Expat
Build system: pyproject
Synopsis: Python library for reading and writing DICOM data
Description:

python-pydicom is a Python library for reading and writing DICOM medical imaging data. It can read, modify and write DICOM data.

python-scikit-build-core 0.12.2
Propagated dependencies: cmake-minimal@3.31.10 python-packaging@25.0 python-pathspec@1.0.4
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-build/scikit-build-core
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Build backend for CMake based projects
Description:

Scikit-build-core is a build backend for Python that uses CMake to build extension modules. It has a simple yet powerful static configuration system in pyproject.toml, and supports almost unlimited flexibility via CMake. It was initially developed to support the demanding needs of scientific users, but can build any sort of package that uses CMake.

python-anndata 0.11.4
Propagated dependencies: python-array-api-compat@1.12.0 python-h5py@3.15.1 python-legacy-api-wrap@1.5 python-natsort@8.4.0 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-scipy@1.16.3 python-zarr@2.18.7
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/theislab/anndata
Licenses: Modified BSD
Build system: pyproject
Synopsis: Annotated data for data analysis pipelines
Description:

Anndata is a package for simple (functional) high-level APIs for data analysis pipelines. In this context, it provides an efficient, scalable way of keeping track of data together with learned annotations and reduces the code overhead typically encountered when using a mostly object-oriented library such as scikit-learn.

Total packages: 32521