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

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-pynwb 3.1.3
Propagated dependencies: python-dateutil@2.9.0 python-h5py@3.15.1 python-hdmf@4.1.2 python-numpy@2.3.1 python-pandas@2.3.3 python-platformdirs@4.3.6
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://pynwb.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Package for working with Neurodata stored in the NWB format
Description:

PyNWB is a Python package for working with NWB files. It provides a high-level API for efficiently working with Neurodata stored in the NWB format.

python-wfdb 4.3.0
Propagated dependencies: python-aiohttp@3.11.18 python-fsspec@2026.1.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-requests@2.32.5 python-scipy@1.16.3 python-soundfile@0.13.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://wfdb.readthedocs.io
Licenses: Expat
Build system: pyproject
Synopsis: Tools for reading, writing, and processing physiologic signals and annotations
Description:

A Python-native package for reading, writing, processing, and plotting physiologic signal and annotation data. The core I/O functionality is based on the Waveform Database (WFDB) specifications.

python-hedtools 1.1.0
Propagated dependencies: python-click@8.3.1 python-click-option-group@0.5.9 python-defusedxml@0.7.1-0.c744588 python-inflect@7.5.0 python-numpy@2.3.1 python-openpyxl@3.1.5 python-pandas@2.3.3 python-portalocker@2.7.0 python-semantic-version@2.10.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://www.hedtags.org/
Licenses: Expat
Build system: pyproject
Synopsis: HED tools for annotating events and experimental metadata
Description:

HED is a framework for systematically describing both laboratory and real-world events as well as other experimental metadata. HED tags are comma-separated path strings that provide a standardized vocabulary for annotating events and experimental conditions.

Key Features:

  • Validate HED annotations against schema specifications

  • Analyze and summarize HED-tagged datasets

  • Full HED support in BIDS (Brain Imaging Data Structure)

  • HED support in NWB (Neurodata Without Borders) when used the ndx-hed extension.

  • Platform-independent and data-neutral

  • Command-line tools and Python API

python-pycrostates 0.6.1
Propagated dependencies: python-decorator@5.2.1 python-jinja2@3.1.2 python-joblib@1.5.2 python-matplotlib@3.10.8 python-mne@1.11.0 python-numpy@2.3.1 python-packaging@25.0 python-pooch@1.8.1 python-psutil@7.2.2 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://pycrostates.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python package for EEG microstate segmentation
Description:

This package provides a simple open source Python package for EEG microstate segmentation.

python-mne-rsa 1.0
Propagated dependencies: python-mne@1.11.0 python-nibabel@5.3.2 python-pyside-6@6.9.2 python-pyvista@0.46.5 python-pyvistaqt@0.11.3 python-scikit-learn@1.7.2
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/mne-rsa
Licenses: Modified BSD
Build system: pyproject
Synopsis: Representational Similarity Analysis on MEG and EEG data
Description:

This is a Python package for performing representational similarity analysis (RSA) using MNE-Python data structures. The main use-case is to perform RSA using a “searchlight” approach through time and/or a volumetric or surface source space.

device-xlib 0.8.6
Dependencies: openblas@0.3.31
Channel: guix-science
Location: guix-science/packages/fortran.scm (guix-science packages fortran)
Home page: https://gitlab.com/max-centre/components/devicexlib
Licenses: GPL 3+
Build system: gnu
Synopsis: Fortran library wrapping device-oriented routines and utilities
Description:

deviceXlib is a library that wraps device-oriented routines and utilities, such as device data allocation, host-device data transfers. It supports CUDA language, together with OpenACC and OpenMP programming paradigms. It wraps a subset of functions from Nvidia cuBLAS, Intel oneMKL BLAS and AMD rocBLAS libraries.

fortran-fpm 0.13.0
Dependencies: gfortran@14.3.0
Channel: guix-science
Location: guix-science/packages/fortran.scm (guix-science packages fortran)
Home page: https://fpm.fortran-lang.org
Licenses: Expat
Build system: copy
Synopsis: Fortran Package Manager
Description:

Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. Fpm's user interface is modeled after Rust's Cargo, so if you're familiar with that tool, you will feel at home with fpm. Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries.

fypp 3.2
Channel: guix-science
Location: guix-science/packages/fortran.scm (guix-science packages fortran)
Home page: https://github.com/aradi/fypp
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python powered Fortran preprocessor
Description:

Fypp is a Python powered preprocessor. It can be used for any programming languages but its primary aim is to offer a Fortran preprocessor, which helps to extend Fortran with condititional compiling and template metaprogramming capabilities. Instead of introducing its own expression syntax, it uses Python expressions in its preprocessor directives, offering the consistency and versatility of Python when formulating metaprogramming tasks.

device-xlib 0.2.0-1.08558f7
Dependencies: openblas@0.3.31 lapack@3.12.1
Channel: guix-science
Location: guix-science/packages/fortran.scm (guix-science packages fortran)
Home page: https://gitlab.com/max-centre/components/devicexlib
Licenses: GPL 3+
Build system: gnu
Synopsis: Fortran library wrapping device-oriented routines and utilities
Description:

deviceXlib is a library that wraps device-oriented routines and utilities, such as device data allocation, host-device data transfers. It supports CUDA language, together with OpenACC and OpenMP programming paradigms. It wraps a subset of functions from Nvidia cuBLAS, Intel oneMKL BLAS and AMD rocBLAS libraries.

python-pyresample 1.35.0
Propagated dependencies: python-cartopy@0.24.1 python-configobj@5.0.9 python-dask@2025.11.0 python-donfig@0.8.1.post1 python-matplotlib@3.10.8 python-numexpr@2.14.1 python-numpy@2.3.1 python-odc-geo@0.5.0 python-pillow@12.1.1 python-platformdirs@4.3.6 python-pykdtree@1.4.2 python-pyproj@3.7.2 python-pyyaml@6.0.2 python-rasterio@1.3.7 python-scipy@1.16.3 python-shapely@2.1.1 python-xarray@2025.12.0 python-zarr@2.18.7
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/pytroll/pyresample
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Geospatial image resampling in Python
Description:

Pyresample is a python package for resampling geospatial image data. Resampling or reprojection is the process of mapping input geolocated data points to a new target geographic projection and area.

python-discretize 0.12.0
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://discretize.simpeg.xyz/
Licenses: Expat
Build system: pyproject
Synopsis: Finite volume discretization in Python
Description:

This package provides discretization tools for finite volume and inverse problems.

The vision is to create a package for finite volume simulation with a focus on large scale inverse problems. This package has the following features:

  • modular with respect to the spacial discretization

  • built with the inverse problem in mind

  • supports 1D, 2D and 3D problems

  • access to sparse matrix operators

  • access to derivatives to mesh variables

Currently, discretize supports:

  • Tensor Meshes (1D, 2D and 3D)

  • Cylindrically Symmetric Meshes

  • QuadTree and OcTree Meshes (2D and 3D)

  • Logically Rectangular Meshes (2D and 3D)

  • Triangular (2D) and Tetrahedral (3D) Meshes

python-emg3d 1.8.7
Propagated dependencies: python-discretize@0.12.0 python-empymod@2.6.0 python-h5py@3.15.1 python-matplotlib@3.10.8 python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3 python-tqdm@4.67.1 python-xarray@2025.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://emg3d.emsig.xyz/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Multigrid solver for 3D electromagnetic diffusion
Description:

This package provides a three-dimensional modeller for electromagnetic (EM) diffusion as used for instance in geophysical controlled-source EM (CSEM) surveys. This includes use cases in the search for resources such as groundwater, geothermal energy, hydrocarbons, and minerals, or civil engineering and environmental applications.

python-harmonica 0.7.0
Propagated dependencies: python-choclo@0.3.2 python-numba@0.62.1 python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-verde@1.8.1 python-xarray@2025.12.0 python-xrft@1.0.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://www.fatiando.org/harmonica/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Processing and modelling of gravity and magnetic data
Description:

Harmonica is a Python library for processing and modeling gravity and magnetic data. It includes common processing steps, like calculation of Bouguer and terrain corrections, reduction to the pole, upward continuation, equivalent sources, and more. There are forward modeling functions for basic geometric shapes, like point sources, prisms and tesseroids.

python-boule 0.5.0
Propagated dependencies: python-attrs@25.3.0 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://www.fatiando.org/boule/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Reference ellipsoids for geodesy and geophysics
Description:

Boule is Python library for representing reference ellipsoids geometrically, calculating their gravity fields, and performing some global coordinate conversions.

python-pyaps3 0.3.7
Propagated dependencies: python-cdsapi@0.7.7 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pygrib@2.1.8 python-scipy@1.16.3 python-urllib3@2.5.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/insarlab/PyAPS
Licenses: GPL 3+
Build system: pyproject
Synopsis: Atmospheric Phase Screen estimation in Python
Description:

This package estimates differential phase delay maps due to the stratified atmosphere for correcting radar interferograms.

python-loopstructural 1.6.26
Propagated dependencies: python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-image@0.26.0 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://loop3d.org/LoopStructural/
Licenses: Expat
Build system: pyproject
Synopsis: 3D geological modelling in Python
Description:

LoopStructural is an opensource Python library for 3D geological modelling. It can:

  • Model fault networks integrating fault kinematics and overprinting relationships;

  • Model folds using structural elements (fold axis, fold axial surface) for multiple fold events;

  • Use different implicit interpolation algorithms (Finite Difference, Piecewiese Linear, RBF);

  • Export models to vtk, geoh5, omf, gocad, csv, obj formats;

  • Visualise models in an interactive python environment.

python-geoana 0.8.1
Propagated dependencies: python-libdlf@0.3.0 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://geoana.simpeg.xyz/
Licenses: Expat
Build system: pyproject
Synopsis: Analytic expressions for geophysical responses
Description:

This package provides a collection of (mostly) analytic functions in geophysics. We take an object oriented approach with the aim of having users be able to readily interact with the functions using Jupyter.

python-simpeg 0.25.0
Propagated dependencies: python-choclo@0.3.2 python-dask@2025.11.0 python-discretize@0.12.0 python-distributed@2025.11.0 python-fsspec@2026.1.0 python-geoana@0.8.1 python-libdlf@0.3.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-plotly@5.24.1 python-pymatsolver@0.4.0 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-scooby@0.11.0 python-typing-extensions@4.15.0 python-zarr@2.18.7
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://simpeg.xyz/
Licenses: Expat
Build system: pyproject
Synopsis: Simulation and Parameter Estimation in Geophysics
Description:

This package provides methods for simulation and gradient-based parameter estimation in the context of geophysical applications.

The vision is to create a package for finite volume simulation with applications to geophysical imaging and subsurface flow. To enable the understanding of the many different components, this package has the following features:

  • modular with respect to the spacial discretization, optimization routine, and geophysical problem

  • built with the inverse problem in mind

  • provides a framework for geophysical and hydrogeologic problems

  • supports 1D, 2D and 3D problems

  • designed for large-scale inversions

python-odc-geo 0.5.0
Propagated dependencies: python-affine@2.4.0 python-cachetools@6.1.0 python-dask@2025.11.0 python-numpy@2.3.1 python-pyproj@3.7.2 python-rasterio@1.3.7 python-shapely@2.1.1 python-xarray@2025.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://odc-geo.readthedocs.io/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Geometry classes and operations in Python
Description:

This package provides powerful tools for geospatial data manipulation in Python, including working with coordinate reference systems, grid definitions, and spatial transformations.

python-libdlf 0.3.0
Propagated dependencies: python-numpy@2.3.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/emsig/libdlf
Licenses: CC-BY 4.0
Build system: pyproject
Synopsis: Library for Digital Linear Filters (DLF)
Description:

This package provides DLF as used in Geophysics for electromagnetic modelling.

pnetcdf-fortran 1.13.0
Dependencies: openmpi@4.1.6 zlib@1.3.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://parallel-netcdf.github.io/
Licenses: X11-style
Build system: gnu
Synopsis: Parallel I/O Library for NetCDF File Access with Fortran support
Description:

PnetCDF is a high-performance parallel I/O library for accessing Unidata's NetCDF, files in classic formats, specifically the formats of CDF-1, 2, and 5.

python-ecmwf-datastores-client 0.4.2
Propagated dependencies: python-attrs@25.3.0 python-multiurl@0.3.7 python-requests@2.32.5 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://ecmwf.github.io/ecmwf-datastores-client/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python client for the ECMWF Data Stores Service
Description:

This package provides programmatic access to the CDS, ADS and EWDS data catalogues from the ECMWF.

python-xgcm 0.9.0
Propagated dependencies: python-dask@2025.11.0 python-future@1.0.0 python-numpy@2.3.1 python-xarray@2025.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: http://xgcm.readthedocs.org/
Licenses: Expat
Build system: pyproject
Synopsis: General Circulation Model Postprocessing with xarray
Description:

xgcm is a Python package for working with the datasets produced by numerical General Circulation Models (GCMs) and similar gridded datasets that are amenable to finite volume analysis. In these datasets, different variables are located at different positions with respect to a volume or area element (e.g. cell center, cell face, etc.) xgcm solves the problem of how to interpolate and difference these variables from one position to another.

Page: 1910111213100
Total packages: 2387