_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pyabf 2.3.8
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://swharden.com/pyabf/
Licenses: Expat
Build system: pyproject
Synopsis: Python library for reading files in Axon Binary Format (ABF)
Description:

pyABF is a Python package for reading electrophysiology data from ABF files. It was created with the goal of providing a Pythonic API to access the content of ABF files which is so intuitive to use (with a predictive IDE) that documentation is largely unnecessary.

python-pyamg 5.0.1
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pyamg/pyamg
Licenses: Expat
Build system: pyproject
Synopsis: Algebraic Multigrid Solvers in Python
Description:

PyAMG is a Python library of Algebraic Multigrid (AMG) solvers. It features implementations of:

  • Ruge-Stuben (RS) or Classical AMG

  • AMG based on Smoothed Aggregation (SA)

  • Adaptive Smoothed Aggregation (αSA)

  • Compatible Relaxation (CR)

  • Krylov methods such as CG, GMRES, FGMRES, BiCGStab, MINRES, etc.

python-pyhdf 0.11.6
Dependencies: hdf4@4.2.16-2 libjpeg-turbo@2.1.4 zlib@1.3.1
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fhs/pyhdf
Licenses: Expat
Build system: pyproject
Synopsis: Python interface to the NCSA HDF4 library
Description:

PYHDF4 is a python wrapper around the NCSA HDF version 4 library, which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. NetCDF files can also be read and modified. It is a successor of Python-HDF4 which is a fork of pyhdf.

python-pydmd 2025.08.01
Propagated dependencies: python-h5netcdf@1.3.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-typing-extensions@4.15.0 python-xarray@2023.12.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://pydmd.github.io/PyDMD
Licenses: Expat
Build system: pyproject
Synopsis: Python Dynamic Mode Decomposition
Description:

PyDMD is a Python package designed for Dynamic Mode Decomposition (DMD), a data-driven method used for analyzing and extracting spatiotemporal coherent structures from time-varying datasets. It provides a comprehensive and user-friendly interface for performing DMD analysis, making it a valuable tool for researchers, engineers, and data scientists working in various fields.

python-pysox 1.5.0
Dependencies: sox@14.4.2
Propagated dependencies: python-numpy@1.26.4 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/rabitt/pysox
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python wrapper around SoX
Description:

python-pysox is a wrapper around the sox command line tool. The API offers Transformer and Combiner classes that allow the user to incrementally build up effects and audio manipulations. python-pysox also provides methods for querying audio information such as sample rate, determining whether an audio file is silent, and much more.

python-pylru 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jlhutch/pylru
Licenses: GPL 2+
Build system: pyproject
Synopsis: Least recently used (LRU) cache implementation
Description:

Pylru implements a true LRU cache along with several support classes. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.

python-pyxdf 1.17.1
Propagated dependencies: python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/xdf-modules/pyxdf
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python library for importing XDF (Extensible Data Format)
Description:

XDF is a general-purpose container format for multi-channel time series data with extensive associated meta information. XDF is tailored towards biosignal data such as EEG, EMG, EOG, ECG, GSR, MEG, but it can also handle data with high sampling rate (like audio) or data with a high number of channels (like fMRI or raw video). Meta information is stored as XML.

python-pybio 0.3.12-1.c91fddc
Propagated dependencies: python-beautifulsoup4@4.14.3 python-numpy@1.26.4 python-psutil@7.0.0 python-pysam@0.23.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/grexor/pybio
Licenses: GPL 3+
Build system: pyproject
Synopsis: Basic genomics toolset
Description:

This tool provides a Python framework to streamline genomics operations. It offers a direct interface to Ensembl genome assemblies and annotations, while also accommodating custom genomes via FASTA/GTF inputs. The primary objective of pybio is to simplify genome management. It achieves this by providing automatic download of Ensembl genome assemblies and annotation, provides Python genomic feature search and sequence retrieval from the managed genomes, STAR indexing and mapping and more.

python-pybcj 1.0.1
Propagated dependencies: python-importlib-metadata@8.7.0
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://codeberg.org/miurahr/pybcj
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: BCJ filter library
Description:

In data compression, BCJ, short for Branch-Call-Jump, refers to a technique that improves the compression of machine code of executable binaries by replacing relative branch addresses with absolute ones. This allows a LZMA compressor to identify duplicate targets and archive higher compression rate. BCJ is used in the 7-zip compression utility as the default filter for executable binaries.

pybcj provides Python bindings to a BCJ implementation in C.

python-pyfai 2025.12.1
Propagated dependencies: python-fabio@2025.10.0 python-h5py@3.13.0 python-hdf5plugin@6.0.0 python-matplotlib@3.8.2 python-numexpr@2.12.1 python-numpy@1.26.4 python-pyopencl@2025.1 python-pyside-6@6.9.2 python-scipy@1.12.0 python-silx@2.2.2
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: http://www.silx.org/doc/pyfai/latest
Licenses: Expat
Build system: pyproject
Synopsis: Python implementation of fast azimuthal integration
Description:

PyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version uses a SparseMatrix-DenseVector multiplication. Neighboring output bins get also a contribution of pixels next to the border thanks to pixel splitting. Finally pyFAI provides also tools to calibrate the experimental setup using Debye-Scherrer rings of a reference compound.

python-pypng 0.20220715.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/drj11/pypng
Licenses: Expat
Build system: pyproject
Synopsis: Pure Python PNG image encoder/decoder
Description:

The PyPNG module implements support for PNG images. It reads and writes PNG files with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and colour combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with alpha) with 8/16 bits per channel; colour mapped images (1/2/4/8 bit). Adam7 interlacing is supported for reading and writing. A number of optional chunks can be specified (when writing) and understood (when reading): tRNS, bKGD, gAMA.

PyPNG is not a high level toolkit for image processing (like PIL) and does not aim at being a replacement or competitor. Its strength lies in fine-grained extensive support of PNG features. It can also read and write Netpbm PAM files, with a focus on its use as an intermediate format for implementing custom PNG processing.

python-pycdio 2.1.1
Dependencies: libcdio@2.1.0
Channel: bloup
Location: bloup/packages/python.scm (bloup packages python)
Home page: http://www.gnu.org/software/libcdio
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python interface to the libcdio, the CD Input and Control library
Description:
python-pyroma 4.2
Propagated dependencies: python-docutils@0.21.2 python-packaging@25.0 python-pygments@2.19.1 python-requests@2.32.5 python-setuptools@80.9.0 python-trove-classifiers@2025.5.9.12
Channel: bloup
Location: bloup/packages/python.scm (bloup packages python)
Home page: https://github.com/regebro/pyroma
Licenses: Expat
Build system: pyproject
Synopsis: Test your project's packaging friendliness
Description:

Test your project's packaging friendliness.

python-pyevtk 1.6.0
Propagated dependencies: python-numpy@1.26.4
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://github.com/pyscience-projects/pyevtk
Licenses: FreeBSD
Build system: pyproject
Synopsis: Export data as binary VTK files
Description:

Export data as binary VTK files

python-pyudev 0.22.0
Dependencies: eudev@3.2.14
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://pyudev.readthedocs.io/
Licenses: LGPL 2.1
Build system: python
Synopsis: Python udev binding
Description:

This package provides udev bindings for Python.

python-pyslim 1.1b1
Propagated dependencies: python-msprime@1.3.4 python-numpy@1.26.4 python-tskit@1.0.0
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://github.com/tskit-dev/pyslim
Licenses: Expat
Build system: pyproject
Synopsis: Manipulate tree sequences produced by SLiM.
Description:

Manipulate tree sequences produced by SLiM.

python-pycups 2.0.4
Dependencies: cups@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://github.com/zdohnal/pycups
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python bindings for libcups
Description:

This package provides Python bindings for libcups, wrapping the CUPS API.

python-pyodbc 5.2.0
Dependencies: unixodbc@2.3.9
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/mkleehammer/pyodbc
Licenses: X11-style
Build system: pyproject
Synopsis: Python ODBC Library
Description:

python-pyodbc provides a Python DB-API driver for ODBC.

python-pytoml 0.1.21
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/avakar/pytoml
Licenses: Expat
Build system: pyproject
Synopsis: Parser for TOML
Description:

This package provides a Python parser for TOML-0.4.0.

python-pynvim 0.4.3
Propagated dependencies: python-greenlet@3.1.1 python-msgpack@1.1.1
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: http://github.com/neovim/pynvim
Licenses: ASL 2.0
Build system: python
Synopsis: Write Neovim plugins in Python
Description:

This package provides a library for writing Neovim plugins in Python.

python-pyvcf3 1.0.3-0.1fb3789
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dridk/PyVCF3
Licenses: Expat
Build system: pyproject
Synopsis: Variant Call Format parser for Python
Description:

This package provides a VCF parser for Python.

python-pygit2 1.11.1
Propagated dependencies: python-cffi@1.17.1 libgit2@1.5.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/libgit2/pygit2
Licenses: GPL 2
Build system: pyproject
Synopsis: Python bindings for libgit2
Description:

Pygit2 is a set of Python bindings to the libgit2 shared library.

python-pygit2 1.18.2
Propagated dependencies: python-cffi@1.17.1 libgit2@1.9.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/libgit2/pygit2
Licenses: GPL 2
Build system: pyproject
Synopsis: Python bindings for libgit2
Description:

Pygit2 is a set of Python bindings to the libgit2 shared library.

python-pystow 0.7.11
Propagated dependencies: python-appdirs@1.4.4 python-beautifulsoup4@4.14.3 python-boto3@1.40.61 python-click@8.1.8 python-lxml@6.0.1 python-numpy@1.26.4 python-pandas@2.2.3 python-ratelimit@2.2.1 python-rdflib@7.1.1 python-requests@2.32.5 python-tqdm@4.67.1 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://pystow.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Easily pick a place to store data for your Python code
Description:

Easily pick a place to store data for your Python code.

Total results: 534