_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-wrapspawner 1.0.0
Dependencies: jupyter@1.0.0 python-tornado@5.1.1 python-jupyterhub@3.0.0
Channel: guix-science
Location: guix-science/packages/jupyter.scm (guix-science packages jupyter)
Home page: https://github.com/jupyterhub/wrapspawner
Licenses: Modified BSD
Build system: pyproject
Synopsis: Wrapspawner for JupyterHub
Description:

This package includes WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners. The inspiration for their development was to allow users to select from a range of pre-defined batch job profiles, but their operation is completely generic.

python-dns-lexicon 3.21.1
Propagated dependencies: python-beautifulsoup4@4.14.3 python-cryptography@44.0.0 python-dnspython@2.7.0 python-importlib-metadata@8.7.0 python-pyotp@2.9.0 python-pyyaml@6.0.2 python-requests@2.32.5 python-tldextract@5.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dns-lexicon/dns-lexicon
Licenses: Expat
Build system: pyproject
Synopsis: Manipulate DNS records on various DNS providers
Description:

Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. It has a CLI but it can also be used as a Python library. It was designed to be used in automation, specifically with Let's Encrypt.

python-authheaders 0.16.3
Propagated dependencies: python-authres@1.2.0 python-dkimpy@1.0.5 python-dnspython@2.7.0 python-publicsuffix2@2.20191221
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://github.com/ValiMail/authentication-headers
Licenses: Zope Public License 2.1 Zlib MPL 2.0
Build system: pyproject
Synopsis: Library wrapping email authentication header verification and generation
Description:

This is a Python library for the generation of email authentication headers. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header. The library can DKIM and ARC sign messages and output the corresponding signature headers.

python-cloudpickle 3.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/cloudpipe/cloudpickle
Licenses: Modified BSD
Build system: pyproject
Synopsis: Extended pickling support for Python objects
Description:

Cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. It is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data.

python-tokenize-rt 6.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asottile/tokenize-rt
Licenses: Expat
Build system: pyproject
Synopsis: Wrapper around the stdlib tokenize which roundtrips
Description:

This Python library is a wrapper around tokenize from the Python standard library. It provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip.

python-fenics-ffcx 0.6.0
Dependencies: python@3.11.14 python-fenics-basix@0.6.0 python-fenics-ufl@2023.1.0 python-cffi@1.17.1 python-numpy@1.26.4 fenics-ffcx@0.6.0
Channel: guix-hpc-non-free
Location: inrae/mse.scm (inrae mse)
Home page: https://github.com/FEniCS/ffcx.git
Licenses: LGPL 3
Build system: pyproject
Synopsis: FFCx is a new version of the FEniCS Form Compiler
Description:

FFCx is a compiler for finite element variational forms. From a high-level description of the form in the Unified Form Language (UFL), it generates efficient low-level C code that can be used to assemble the corresponding discrete operator (tensor).

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.4 freetype@2.13.3 glib@2.83.3 libpng@1.6.50 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.82.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python-cycler@0.12.1 python-pytz@2025.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Build system: python
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python-pandarallel 1.6.5
Propagated dependencies: python-dill@0.4.0 python-pandas@2.2.3 python-psutil@7.0.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://nalepae.github.io/pandarallel/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tool to parallelize Pandas operations across CPUs
Description:

pandarallel allows any Pandas user to take advantage of their multi-core computer, while Pandas uses only one core. pandarallel also offers nice progress bars (available on Notebook and terminal) to get an rough idea of the remaining amount of computation to be done.

python-levenshtein 0.27.1
Propagated dependencies: python-rapidfuzz@3.14.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rapidfuzz/Levenshtein
Licenses: GPL 2+
Build system: pyproject
Synopsis: Fast computation of Levenshtein distance and string similarity
Description:

The Levenshtein Python C extension module contains functions for fast computation of

  1. Levenshtein (edit) distance, and edit operations

  2. string similarity

  3. approximate median strings, and generally string averaging

  4. string sequence and set similarity

It supports both normal and Unicode strings.

python-fastparquet 2024.11.0
Propagated dependencies: python-cramjam@2.11.0.post1 python-fsspec@2025.9.0 python-lzo@1.15 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/dask/fastparquet
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python implementation of the Parquet file format
Description:

fastparquet is a Python implementation of the Parquet file format. fastparquet is used implicitly by dask, pandas and intake-parquet. It supports the following compression algorithms:

  • Gzip

  • Snappy

  • Brotli

  • LZ4

  • Zstd

  • LZO (optionally)

python-ctranslate2 4.6.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://opennmt.net/CTranslate2/
Licenses: Expat
Build system: pyproject
Synopsis: Fast inference engine for Transformer models
Description:

CTranslate2 is a C++ and Python library for efficient inference with Transformer models.

The project implements a custom runtime that applies many performance optimization techniques such as weights quantization, layers fusion, batch reordering, etc., to accelerate and reduce the memory usage of Transformer models on CPU and GPU.

python-lazy-loader 0.4
Propagated dependencies: python-flit-core@3.12.0 python-setuptools@80.9.0 python-wheel@0.46.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://scientific-python.org/specs/spec-0001/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Load subpackages and functions on demand
Description:

python-lazy-loader makes it easy to load subpackages and functions on demand. Its main features are:

  • Allow subpackages to be made visible to users without incurring import costs.

  • Allow external libraries to be imported only when used, improving import times.

python-entrypoints 0.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/takluyver/entrypoints
Licenses: Expat
Build system: pyproject
Synopsis: Discover and load entry points from installed Python packages
Description:

Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.

python-smartypants 2.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/justinmayer/smartypants.py
Licenses: Modified BSD
Build system: pyproject
Synopsis: Translate punctuation characters into smart quotes
Description:

smartpants can perform the following transformations:

  1. Straight quotes ( " and ' ) into "curly" quote HTML entities

  2. Backticks-style quotes (``like this'') into "curly" quote HTML entities

  3. Dashes (-- and ---) into en- and em-dash entities

  4. Three consecutive dots (... or . . .) into an ellipsis entity

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@25.3.0 python-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
Licenses: MPL 2.0
Build system: python
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python-lenstronomy 1.13.2
Propagated dependencies: python-astropy@6.1.7 python-configparser@7.2.0 python-corner@2.2.2 python-h5py@3.13.0 python-matplotlib@3.8.2 python-mpmath@1.3.0 python-multiprocess@0.70.18 python-numba@0.61.0 python-numpy@1.26.4 python-pyxdg@0.28 python-pyyaml@6.0.2 python-schwimmbad@0.4.2 python-scikit-image@0.23.2 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/lenstronomy/lenstronomy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Multi-purpose lens modeling software
Description:

lenstronomy is a multi-purpose software package to model strong gravitational lenses. lenstronomy finds application for time-delay cosmography and measuring the expansion rate of the Universe, for quantifying lensing substructure to infer dark matter properties, morphological quantification of galaxies, quasar-host galaxy decomposition and much more.

python-fief-client 0.20.0
Propagated dependencies: python-httpx@0.28.1 python-jwcrypto@1.5.6 python-yaspin@3.2.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://docs.fief.dev/integrate/python/
Licenses: Expat
Build system: pyproject
Synopsis: Fief client for Python
Description:

Fief is an open-source platform to manage users and authentication in your applications.

Key features:

  • Pre-built login and registration pages

  • Users management dashboard

  • SDK for the most popular languages and frameworks

  • Integrations for the most popular no-code tools

python-deprecation 2.1.0
Propagated dependencies: python-packaging@25.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://deprecation.readthedocs.io/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library to handle automated deprecations
Description:

This is a library that enables automated deprecations. It offers the deprecated() decorator to wrap functions, providing proper warnings both in documentation and via Python’s warnings system, as well as the deprecation.fail_if_not_removed() decorator for test methods to ensure that deprecated code is eventually removed.

python-get-version 3.5.5
Propagated dependencies: python-dunamai@1.21.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/flying-sheep/get_version
Licenses: GPL 3+
Build system: pyproject
Synopsis: Version helper in the spirit of versioneer
Description:

This package provides a version helper that lets you automatically use the latest vX.X.X Git tag as the version in your Python package. It also supports getting the version from Python source distributions or, once your package is installed, via pkg_resources (part of setuptools).

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Build system: python
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python-shellescape 3.8.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/chrissimpkins/shellescape
Licenses: Expat
Build system: python
Synopsis: Shell escape a string to safely use it as a token in a shell command
Description:

The shellescape Python module defines the shellescape.quote() function that returns a shell-escaped version of a Python string. This is a backport of the shlex.quote() function from Python 3.8 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.

python-iterable-io 1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pR0Ps/iterable-io
Licenses: LGPL 3
Build system: pyproject
Synopsis: Adapt generators and other iterables to a file-like interface
Description:

iterable-io is a small Python library that provides an adapter so that it's possible to read from iterable objects in the same way as file-like objects.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.0
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Build system: python
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python-pytest-mock 3.14.0
Propagated dependencies: python-pytest@8.4.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-mock/
Licenses: Expat
Build system: pyproject
Synopsis: Thin-wrapper around the mock package for easier use with py.test
Description:

This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test. The mocker fixture has the same API as mock.patch, supporting the same arguments.

Total results: 4157