_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-pybvrf 0.1.4
Propagated dependencies: python-jsonschema@4.23.0 python-numpy@2.3.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/cbrnr/pybvrf
Licenses: Modified BSD
Build system: pyproject
Synopsis: Work with BrainVision Recording Format (BVRF) files in Python
Description:

PyBVRF is a Python package for working with BVRF files.

The package includes the following features:

  • Support for multi-participant recordings

  • Seamless integration with MNE-Python

  • Convenient access to metadata (including the original YAML header)

  • Support for markers and impedance data

A BVRF recording consists of multiple files which are expected to be available in the same directory. The required files are:

  • <fname>.bvrh (header file)

  • <fname>.bvrd (data file)

  • <fname>.bvrm (marker file)

Optionally, <fname>.bvri (impedance file) may also be present.

python-locust 2.33.2
Propagated dependencies: python-configargparse@1.7 python-flask@3.1.0 python-flask-cors@6.0.2 python-flask-login@0.6.3-0.c8bba84 python-gevent@24.11.1 python-geventhttpclient@2.3.9 python-msgpack@1.1.2 python-psutil@7.2.2 python-pyzmq@27.1.0 python-requests@2.32.5 python-setuptools@80.9.0 python-tomli@2.2.1 python-typing-extensions@4.15.0 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/benchmark.scm (gnu packages benchmark)
Home page: https://locust.io/
Licenses: Expat
Build system: pyproject
Synopsis: Distributed load testing framework
Description:

Locust is a performance testing tool that aims to be easy to use, scriptable and scalable. The test scenarios are described in plain Python. It provides a web-based user interface to visualize the results in real-time, but can also be run non-interactively. Locust is primarily geared toward testing HTTP-based applications or services, but it can be customized to test any system or protocol.

Note: Locust will complain if the available open file descriptors limit for the user is too low. To raise such limit on a Guix System, refer to info guix --index-search=pam-limits-service-type.

python-ikarus 0.0.3
Propagated dependencies: pyscenic@0.12.1-2.06bafba python-anndata@0.12.7 python-ctxcore@0.2.0 python-numpy@2.3.1 python-pandas@2.3.3 python-scanpy@1.11.5 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/BIMSBbioinfo/ikarus
Licenses: Expat
Build system: pyproject
Synopsis: Machine learning classifier of tumor cells
Description:

ikarus is a stepwise machine learning pipeline that tries to cope with a task of distinguishing tumor cells from normal cells. Leveraging multiple annotated single cell datasets it can be used to define a gene set specific to tumor cells. First, the latter gene set is used to rank cells and then to train a logistic classifier for the robust classification of tumor and normal cells. Finally, sensitivity is increased by propagating the cell labels based on a custom cell-cell network. ikarus is tested on multiple single cell datasets to ascertain that it achieves high sensitivity and specificity in multiple experimental contexts.

python-daemon 3.1.2
Propagated dependencies: python-filelock@3.16.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pagure.io/python-daemon/
Licenses: ASL 2.0 GPL 3+
Build system: pyproject
Synopsis: Python library for making a Unix daemon process
Description:

Python-daemon is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143.

This library provides a DaemonContext class that manages the following important tasks for becoming a daemon process:

  1. Detach the process into its own process group.

  2. Set process environment appropriate for running inside a chroot.

  3. Renounce suid and sgid privileges.

  4. Close all open file descriptors.

  5. Change the working directory, uid, gid, and umask.

  6. Set appropriate signal handlers.

  7. Open new file descriptors for stdin, stdout, and stderr.

  8. Manage a specified PID lock file.

  9. Register cleanup functions for at-exit processing.

python-cdasws 1.8.16
Propagated dependencies: python-dateutil@2.9.0 python-requests@2.32.5 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://cdaweb.gsfc.nasa.gov/WebServices/REST/
Licenses: Modified BSD
Build system: pyproject
Synopsis: NASA's Coordinated Data Analysis System Web Service Client Library
Description:

This package provides NASA's Coordinated Data Analysis System Web Service Client Library.

The Coordinated Data Analysis System (CDAS) supports simultaneous multi-mission, multi-instrument selection and comparison of science data among a wide range of current space missions. While CDAWeb provides access to this data through an HTML-based user interface, these Web services provides a (Web) application programmming interface (API) to CDAS. If you are not a software developer and simply want to use the existing web (HTML) interface to CDAS, then return to the main CDAWeb page. If you are developing software that requires science data from any of the CDAWeb datasets, then the CDAS Web services will provide access to the data without having to explicitly find,download, and read the data files.

python-pyxsim 4.5.0
Propagated dependencies: python-astropy@8.0.0 python-h5py@3.15.1 python-numpy@2.3.1 python-scipy@1.16.3 python-soxs@5.3.0 python-tqdm@4.67.1 python-unyt@3.1.0 python-yt@4.4.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simulating X-ray observations from astrophysical sources
Description:

This package implements functionality for simulating X-ray emission from astrophysical sources.

X-rays probe the high-energy universe, from hot galaxy clusters to compact objects such as neutron stars and black holes and many interesting sources in between. pyXSIM makes it possible to generate synthetic X-ray observations of these sources from a wide variety of models, whether from grid-based simulation codes such as FLASH, Enzo, and Athena, to particle-based codes such as Gadget and AREPO, and even from datasets that have been created 'by hand', such as from NumPy arrays. pyXSIM also provides facilities for manipulating the synthetic observations it produces in various ways, as well as ways to export the simulated X-ray events to other software packages to simulate the end products of specific X-ray observatories.

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-pynose 1.5.5
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/mdmintz/pynose
Licenses: LGPL 2.0
Build system: pyproject
Synopsis: Unittest framework for Python
Description:

pynose is a maintained successor of deprecated nose unittest runner. Changes over nose:

  • fixes AttributeError: module 'collections' has no attribute 'Callable'

  • fixes AttributeError: module 'inspect' has no attribute 'getargspec'

  • fixes ImportError: cannot import name '_TextTestResult' from 'unittest'

  • fixes RuntimeWarning: TestResult has no addDuration method

  • fixes DeprecationWarning: pkg_resources is deprecated as an API

  • fixes all flake8 issues from the original nose

  • replaces the imp module with the newer importlib module

  • the default logging level now hides INFO logs for less noise

  • adds --capture-logs for hiding output from all logging levels

  • adds --logging-init to use logging.basicConfig(level)

  • the -s option is always active to see the output of print()

  • adds --capture-output for hiding the output of print()

  • adds --co as a shortcut to using --collect-only

python-pymongo 4.16.0
Propagated dependencies: python-certifi@2025.06.15 python-dnspython@2.8.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mongodb/mongo-python-driver
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python driver for MongoDB
Description:

Python driver for MongoDB.

python-moviepy 1.0.3
Propagated dependencies: python-decorator@5.2.1 python-imageio@2.36.1 python-imageio-ffmpeg@0.4.7 python-proglog@0.1.10 python-requests@2.32.5 python-tqdm@4.67.1
Channel: guixrus
Location: guixrus/packages/moviepy.scm (guixrus packages moviepy)
Home page: https://zulko.github.io/moviepy/
Licenses: Expat
Build system: python
Synopsis: Video editing with Python
Description:

Video editing with Python

emacs-pythonic 20230821.1733
Propagated dependencies: emacs-s@20260522.135 emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/proofit404/pythonic
Licenses:
Build system: melpa
Synopsis: Utility functions for writing pythonic emacs package
Description:

Documentation at https://melpa.org/#/pythonic

python-glue-qt 0.4.2
Propagated dependencies: python-astropy@8.0.0 python-echo@0.12.1 python-glue-core@1.26.0 python-ipykernel@6.29.5 python-ipython@9.8.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pvextractor@0.4 python-qtconsole@5.7.2 python-qtpy@2.4.3 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://glueviz.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Multidimensional data visualization across files
Description:

Multidimensional data visualization across files.

python-coreapi 2.3.3
Propagated dependencies: python-coreschema@0.0.4 python-itypes@1.2.0 python-requests@2.32.5 python-uritemplate@4.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/core-api/python-client
Licenses: Modified BSD
Build system: python
Synopsis: Python client library for Core API
Description:

Python client library for Core API.

python-discsim 1.0.0
Dependencies: gsl@2.8
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: http://pypi.python.org/pypi/discsim
Licenses:
Build system: pyproject
Synopsis: Efficient coalescent simulation in continuous space
Description:

Efficient coalescent simulation in continuous space.

emacs-pythonic 0.2
Propagated dependencies: emacs-s@1.13.0 emacs-f@0.21.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/pythonic-emacs/pythonic.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Utility functions for writing pythonic emacs package.
Description:

Utility functions for writing pythonic emacs package.

python-martian 1.5
Propagated dependencies: python-setuptools@80.9.0 python-six@1.17.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/martian
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Embedding of configuration information in Python code
Description:

Embedding of configuration information in Python code.

python-gettext 4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://pypi.python.org/pypi/python-gettext
Licenses: Modified BSD
Build system: python
Synopsis: Python Gettext po to mo file compiler.
Description:

Python Gettext po to mo file compiler.

emacs-python-x 20260619.1406
Propagated dependencies: emacs-folding@20250120.1132 emacs-compat@31.0.0.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/wavexx/python-x.el
Licenses:
Build system: melpa
Synopsis: Python.el extras for interactive evaluation
Description:

Documentation at https://melpa.org/#/python-x

python-regions 0.11
Propagated dependencies: python-astropy@8.0.0 python-numpy@2.3.1 python-matplotlib@3.10.8 python-shapely@2.1.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/regions
Licenses: Modified BSD
Build system: pyproject
Synopsis: Package for region handling
Description:

Regions is an Astropy package for region handling.

python-plotext 5.2.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/piccolomo/plotext
Licenses: Expat
Build system: pyproject
Synopsis: Plots in the terminal
Description:

Plotext lets you plot directly to the terminal.

python-dirsync 2.2.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tkhyn/dirsync
Licenses: Expat
Build system: pyproject
Synopsis: Advanced directory tree synchronisation tool
Description:

Dirsync is an advanced directory tree synchronisation tool.

python-tsinfer 0.5.1
Propagated dependencies: python-attrs@25.3.0 python-daiquiri@3.0.1 python-humanize@4.14.0 python-lmdb@1.0.0 python-numba@0.62.1 python-numcodecs@0.13.1 python-numpy@2.3.1 python-psutil@7.2.2 python-six@1.17.0 python-sortedcontainers@2.4.0 python-tqdm@4.67.1 python-tskit@1.0.3 python-zarr@2.18.7
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://tskit.dev/tsinfer
Licenses: Expat
Build system: pyproject
Synopsis: Infer tree sequences from genetic variation data.
Description:

Infer tree sequences from genetic variation data.

python-arg-lmm 0.1.1
Propagated dependencies: python-arg-needle-lib@1.2.1
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://github.com/PalamaraLab/arg-lmm
Licenses: GPL 3
Build system: pyproject
Synopsis: Efficient complex trait analyses from ARG
Description:

Efficient complex trait analyses from ARG.

Page: 14849505152185
Total packages: 4417