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

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-alphacsc 0.4.1
Propagated dependencies: python-joblib@1.5.2 python-matplotlib@3.8.2 python-mne@1.11.0 python-numba@0.61.0 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://alphacsc.github.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Convolutional dictionary learning for noisy signals
Description:

This is a library to perform shift-invariant sparse dictionary learning, also known as convolutional sparse coding (CSC), on time-series data.

python-edfio 0.4.10
Propagated dependencies: python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://edfio.readthedocs.io
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Read and write EDF/EDF+ files
Description:

edfio is a Python package for reading and writing EDF and EDF+C files.

python-mne-ari 0.1.2-1.3c78a18
Propagated dependencies: python-mne@1.11.0 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/john-veillette/mne-ari
Licenses: Modified BSD
Build system: pyproject
Synopsis: All-Resolutions Inference for M/EEG
Description:

This package implements both parametric and permutation-based ARI, and is meant to be compatible with the MNE-Python ecosystem.

python-mne 1.11.0
Dependencies: procps@4.0.3
Propagated dependencies: python-decorator@5.2.1 python-jinja2@3.1.2 python-lazy-loader@0.4 python-matplotlib@3.8.2 python-numpy@1.26.4 python-packaging@25.0 python-pooch@1.8.1 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/stable/index.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: MEG and EEG analysis and visualization
Description:

MNE-Python is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, statistics, and more.

python-antio 0.6.1
Propagated dependencies: python-click@8.1.8 python-numpy@1.26.4 python-packaging@25.0 python-psutil@7.0.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/mscheltienne/antio
Licenses: GPL 3
Build system: pyproject
Synopsis: I/O library for the CNT format from ANT Neuro
Description:

This package provides I/O functions for the CNT format from ANT Neuro.

openmeeg 2.5.15
Dependencies: hdf5@1.14.6 matio@1.5.23 openblas@0.3.30 vtk@9.3.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://openmeeg.github.io
Licenses: CeCILL-B
Build system: cmake
Synopsis: Forward problems solver in the field of EEG and MEG
Description:

The OpenMEEG software is a C++ package for solving the forward problems of electroencephalography (EEG) and magnetoencephalography (MEG).

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.8.6
Dependencies: openblas@0.3.30
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.

device-xlib 0.2.0-1.08558f7
Dependencies: openblas@0.3.30 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-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-harmonica 0.7.0
Propagated dependencies: python-choclo@0.3.2 python-numba@0.61.0 python-numpy@1.26.4 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-verde@1.8.0 python-xarray@2023.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-pygrib 2.1.8
Dependencies: eccodes@2.27.0
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pyproj@3.6.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://jswhit.github.io/pygrib/
Licenses: Expat
Build system: pyproject
Synopsis: Python interface for reading and writing GRIB data
Description:

Provides a high-level interface to the ECWMF ECCODES C library for reading GRIB files. There are limited capabilities for writing GRIB files (you can modify the contents of an existing file, but you can't create one from scratch).

python-pyresample 1.35.0
Propagated dependencies: python-cartopy@0.24.1 python-configobj@5.0.9 python-dask@2024.12.1 python-donfig@0.8.1.post1 python-matplotlib@3.8.2 python-numexpr@2.12.1 python-numpy@1.26.4 python-odc-geo@0.5.0 python-pillow@11.1.0 python-platformdirs@4.3.6 python-pykdtree@1.4.2 python-pyproj@3.6.1 python-pyyaml@6.0.2 python-rasterio@1.3.7 python-scipy@1.12.0 python-shapely@2.1.1 python-xarray@2023.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-cdsapi 0.7.7
Propagated dependencies: python-ecmwf-datastores-client@0.4.2 python-requests@2.32.5 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/ecmwf/cdsapi
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python client for the Copernicus Climate Data Store (CDS)
Description:

This package provides programmatic access to the data store catalogue of the Copernicus CDS.

python-simpeg 0.25.0
Propagated dependencies: python-choclo@0.3.2 python-dask@2024.12.1 python-discretize@0.12.0 python-distributed@2024.12.1 python-fsspec@2025.9.0 python-geoana@0.8.1 python-libdlf@0.3.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-plotly@5.20.0 python-pymatsolver@0.4.0 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-scooby@0.5.12 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-choclo 0.3.2
Propagated dependencies: python-numba@0.61.0 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://www.fatiando.org/choclo/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Kernel functions for your geophysical models
Description:

Choclo is a Python library that hosts optimized kernel functions for running geophysical forward and inverse models, intended to be used by other libraries as the underlying layer of their computation.

python-contextily 1.7.0
Propagated dependencies: python-geopy@2.4.1 python-joblib@1.5.2 python-matplotlib@3.8.2 python-mercantile@1.2.1 python-pillow@11.1.0 python-rasterio@1.3.7 python-requests@2.32.5 python-xyzservices@2025.4.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://contextily.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Context geo-tiles in Python
Description:

This packge provides utilities to retrieve tile maps from the internet. It can add those tiles as basemap to matplotlib figures or write tile maps to disk into geospatial raster files. Bounding boxes can be passed in both WGS84 (EPSG:4326) and Spheric Mercator (EPSG:3857).

python-discretize 0.12.0
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
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-pyaps3 0.3.7
Propagated dependencies: python-cdsapi@0.7.7 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pygrib@2.1.8 python-scipy@1.12.0 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-utm 0.8.1
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/Turbo87/utm
Licenses: Expat
Build system: pyproject
Synopsis: Bidirectional UTM-WGS84 converter for Python
Description:

This package provides conversion functions between UTM and WGS84 coordinates.

python-pysolid 0.3.4
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://github.com/insarlab/PySolid
Licenses: GPL 3+
Build system: pyproject
Synopsis: Compute solid Earth tides in Python
Description:

This package provides a Python wrapper for solid to compute solid Earth tides.

python-rioxarray 0.21.0
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pyproj@3.6.1 python-rasterio@1.3.7 python-scipy@1.12.0 python-xarray@2023.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://corteva.github.io/rioxarray/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Geospatial xarray extension powered by rasterio
Description:

This package provides a geospatial extension for xarray powered by rasterio.

Page: 1789101124
Total packages: 563