_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pbr 6.1.1
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docs.openstack.org/pbr/latest/
Licenses: ASL 2.0
Synopsis: Enhance the default behavior of Python’s setuptools
Description:

Python Build Reasonableness (PBR) is a library that injects some useful and sensible default behaviors into your setuptools run. It will set versions, process requirements files and generate AUTHORS and ChangeLog file from git information.

python-pbr 7.0.1
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docs.openstack.org/pbr/latest/
Licenses: ASL 2.0
Synopsis: Enhance the default behavior of Python’s setuptools
Description:

Python Build Reasonableness (PBR) is a library that injects some useful and sensible default behaviors into your setuptools run. It will set versions, process requirements files and generate AUTHORS and ChangeLog file from git information.

python-trx 0.3
Propagated dependencies: python-deepdiff@8.5.0 python-nibabel@5.3.2 python-numpy@1.26.4 python-setuptools-scm@8.3.1
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://tee-ar-ex.github.io/trx-python
Licenses: Modified BSD
Synopsis: Python implementation of the TRX file format
Description:

This package provides an implementation of TRX, a tractography file format designed to facilitate dataset exchange, interoperability, and state-of-the-art analyses, acting as a community-driven replacement for the myriad existing file formats.

python-can 4.6.1
Propagated dependencies: python-packaging@25.0 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/hardbyte/python-can
Licenses: LGPL 3+
Synopsis: Controller Area Network (CAN) interface module for Python
Description:

This package defines the can module, which provides controller area network (CAN) support for Python developers; providing common abstractions to different hardware devices, and a suite of utilities for sending and receiving messages on a CAN bus.

python-rsa 4.9.1
Propagated dependencies: python-pyasn1@0.6.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://stuvel.eu/rsa
Licenses: ASL 2.0
Synopsis: Pure-Python RSA implementation
Description:

Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the command line.

python-rsa 3.4.2
Propagated dependencies: python-pyasn1@0.6.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://stuvel.eu/rsa
Licenses: ASL 2.0
Synopsis: Pure-Python RSA implementation
Description:

Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the command line.

python-fiu 1.2
Dependencies: fiu@1.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://blitiri.com.ar/p/libfiu
Licenses: Public Domain
Synopsis: Python binding for fiu (fault injection in userspace)
Description:

This package includes two Python modules:

  1. fiu is a wrapper for libfiu, the fault injection C library.

  2. fiu_ctrl provide an easy way run a command with libfiu enabled, and controlling the failure points dynamically.

python-npx 0.1.6
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nschloe/npx
Licenses: Modified BSD
Synopsis: Extensions for NumPy
Description:

NumPy is a large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes at a significant cost and is almost always avoided, even if the API of some methods is arguably lacking. This package provides drop-in wrappers "fixing" those.

python-tmx 1.10
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://python-tmx.nongnu.org
Licenses: ASL 2.0 CC0
Synopsis: Python library for the @code{Tiled} TMX format
Description:

Python TMX reads and writes the Tiled TMX format in a simple way. This is useful for map editors or generic level editors, and it's also useful for using a map editor or generic level editor like Tiled to edit your game's levels.

python-tox 4.23.2
Propagated dependencies: python-cachetools@6.1.0 python-chardet@5.2.0 python-colorama@0.4.6 python-filelock@3.16.1 python-packaging@25.0 python-platformdirs@4.3.6 python-pluggy@1.6.0 python-pyproject-api@1.8.0 python-tomli@2.2.1 python-typing-extensions@4.15.0 python-virtualenv@20.29.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://tox.readthedocs.io
Licenses: Expat
Synopsis: Virtualenv-based automation of test activities
Description:

Tox is a generic virtualenv management and test command line tool. It can be used to check that a package installs correctly with different Python versions and interpreters, or run tests in each type of supported environment, or act as a frontend to continuous integration servers.

python-mne 1.10.2
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
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.

pythonscad 0.0.0-5.92071af
Dependencies: boost@1.83.0 cairomm@1.18.0 cgal@5.6.1 clipper2@1.5.2 double-conversion@3.1.5 eigen@3.4.0 egl-wayland@1.1.19 fontconfig-minimal@2.14.0 freetype@2.13.3 glew@2.2.0 glib@2.83.3 gmp@6.3.0 harfbuzz@11.4.4 hidapi@0.14.0 lib3mf@2.2.0 libcanberra@0.30 libspnav@1.2 libxml2@2.14.6 libzip@1.9.2 manifold@3.2.1 mesa@25.2.3 mimalloc@2.1.2 mpfr@4.2.2 nettle@3.10.1 opencsg@1.8.1 python@3.11.11 python-numpy@1.26.4 python-pillow@11.1.0 qscintilla@2.13.4 qtbase@5.15.16 qtgamepad@5.15.16 qtmultimedia@5.15.16 qtsvg@5.15.16 qtwayland@5.15.16 sanitizers-cmake@0.0-0.0573e2e tbb@2021.6.0 curl@8.6.0 libfive@0-5.b1ea998
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://pythonscad.org/
Licenses: GPL 2+
Synopsis: Script-based 3D modeling app with Python support
Description:

PythonSCAD is a programmatic 3D modeling application. It allows you to turn simple code into 3D models suitable for 3D printing. It is a fork of OpenSCAD which not only adds support for using Python as a native language, but also adds new features and improves existing ones.

python-sge 2.0.2
Propagated dependencies: python-pygame@2.5.2 python-uniseg@0.10.0
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://python-sge.github.io/
Licenses: LGPL 3+
Synopsis: 2D game engine for Python
Description:

The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose 2D game engine. It takes care of several details for you so you can focus on the game itself. This makes more rapid game development possible, and it also makes the SGE easy to learn.

python-xdg 6.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/srstevenson/xdg-base-dirs
Licenses: ISC
Synopsis: Variables defined by the XDG Base Directory Specification
Description:

xdg-base-dirs is a Python module that provides functions to return paths to the directories defined by the XDG Base Directory Specification, to save you from duplicating the same snippet of logic in every Python utility you write that deals with user cache, configuration, or data files.

python-crc 7.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://nicoretti.github.io/crc/
Licenses: FreeBSD
Synopsis: Pure Python CRC library
Description:

This library computes and verifies Cyclic Redundancy Check checksums, using predefined and custom CRC configurations.

Configurations:

CRC8

CCITT AUTOSAR SAEJ1850 SAEJ1850_ZERO BLUETOOTH MAXIM-DOW

CRC16

XMODEM GSM PROFIBUS MODBUS IBM-3740 KERMIT

CRC32

CRC32 AUTOSAR BZIP2 POSIX

CRC64

CRC64

python-tbb 2021.6.0
Dependencies: python@3.11.11 tbb@2021.6.0
Channel: guix
Location: gnu/packages/tbb.scm (gnu packages tbb)
Home page: https://uxlfoundation.github.io/oneTBB/
Licenses: ASL 2.0
Synopsis: C++ library for parallel programming
Description:

TBB is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. It provides parallel loop constructs, asynchronous tasks, synchronization primitives, atomic operations, and more.

python-irc 20.3.1
Propagated dependencies: python-jaraco-collections@5.2.1 python-jaraco-functools@4.2.1 python-jaraco-logging@3.4.0 python-jaraco-stream@3.0.4 python-jaraco-text@4.0.0 python-more-itertools@10.6.0 python-pytz@2025.1 python-tempora@5.8.1
Channel: rosenthal
Location: rosenthal/packages/python-xyz.scm (rosenthal packages python-xyz)
Home page: https://github.com/jaraco/irc
Licenses: Expat
Synopsis: Python Internet Relay Chat protocol library
Description:

This library provides a low-level implementation of the IRC protocol for Python. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP, and DCC connections.

python-rad 0.27.0
Propagated dependencies: python-asdf@5.0.0 python-asdf-astropy@0.8.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/rad
Licenses: Modified BSD
Synopsis: Roman Attribute Dictionary
Description:

RAD is package which defines schemas for the Nancy Grace Roman Space Telescope shared attributes for processing and archive. These schemas are schemas for the ASDF file file format, which are used by ASDF to serialize and deserialize data for the Nancy Grace Roman Space Telescope.

python-h11 0.16.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-hyper/h11
Licenses: Expat
Synopsis: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
Description:

This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a bring-your-own-I/O library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want.

python-iml 0.6.2
Propagated dependencies: python-ipython@8.37.0 python-numpy@1.26.4 python-pandas@2.2.3 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/interpretable-ml/iml
Licenses: Expat
Synopsis: Interpretable Machine Learning (iML) package
Description:

Interpretable ML (iML) is a set of data type objects, visualizations, and interfaces that can be used by any method designed to explain the predictions of machine learning models (or really the output of any function). It currently contains the interface and IO code from the Shap project, and it will potentially also do the same for the Lime project.

python-six 1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python-six 1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python-uhi 0.5.0
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/uhi
Licenses: Modified BSD
Synopsis: Universal Histogram Interface
Description:

This is a package meant primarily for documenting histogram indexing and the PlottableHistogram Protocol and any future cross-library standards. It also contains the code for the PlottableHistogram Protocol, to be used in type checking libraries wanting to conform to the protocol. It is not usually a runtime dependency, but only a type checking, testing, and/or docs dependency in support of other libraries.

python-ray 2.38.0
Dependencies: gcc@15.2.0 openssl@1.1.1u python-wrapper@3.11.11 jemalloc@5.3.0 zlib@1.3.1
Propagated dependencies: python-aiohttp@3.11.11 python-aiosignal@1.4.0 python-click@8.1.8 python-colorama@0.4.6 python-dm-tree@0.1.9 python-fastapi@0.115.6 python-filelock@3.16.1 python-frozenlist@1.3.3 python-fsspec@2025.9.0 python-grpcio@1.52.0 python-gymnasium@0.29.1 python-jsonschema@4.23.0 python-lz4@4.4.4 python-msgpack@1.1.1 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-prometheus-client@0.22.1 python-protobuf@3.20.3 python-psutil@7.0.0 python-pyarrow@21.0.0 python-pydantic@2.10.4 python-pyyaml@6.0.2 python-requests@2.32.5 python-rich@13.7.1 python-scikit-image@0.23.2 python-scipy@1.12.0 python-setproctitle@1.3.2 python-smart-open@7.3.0 python-typer@0.19.2 python-virtualenv@20.29.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/ray-project/ray
Licenses: ASL 2.0
Synopsis: Framework for scaling machine learning applications
Description:

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI libraries for simplifying ML compute. These are the provided Ray AI libraries:

  • Data: Scalable datasets for ML;

  • Train: Distributed training;

  • Tune: Scalable hyperparameter tuning;

  • RLlib: Scalable reinforcement learning;

  • Serve: Scalable and programmable serving.

Total results: 4028