_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-liblarch 3.2.0
Dependencies: gtk+@3.24.51
Propagated dependencies: python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.gnome.org/Projects/liblarch
Licenses: LGPL 3+
Build system: python
Synopsis: Library to easily handle complex data structures
Description:

Liblarch is a Python library built to easily handle data structures such as lists, trees and acyclic graphs. There's also a GTK binding that will allow you to use your data structure in a Gtk.Treeview.

Liblarch support multiple views of one data structure and complex filtering. That way, you have a clear separation between your data themselves (Model) and how they are displayed (View).

python-qemu-qmp 0.0.0a0
Propagated dependencies: python-pygments@2.19.1 python-urwid@3.0.3 python-urwid-readline@0.15.1
Channel: guix
Location: gnu/packages/virtualization.scm (gnu packages virtualization)
Home page: https://gitlab.com/jsnow/qemu.qmp
Licenses: GPL 2+
Build system: pyproject
Synopsis: QEMU Monitor Protocol Python library
Description:

emu.qmp is a QEMU Monitor Protocol (QMP) library written in Python. It is used to send QMP messages to running QEMU emulators. It can be used to communicate with QEMU emulators, the QEMU Guest Agent (QGA), the QEMU Storage Daemon (QSD), or any other utility or application that speaks QMP.

python-m2crypto 0.38.0
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://gitlab.com/m2crypto/m2crypto
Licenses: Expat
Build system: pyproject
Synopsis: Python crypto and TLS toolkit
Description:

M2Crypto is a complete Python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers (including AES); TLS functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; M2Crypto can also be used to provide TLS for Twisted. Smartcards supported through the Engine interface.

python-siosocks 0.3.0
Propagated dependencies: python-trio@0.28.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pohmelie/siosocks
Licenses: Expat
Build system: python
Synopsis: SOCKSv4 & SOCKSv5 TCP proxy protocol implementation in Python
Description:

This package provides a Python module and framework for sans-io socks proxy client/server with couple io backends.

Features:

  • Only TCP connect (no BIND, no UDP)

  • Both client and server

  • SOCKS versions: 4, 4a, 5

  • SOCKSv5 auth: no auth, username/password

  • Couple io backends: asyncio, trio, socketserver

  • One-shot socks server (python -m siosocks)

python-icegrams 1.1.3
Propagated dependencies: python-cffi@1.17.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mideind/Icegrams
Licenses: Expat
Build system: pyproject
Synopsis: Trigram statistics for Icelandic
Description:

Icegrams is a Python package that encapsulates a large trigram library for Icelandic. You can use Icegrams to obtain probabilities (relative frequencies) of over a million different unigrams (single words or tokens), or of bigrams (pairs of two words or tokens), or of trigrams. Icegrams is useful for instance in spelling correction, predictive typing, to help disabled people write text fast, and for various text generation, statistics, and modeling tasks.

python-nwb2bids 0.8.0
Propagated dependencies: python-pandas@2.2.3 python-pydantic@2.10.4 python-pynwb@3.1.3 python-rich-click@1.8.9 python-ruamel.yaml@0.18.14 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://nwb2bids.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Reorganize NWB files into a BIDS directory layout
Description:

nwb2bids reorganizes NWB files into a BIDS directory layout.

Features:

  • Automatically renames NWB files and their directories to conform to BIDS conventions.

  • Extracts relevant metadata from NWB files to populate BIDS sidecar TSV & JSON files.

  • Currently supports BEP32 (micro-electrode electrophysiology) data types, such as extracellular (ecephys) and intracellular (icephys) electrophysiology, as well as associated behavioral events.

python-test2ref 1.1.1
Propagated dependencies: python-binaryornot@0.4.4
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/nbiotcloud/test2ref
Licenses: Expat
Build system: pyproject
Synopsis: Testing Against Learned Reference Data
Description:

This package provides a unit tests framework backed by ML features and working in two modes:

  • Testing: Test result in tmp_path is compared against a known reference. Any deviation in the files, causes a fail.

  • Learning: The test result in tmp_path is taken as reference and is copied to the reference folder, which should be committed to version control and kept as reference.

python-pyside-6 6.9.2
Dependencies: qtbase@6.9.2 qtdeclarative@6.9.2 qtmultimedia@6.9.2 qtnetworkauth@6.9.2 qtpositioning@6.9.2 qtsvg@6.9.2 qttools@6.9.2 qtwebchannel@6.9.2 qtwebengine@6.9.3 qtwebsockets@6.9.2
Propagated dependencies: python-shiboken-6@6.9.2
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Build system: cmake
Synopsis: The Qt for Python product enables the use of Qt6 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt6 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide6 module. The PySide6 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken6 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-pyside-2 5.15.16
Dependencies: qtbase@5.15.17 qtdatavis3d@5.15.17 qtdeclarative@5.15.17 qtlocation@5.15.17 qtmultimedia@5.15.17 qtquickcontrols@5.15.17 qtquickcontrols2@5.15.17 qtscript@5.15.17 qtscxml@5.15.17 qtsensors@5.15.17 qtspeech@5.15.17 qtsvg@5.15.17 qttools@5.15.17 qtwebchannel@5.15.17 qtwebengine@5.15.17 qtwebsockets@5.15.17 qtx11extras@5.15.17 qtxmlpatterns@5.15.17
Propagated dependencies: python-shiboken-2@5.15.16
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Build system: cmake
Synopsis: The Qt for Python product enables the use of Qt5 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-readlike 0.1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jangler/readlike
Licenses: Expat
Build system: pyproject
Synopsis: GNU Readline-like line editing module
Description:

This Python module provides line editing functions similar to the default Emacs-style ones of GNU Readline. Unlike the Python standard library's readline package, this one allows access to those capabilities in settings outside of a standard command-line interface. It is especially well-suited to interfacing with Urwid, due to a shared syntax for describing key inputs.

Currently, all stateless Readline commands are implemented. Yanking and history are not supported.

python-intelhex 2.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-intelhex/intelhex
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for Intel HEX files manipulations
Description:

The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc.) as the de facto standard for representation of code to be programmed into microelectronic devices. This package provides an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format. It also includes several convenience Python scripts, including "classic" hex2bin and bin2hex converters and more, those based on the library itself.

python-seglearn 1.2.5-0.b93b670
Propagated dependencies: python-numpy@1.26.4 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/time-series.scm (guix-science packages time-series)
Home page: https://dmbee.github.io/seglearn/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python module for machine learning time series
Description:

This project is an sklearn extension for machine learning time series or sequences. It provides an integrated pipeline for segmentation, feature extraction, feature processing, and a final estimator compatible with sklearn model evaluation and parameter optimization tools. Seglearn provides a flexible approach to multivariate time series and contextual data for classification, regression, and forecasting problems. Support and examples are provided for learning time series with classical machine learning and deep learning models.

python-pyside-2 5.15.15
Dependencies: qtbase@5.15.17 qtdatavis3d@5.15.17 qtdeclarative@5.15.17 qtlocation@5.15.17 qtmultimedia@5.15.17 qtquickcontrols@5.15.17 qtquickcontrols2@5.15.17 qtscript@5.15.17 qtscxml@5.15.17 qtsensors@5.15.17 qtspeech@5.15.17 qtsvg@5.15.17 qttools@5.15.17 qtwebchannel@5.15.17 qtwebengine@5.15.17 qtwebsockets@5.15.17 qtx11extras@5.15.17 qtxmlpatterns@5.15.17
Propagated dependencies: python-shiboken-2@5.15.15
Channel: small-guix
Location: small-guix/packages/rcu.scm (small-guix packages rcu)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Build system: cmake
Synopsis: The Qt for Python product enables the use of Qt5 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-ruptures 1.1.10
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://centre-borelli.github.io/ruptures-docs/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Change point detection for signals in Python
Description:

ruptures is a Python library for off-line change point detection. This package provides methods for the analysis and segmentation of non-stationary signals. Implemented algorithms include exact and approximate detection for various parametric and non-parametric models. ruptures focuses on ease of use by providing a well-documented and consistent interface. In addition, thanks to its modular structure, different algorithms and models can be connected and extended within this package.

python-moderngl 5.10.0
Propagated dependencies: python-glcontext@2.5.0-1.1573e57
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/moderngl/moderngl
Licenses: Expat
Build system: python
Synopsis: Python wrapper for OpenGL
Description:

ModernGL is a python wrapper over OpenGL 3.3+ core that simplifies the creation of simple graphics applications like scientific simulations, games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL requires a steep learning curve. In contrast, ModernGL is easy to learn and use, moreover it is capable of rendering with high performance and quality, with less code written. The majority of the moderngl code base is also written in C++ for high performance.

python-envisage 7.0.4
Propagated dependencies: python-apptools@5.3.1 python-configobj@5.0.9 python-importlib-resources@6.5.2 python-pyface@8.0.0 python-traits@7.0.2 python-traitsui@8.0.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: http://docs.enthought.com/envisage
Licenses: Modified BSD
Build system: pyproject
Synopsis: Extensible application framework
Description:

Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding 'plug-ins. Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else. In fact, when you build an application using Envisage, the entire application consists primarily of plug-ins. In this respect, it is similar to the Eclipse and Netbeans frameworks for Java applications.

python-libevdev 0.11
Dependencies: libevdev@1.13.3
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://gitlab.freedesktop.org/libevdev/python-libevdev
Licenses: Expat
Build system: python
Synopsis: Python wrapper for libevdev
Description:

This package provides a Python wrapper around libevdev, taking advantage of libevdev's advanced event handling. Documentation is available at https://python-libevdev.readthedocs.io/en/latest/. libevdev makes it easy to:

  • read and parse events from an input device;

  • create a virtual input device and make it send events;

  • duplicate an existing device and modify the event stream.

For information about libevdev, see: https://freedesktop.org/wiki/Software/libevdev/.

python-ueberzug 18.3.1
Dependencies: libx11@1.8.12 libxext@1.3.6 libxres@1.2.2
Propagated dependencies: python-attrs@25.3.0 python-docopt@0.6.2 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/image-viewers.scm (gnu packages image-viewers)
Home page: https://github.com/ueber-devel/ueberzug/
Licenses: GPL 3+
Build system: meson
Synopsis: Command line util to display images in combination with X11
Description:

Überzug is a command line util which draws images on terminals by using child windows. The advantages of using Überzug are:

  • No race conditions as a new window is created to display images.

  • Expose events will be processed, so images will be redrawn on switch workspaces.

  • Tmux support (excluding multi pane windows).

  • Terminals without the WINDOWID environment variable are supported.

  • Chars are used as position - and size unit.

  • No memory leak (/ unlimited cache).

python-iniparse 0.5.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/candlepin/python-iniparse
Licenses: Expat
Build system: pyproject
Synopsis: Accessing and Modifying INI files
Description:

iniparse is a INI parser for Python which is:

  • Compatible with ConfigParser: Backward compatible implementations of ConfigParser, RawConfigParser, and SafeConfigParser are included that are API-compatible with the Python standard library.

  • Preserves structure of INI files: Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated.

  • More convenient: Values can be accessed using dotted notation (cfg.user.name), or using container syntax (cfg['user']['name']).

python-autograd 1.8.0
Propagated dependencies: python-future@1.0.0 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/HIPS/autograd
Licenses: Expat
Build system: pyproject
Synopsis: Efficiently computes derivatives of NumPy code
Description:

Autograd can automatically differentiate native Python and NumPy code. It can handle a large subset of Python's features, including loops, ifs, recursion and closures, and it can even take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation), which means it can efficiently take gradients of scalar-valued functions with respect to array-valued arguments, as well as forward-mode differentiation, and the two can be composed arbitrarily. The main intended application of Autograd is gradient-based optimization.

python-channels 4.2.2
Propagated dependencies: python-asgiref@3.8.1 python-django@5.2.8
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django/channels
Licenses: Modified BSD
Build system: pyproject
Synopsis: Async, event-driven capabilities on Django
Description:

Channels wraps Django's native asynchronous view support, allowing Django projects to handle not only HTTP, but protocols that require long-running connections too - WebSockets, MQTT, chatbots, amateur radio, and more. It does this while preserving Django's synchronous nature, allowing you to choose how you write your code - synchronous, fully asynchronous, or a mixture of both.

Channels also bundles this event-driven architecture with channel layers, a system that allows you to easily communicate between processes, and separate your project into different processes.

python-astrocut 1.1.0
Propagated dependencies: python-asdf@5.1.0 python-astropy@7.1.1 python-cachetools@6.1.0 python-fsspec@2025.9.0 python-gwcs@0.26.0 python-pillow@11.1.0 python-requests@2.32.5 python-roman-datamodels@0.28.1 python-s3fs@2025.9.0 python-s3path@0.6.4 python-scipy@1.12.0 python-spherical-geometry@1.3.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrocut.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Cutout tools for astronomical images
Description:

Astrocut provides tools for making cutouts from sets of astronomical images with shared footprints. It is under active development.

Three main areas of functionality are included:

  • solving the specific problem of creating image cutouts from sectors of Transiting Exoplanet Survey Satellite full-frame images

  • general fits file cutouts including from single images and sets of images with the shared WCS/pixel scale

  • cutout post-processing functionality, including centering cutouts along a path (for moving targets) and combining cutouts

python-resample 1.10.1
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/scikit-hep/resample
Licenses: Modified BSD
Build system: pyproject
Synopsis: Resampling-based inference in Python
Description:

This package provides a resampling-based inference based on data resampling and permutation.

Features:

  • Bootstrap resampling: ordinary or balanced with optional stratification

  • Extended bootstrap resampling: also varies sample size

  • Parametric resampling: Gaussian, Poisson, gamma, etc.)

  • Jackknife estimates of bias and variance of any estimator

  • Compute bootstrap confidence intervals (percentile or BCa) for any estimator

  • Permutation-based variants of traditional statistical tests (USP test of independence and others)

  • Tools for working with empirical distributions (CDF, quantile, etc.)

python-occ-core 7.6.2
Dependencies: python@3.11.14 rapidjson@1.1.0-1.949c771 fontconfig-minimal@2.14.0 freetype@2.13.3 mesa@25.2.3 glu@9.0.2 opencascade-occt@7.6.2
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: http://www.pythonocc.org/
Licenses: LGPL 3
Build system: cmake
Synopsis: 3D CAD for python
Description:

pythonOCC is a 3D CAD/PLM development library for the Python programming language. It provides 3D hybrid modeling, data exchange (support for the STEP/IGES file format), GUI management support (wxPython, PyQt, python-xlib), parametric modeling, and advanced meshing features. pythonOCC is built upon the OpenCASCADE 3D modeling kernel and the salomegeom and salomesmesh packages. Some high level packages (for parametric modeling, topology, data exchange, webservices, etc.) extend the builtin features of those libraries to enable highly dynamic and modular programming of any CAD application.

Total results: 4190