_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-serpent 1.41
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/irmen/Serpent
Licenses: Expat
Build system: pyproject
Synopsis: Serializer for literal Python expressions
Description:

Serpent provides ast.literal_eval()-compatible object tree serialization. It serializes an object tree into bytes (an utf-8 encoded string) that can be decoded and then passed as-is to ast.literal_eval() to rebuild the original object tree.

Because only safe literals are encoded, it is safe to send serpent data to other machines, such as over the network.

python-mtscomp 1.0.2
Propagated dependencies: python-numpy@2.3.1 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/int-brain-lab/mtscomp
Licenses: Modified BSD
Build system: pyproject
Synopsis: Lossless compression for electrophysiology time-series
Description:

This library implements a simple lossless compression scheme adapted to time-dependent high-frequency, high-dimensional signals. It is being developed within the International Brain Laboratory with the aim of being the compression library used for all large-scale electrophysiological recordings based on Neuropixels. The signals are typically recorded at 30 kHz and 10 bit depth, and contain several hundreds of channels.

python-coolest 0.1.11
Propagated dependencies: python-astropy@8.0.0 python-getdist@1.5.4 python-jsonpickle@4.0.0 python-numpy@2.3.1 python-pandas@2.3.3 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/aymgal/COOLEST
Licenses: GPL 3
Build system: pyproject
Synopsis: Strong Gravitational Lensing Analyses
Description:

The COde-independent Organized LEns STandard (COOLEST) defines a set of conventions to be shared across the strong lensing community, in order to consistently store, share and improve lens modeling analyses. In short, this project provides tools to manipulate lens models as a single, human-readable JSON template file alongside Python routines for visualizing and comparing lens models possibly obtained from different modeling codes.

python-iminuit 2.32.0
Propagated dependencies: python-ipywidgets@8.1.4 python-matplotlib@3.10.8 python-numpy@2.3.1 python-scipy@1.16.3 python-unicodeitplus@0.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/iminuit
Licenses: Expat LGPL 2.1+
Build system: pyproject
Synopsis: Python interface for MINUIT2
Description:

iminuit is a Jupyter-friendly Python interface for the Minuit2 C++ library maintained by CERN's ROOT team.

Minuit was designed to optimize statistical cost functions, for maximum-likelihood and least-squares fits. It provides the best-fit parameters and error estimates from likelihood profile analysis.

Optionally, Iminuit supports SciPy minimizers as alternatives to Minuit's MIGRAD algorithm and Numba accelerated functions.

python2-typing 3.10.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://docs.python.org/3/library/typing.html
Licenses: Python Software Foundation License
Build system: python-legacy
Synopsis: Type hints for Python
Description:

This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.

python-vulture 2.16
Propagated dependencies: python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/jendrikseipp/vulture
Licenses: Expat
Build system: pyproject
Synopsis: Find dead Python code
Description:

Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code analyzers like Vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused.

python-pyvista 0.46.5
Propagated dependencies: python-cmcrameri@1.9 python-cmocean@4.0.3 python-colorcet@3.1.1a1 python-imageio@2.36.1 python-matplotlib@3.10.8 python-meshio@5.3.5 python-numpy@2.3.1 python-pillow@12.1.1 python-pooch@1.8.1 python-scooby@0.11.0 vtk@9.5.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://docs.pyvista.org/
Licenses: Expat
Build system: pyproject
Synopsis: 3D plotting and mesh analysis through VTK
Description:

PyVista is...

  • Pythonic VTK: a high-level API to the Visualization Toolkit (VTK);

  • mesh data structures and filtering methods for spatial datasets;

  • 3D plotting made simple and built for large/complex data geometries.

This package provides a Pythonic, well-documented interface exposing VTK's powerful visualization backend to facilitate rapid prototyping, analysis, and visual integration of spatially referenced datasets.

python-parfive 2.3.1
Propagated dependencies: python-aiohttp@3.11.18 python-tqdm@4.67.1 python-aioftp@0.27.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://parfive.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: HTTP and FTP parallel file downloader
Description:

This package provides CLI tool and Python library parallel file downloader using asyncio. parfive can handle downloading multiple files in parallel as well as downloading each file in a number of chunks.

asciicast demo of parfive parfive works by creating a downloader object, appending files to it and then running the download. parfive has a synchronous API, but uses asyncio to parallelise downloading the files.

python-plaster 1.1.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://docs.pylonsproject.org/projects/plaster/en/latest/
Licenses: Repoze
Build system: pyproject
Synopsis: Configuration loader for multiple config file formats
Description:

Plaster is a loader interface around multiple config file formats. It exists to define a common API for applications to use when they wish to load configuration. The library itself does not aim to handle anything except a basic API that applications may use to find and load configuration settings. Any specific constraints should be implemented in a pluggable loader which can be registered via an entrypoint.

python-diptest 0.11.0
Propagated dependencies: python-numpy@2.3.1 python-psutil@7.2.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/RUrlus/diptest
Licenses: GPL 2+ GPL 3
Build system: pyproject
Synopsis: Hartigan's diptest
Description:

This package provides a Python/C(++) implementation of Hartigan & Hartigan's dip test for unimodality.

The dip test measures multimodality in a sample by the maximum difference, over all sample points, between the empirical distribution function, and the unimodal distribution function that minimizes that maximum difference. Other than unimodality, it makes no further assumptions about the form of the null distribution.

python-pympler 1.1-0.6d595e0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pythonhosted.org/Pympler/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Measure, monitor and analyze memory behavior
Description:

Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.

By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other pymples can easily be identified.

A web profiling frontend exposes process statistics, garbage visualisation and class tracker statistics.

python-tdigest 0.6.0.1
Propagated dependencies: python-accumulation-tree@0.6.4-0.3617051 python-pyudorandom@1.0.0-0.473b3f9
Channel: guix
Location: gnu/packages/digest.scm (gnu packages digest)
Home page: https://github.com/CamDavidsonPilon/tdigest
Licenses: Expat
Build system: pyproject
Synopsis: Python implementation of the t-digest data structure
Description:

This Python package implements Ted Dunning's t-digest data structure, which is designed around computing accurate estimates such as percentiles, quantiles and trimmed means from streaming or distributed data. Two t-digests can be added, making the data structure ideal for map-reduce settings, and can be serialized into much less than 10 kB, instead of storing the entire list of data.

python-kulprit 0.5.1
Propagated dependencies: python-arviz-plots@1.2.0 python-bambi@0.17.2 python-scikit-learn@1.7.2
Channel: guix-science
Location: guix-science/packages/statistics.scm (guix-science packages statistics)
Home page: https://kulprit.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Kullback-Leibler projections for Bayesian model selection
Description:

This package provides Kullback-Leibler projections for Bayesian model selection. Variable selection refers to the process of identifying the most relevant variables in a model from a larger set of predictors. When performing this process, we usually assume that variables contribute unevenly to the outcome, and we want to identify the most important ones. Sometimes we also care about the order in which variables are included in the model.

python-superqt 0.8.1
Propagated dependencies: python-pygments@2.19.2 python-qtpy@2.4.3 python-typing-extensions@4.15.0 python-pyqt@6.9.1 python-pyconify@0.2.1
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://github.com/pyapp-kit/superqt
Licenses: Modified BSD
Build system: pyproject
Synopsis: Extra widgets and components for PyQt/PySide
Description:

This package provides some extra widgets for PyQt/PySide:

  • Multi-handle slider for float values

  • Spinbox with arbitrarily large integers

  • Magnitude combined with unit dropdown

  • Label that will elide text

  • Searchable ComboBox populated from Enum

  • Searchable List

  • Searchable Tree

  • Color ComboBox

  • Colormap ComboBox

  • Toggle switch

  • Collapsible widget to hide and unhide child widgets

  • Flow layout

python-coolbox 0.3.9
Propagated dependencies: jupyter@1.0.0 python-cooler@0.10.4-0.6c2d65b python-dna-features-viewer@3.1.1 python-fire@0.7.0 python-h5py@3.15.1 python-intervaltree@3.1.0 python-ipywidgets@8.1.4 python-matplotlib@3.10.8 python-nbformat@5.10.4 python-numpy@2.3.1 python-numpydoc@1.10.0 python-pandas@2.3.3 python-pybbi@0.4.1 python-scipy@1.16.3 python-statsmodels@0.14.5 python-strawc@0.0.2.1 python-svgutils@0.3.4 python-voila@0.5.8
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/GangCaoLab/CoolBox
Licenses: GPL 3+
Build system: pyproject
Synopsis: Genomic data visualization toolkit
Description:

CoolBox is a toolkit for visual analysis of genomics data. It aims to be highly compatible with the Python ecosystem, easy to use and highly customizable with a well-designed user interface. It can be used in various visualization situations, for example, to produce high-quality genome track plots or fetch common used genomic data files with a Python script or command line, interactively explore genomic data within Jupyter environment or web browser.

python-edalize 0.6.8
Propagated dependencies: python-importlib-metadata@8.7.0 python-jinja2@3.1.2 python-pandas@2.3.3
Channel: guix
Location: gnu/packages/electronics.scm (gnu packages electronics)
Home page: https://github.com/olofk/edalize/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python Library for interacting with EDA tools
Description:

This package can create project files for supported tools and run them in batch or GUI mode. All EDA tools such as Icarus, Yosys, ModelSim, Vivado, Verilator, GHDL, Quartus etc get input HDL files (Verilog and VHDL) and some tool-specific files (constraint files,memory initialization files, IP description files etc). Together with the files, perhaps a couple of Verilog `defines, some top-level parameters/generics or some tool-specific options are set.

python-socksio 1.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/sethmlarson/socksio
Licenses: Expat
Build system: pyproject
Synopsis: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
Description:

The socksio Python module is a client-side sans-I/O SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5. socksio is a sans-I/O library similar to h11 or h2; this means the library itself does not handle the actual sending of the bytes through the network, it only deals with the implementation details of the SOCKS protocols. It can be paired with any I/O library.

python-mapsims 2.7.0
Propagated dependencies: python-astropy@8.0.0 python-healpy@1.18.1 python-numpy@2.3.1 python-pixell@0.31.8 python-pysm3@3.4.5 python-pyyaml@6.0.2 python-so-noise-models@0.0.0-0.fac881e python-toml@0.10.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/galsci/mapsims
Licenses: FreeBSD
Build system: pyproject
Synopsis: Map based simulations software for CMB Experiments
Description:

This package implements a functionality to produce map based simulations for the Simons Observatory or other CMB experiments. It creates simulated maps in HEALPix and CAR pixelization based on:

  • foreground models included in PySM

  • custom foregrounds models from the so_pysm_models package

  • precomputed Cosmic Microwave Background simulations

  • noise simulations based on expected performance and simulated hitmaps

  • effect of gaussian beam convolution

python-peachpy 0.2.0-3.349e8f8
Propagated dependencies: python-six@1.17.0 python-opcodes@0.3.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Maratyszcza/PeachPy
Licenses: FreeBSD
Build system: pyproject
Synopsis: Efficient assembly code generation in Python
Description:

PeachPy is a Python framework for writing high-performance assembly kernels. PeachPy aims to simplify writing optimized assembly kernels while preserving all optimization opportunities of traditional assembly.

PeachPy can generate ELF, MS-COFF, Mach-O object files, and assembly listings for the Go language tool chain; it adapts to different calling conventions and application binary interfaces (ABIs); it takes care of register allocation; it supports x86_64 instructions up to AVX-512 and SHA.

python-hdbscan 0.8.41
Propagated dependencies: python-joblib@1.5.2 python-numpy@2.3.1 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/scikit-learn-contrib/hdbscan
Licenses: Modified BSD
Build system: pyproject
Synopsis: High performance implementation of HDBSCAN clustering
Description:

HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with Noise. Performs DBSCAN over varying epsilon values and integrates the result to find a clustering that gives the best stability over epsilon. This allows HDBSCAN to find clusters of varying densities (unlike DBSCAN), and be more robust to parameter selection. HDBSCAN is ideal for exploratory data analysis; it's a fast and robust algorithm that you can trust to return meaningful clusters (if there are any).

python-pytools 2025.2.5
Propagated dependencies: python-platformdirs@4.3.6 python-siphash24@1.8 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/inducer/pytools
Licenses: Expat
Build system: pyproject
Synopsis: Assorted tools for Python
Description:

Pytools is a bag of things that are ``missing'' from the Python standard library:

  • small helper functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's monkeypatch_xxx hack, the elusive flatten, and much more.

  • Michele Simionato's decorator module

  • A time-series logging module, pytools.log.

  • Batch job submission, pytools.batchjob.

  • A lexer, pytools.lex.

python-wrapper 3.12.12
Dependencies: bash@5.2.37
Propagated dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Build system: trivial
Synopsis: Wrapper for the Python 3 commands
Description:

This package provides wrappers for the commands of Python 3.x such that they can also be invoked under their usual names---e.g., python instead of python3 or pip instead of pip3.

To function properly, this package should not be installed together with the python package: this package uses the python package as a propagated input, so installing this package already makes both the versioned and the unversioned commands available.

python-netcdf4 1.7.2
Dependencies: netcdf@4.9.2 hdf5@1.14.6 zlib@1.3.1
Propagated dependencies: python-certifi@2025.06.15 python-cftime@1.6.5 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Unidata/netcdf4-python
Licenses: ISC Expat
Build system: pyproject
Synopsis: Python/numpy interface to the netCDF library
Description:

Netcdf4-python is a Python interface to the netCDF C library. netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API is modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.

python-p-winds 1.4.7
Propagated dependencies: python-astropy@8.0.0 python-flatstar@0.2.1-alpha python-numpy@2.3.1 python-scipy@1.16.3
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: https://github.com/ladsantos/p-winds
Licenses: Expat
Build system: pyproject
Synopsis: Parker wind models for planetary atmospheres
Description:

Python implementation of Parker wind models for planetary atmospheres. p-winds produces simplified, 1-D models of the upper atmosphere of a planet, and perform radiative transfer to calculate observable spectral signatures.

The scalable implementation of 1D models allows for atmospheric retrievals to calculate atmospheric escape rates and temperatures. In addition, the modular implementation allows for a smooth plugging-in of more complex descriptions to forward model their corresponding spectral signatures (e.g., self-consistent or 3D models).

Page: 16566676869185
Total packages: 4422