_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-ray 2.38.0
Dependencies: gcc@15.2.0 openssl@1.1.1u python-wrapper@3.11.14 jemalloc@5.3.0 zlib@1.3.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
Build system: bazel
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.

python-pox 0.3.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/pox/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python utilities for file system exploration and automated builds
Description:

Pox provides a collection of utilities for navigating and manipulating file systems. This module is designed to facilitate some of the low-level operating system interactions that are useful when exploring a file system on a remote host. Pox provides Python equivalents of several shell commands such as which and find. These commands allow automated discovery of what has been installed on an operating system, and where the essential tools are located.

python-jax 0.4.28
Propagated dependencies: python-importlib-metadata@8.7.0 python-jaxlib@0.4.28 python-ml-dtypes@0.5.3 python-numpy@1.26.4 python-opt-einsum@3.3.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/google/jax
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Differentiate, compile, and transform Numpy code
Description:

JAX is Autograd and XLA, brought together for high-performance numerical computing, including large-scale machine learning research. With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order.

python-sop 0.5.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://gitlab.com/dkg/python-sop
Licenses: Expat
Build system: pyproject
Synopsis: Stateless OpenPGP Command-Line Interface
Description:

The Stateless OpenPGP Command-Line Interface (or sop) is a specification that encourages OpenPGP implementors to provide a common, relatively simple command-line API for purposes of object security.

This Python module helps implementers build such a CLI from any implementation accessible to the Python interpreter.

It does not provide such an implementation itself -- this is just the scaffolding for the command line, which should make it relatively easy to supply a handful of python functions as methods to a class.

python-sip 6.12.0
Propagated dependencies: python-packaging@25.0 python-setuptools@80.9.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/intro
Licenses: GPL 3
Build system: pyproject
Synopsis: Python binding creator for C and C++ libraries
Description:

SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.

SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code, which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.

python-sip 6.8.6
Propagated dependencies: python-packaging@25.0 python-setuptools@80.9.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/intro
Licenses: GPL 3
Build system: pyproject
Synopsis: Python binding creator for C and C++ libraries
Description:

SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.

SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code, which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.

python-sip 4.19.25
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/intro
Licenses: GPL 3
Build system: gnu
Synopsis: Python binding creator for C and C++ libraries
Description:

SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.

SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code, which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.

python-sep 1.4.1
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/kbarbary/sep
Licenses: Expat LGPL 3+ Modified BSD
Build system: pyproject
Synopsis: Python library for Source Extraction and Photometry
Description:

SEP makes the core algorithms of sextractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. SEP consists of a C library with no dependencies outside the standard library, and a Python module that wraps the C library in a Pythonic API. The Python wrapper operates on NumPy arrays with NumPy as its only dependency.

python-waf 2.0.19
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://waf.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Multi-level general purpose build system
Description:

Waf is a build system framework for configuring, compiling and installing applications.

Features:

  • Automatic build order: the build order is computed from input and output files, among others

  • Automatic dependencies: tasks to execute are detected by hashing files and commands

  • Performance: tasks are executed in parallel automatically, the startup time is meant to be fast (separation between configuration and build)

  • Flexibility: new commands and tasks can be added very easily through subclassing, bottlenecks for specific builds can be eliminated through dynamic method replacement

  • Extensibility: though many programming languages and compilers are already supported by default, many others are available as extensions

  • IDE support: Eclipse, Visual Studio and Xcode project generators (waflib/extras/)

  • Documentation: the application is based on a robust model documented in The Waf Book and in the API docs

  • Python compatibility: cPython 2.7 to 3.x, Jython 2.7 and PyPy

python-acme 4.2.0
Propagated dependencies: python-cryptography@44.0.0 python-josepy@2.1.0 python-pyopenssl@24.3.0 python-pyrfc3339@2.0.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/tls.scm (gnu packages tls)
Home page: https://github.com/certbot/certbot
Licenses: ASL 2.0
Build system: pyproject
Synopsis: ACME protocol implementation in Python
Description:

ACME protocol implementation in Python

python-ercs 1.0.1b1
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/ercs
Licenses:
Build system: pyproject
Synopsis: Coalescent simulations in continuous space
Description:

Coalescent simulations in continuous space.

python-xrft 1.0.1
Propagated dependencies: python-dask@2024.12.1 python-numpy@1.26.4 python-numpy-groupies@0.11.3 python-pandas@2.2.3 python-scipy@1.12.0 python-xarray@2023.12.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://github.com/xgcm/xrft
Licenses: Expat
Build system: pyproject
Synopsis: Discrete Fourier Transform with xarray
Description:

Discrete Fourier Transform with xarray.

python-lxmf 0.6.3
Propagated dependencies: python-rns@0.9.4
Channel: lauras-channel
Location: laura/packages/nomadnet.scm (laura packages nomadnet)
Home page: https://github.com/markqvist/lxmf
Licenses: Expat
Build system: pyproject
Synopsis: Lightweight Extensible Message Format for Reticulum
Description:

Lightweight Extensible Message Format for Reticulum.

python-surt 0.3.1
Propagated dependencies: python-six@1.17.0 python-tldextract@5.3.0
Channel: ffab
Location: ffab/packages/python-web.scm (ffab packages python-web)
Home page: https://github.com/internetarchive/surt
Licenses: AGPL 3+
Build system: python
Synopsis: Sort-friendly URI Reordering Transform (SURT) python package
Description:

Sort-friendly URI Reordering Transform (SURT) python package.

python-cffi 1.17.1
Dependencies: libffi@3.4.6
Propagated dependencies: python-pycparser@2.22
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://cffi.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Foreign function interface for Python
Description:

Foreign Function Interface for Python calling C code.

python-purl 1.6
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/codeinthehole/purl
Licenses: Expat
Build system: pyproject
Synopsis: Python package for URL manipulation
Description:

Purl is a Python package for handling URLs.

python-avro 1.11.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://avro.apache.org/
Licenses: ASL 2.0
Build system: python
Synopsis: Avro is a serialization and RPC framework
Description:

This package provides a serialization and RPC framework.

python-i18n 0.3.9
Propagated dependencies: python-pyyaml@6.0.2
Channel: efraim-dfsg
Location: wip/clangen.scm (wip clangen)
Home page: https://github.com/tuvistavie/python-i18n
Licenses: Expat
Build system: pyproject
Synopsis: Translation library for Python
Description:

This package provides a translation library for Python.

python-nose 1.3.7
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://readthedocs.org/docs/nose/
Licenses: LGPL 2.0+
Build system: python
Synopsis: Python testing library
Description:

Nose extends the unittest library to make testing easier.

python-pyux 0.0.6
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/farizrahman4u/pyux
Licenses: Expat
Build system: pyproject
Synopsis: Utility to check API integrity in Python libraries
Description:

The pyux utility detects API changes in Python libraries.

python-s3fs 2025.9.0
Propagated dependencies: python-aiobotocore@2.25.1 python-aiohttp@3.11.11 python-fsspec@2025.9.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/fsspec/s3fs/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Convenient filesystem interface over S3
Description:

This package provides a convenient filesystem interface over S3.

python-lazy 1.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/stefanholek/lazy
Licenses: FreeBSD
Build system: pyproject
Synopsis: Lazy attributes for Python objects
Description:

This package provides a decorator to create lazy attributes.

python-pyld 2.0.4
Propagated dependencies: python-aiohttp@3.11.11 python-cachetools@6.1.0 python-frozendict@2.4.6 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/digitalbazaar/pyld
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python implementation of the JSON-LD specification
Description:

PyLD is an implementation of the JSON-LD specification.

Total results: 4232