_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-nestedtext 3.7
Propagated dependencies: python-inform@1.34
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://nestedtext.org
Licenses: Expat
Build system: pyproject
Synopsis: Human readable and writable data interchange format
Description:

NestedText is a file format for holding data that is to be entered, edited, or viewed by people. It allows data to be organized into a nested collection of dictionaries, lists, and strings. In this way it is similar to JSON and YAML, but without the complexity and risk of YAML and without the syntactic clutter of JSON. NestedText is both simple and natural. Only a small number of concepts and rules must be kept in mind when creating it. It is easily created, modified, or viewed with a text editor and easily understood and used by both programmers and non-programmers.

python-term-image 0.7.2
Propagated dependencies: python-pillow@11.1.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/AnonymouX47/term-image
Licenses: Expat
Build system: pyproject
Synopsis: Display images in the terminal
Description:

term-image is a library and program to display images on compatible terminals.

Features:

  1. Multiple image formats (basically all formats supported by PIL.Image.open())

  2. Multiple image source types: PIL image instance, local file, URL

  3. Multiple image render styles (with automatic support detection)

  4. Support for multiple terminal graphics protocols, including Kitty

  5. Transparency support (with multiple options)

  6. Animated image support (including transparent ones)

  7. Integration into various TUI / terminal-based output libraries

  8. Terminal size awareness

  9. Automatic and manual image sizing

  10. Horizontal and vertical alignment

  11. Automatic and manual font ratio adjustment (to preserve image aspect ratio)

python-discretize 0.12.0
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://discretize.simpeg.xyz/
Licenses: Expat
Build system: pyproject
Synopsis: Finite volume discretization in Python
Description:

This package provides discretization tools for finite volume and inverse problems.

The vision is to create a package for finite volume simulation with a focus on large scale inverse problems. This package has the following features:

  • modular with respect to the spacial discretization

  • built with the inverse problem in mind

  • supports 1D, 2D and 3D problems

  • access to sparse matrix operators

  • access to derivatives to mesh variables

Currently, discretize supports:

  • Tensor Meshes (1D, 2D and 3D)

  • Cylindrically Symmetric Meshes

  • QuadTree and OcTree Meshes (2D and 3D)

  • Logically Rectangular Meshes (2D and 3D)

  • Triangular (2D) and Tetrahedral (3D) Meshes

python-about-time 4.2.1-0.bcabddd
Channel: ffab
Location: ffab/packages/python-xyz.scm (ffab packages python-xyz)
Home page: https://github.com/rsalmei/about-time
Licenses: Expat
Build system: pyproject
Synopsis: Measure timing and throughput of code blocks
Description:

about-time is a helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.

Key feature are:

  • measure the duration of two or more blocks at the same time, including the whole duration

  • instrument a code to cleanly retrieve durations in one line, to log or send to time series databases

  • easily see human friendly durations in s (seconds), ms (milliseconds), µs (microseconds) and even ns (nanoseconds)

  • easily see human friendly counts with SI prefixes like k, M, G, T, etc

  • measure the actual throughput of a block

  • easily see human friendly throughputs in /second, /minute, /hour or even /day, including SI prefixes

texlive-pythontex 2025.2
Dependencies: python@3.11.14
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/pythontex
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Run Python from within a document, typesetting the results
Description:

The package allows you to enter Python code within a LaTeX document, execute the code, and access its output in the original document. There is also support for Bash, JavaScript, Julia, Octave, Perl, R, Raku (Perl 6), Ruby, Rust, and SageMath. Code is only executed when it has been modified, or when it meets user-specified criteria. Code may be divided into user-defined sessions, which automatically run in parallel. Errors and warnings are synchronized with the LaTeX document, so that they refer to the document's line numbers. External dependencies can be tracked, so that code is re-executed when the data it depends on is modified. PythonTeX also provides syntax highlighting for code in LaTeX documents via the Pygments syntax highlighter.

The package also provides a depythontex utility. This creates a copy of the document in which all Python code has been replaced by its output. This is useful for journal submissions, sharing documents, and conversion to other formats.

python-fuse-python 1.0.9
Propagated dependencies: fuse@2.9.9
Channel: jacop
Location: jacop/packages/hhd.scm (jacop packages hhd)
Home page: https://github.com/libfuse/python-fuse
Licenses: LGPL 2.1
Build system: pyproject
Synopsis: Bindings for FUSE
Description:

Bindings for FUSE.

python-dbus-python 1.3.2
Dependencies: dbus@1.15.8 glib@2.83.3
Propagated dependencies: python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://dbus.freedesktop.org/doc/dbus-python/
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for libdbus
Description:

This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.

python-polyfactory 2.21.0
Propagated dependencies: python-faker@37.4.2 python-typing-extensions@4.15.0
Channel: panther
Location: px/packages/python-xyz.scm (px packages python-xyz)
Home page:
Licenses: Expat
Build system: pyproject
Synopsis: Mock data generation factories
Description:

Mock data generation factories.

python-fuzzyfinder 2.1.0
Channel: guixrus
Location: guixrus/packages/rnr.scm (guixrus packages rnr)
Home page: https://github.com/amjith/fuzzyfinder
Licenses: Modified BSD
Build system: python
Synopsis: Fuzzy Finder implemented in Python.
Description:

Fuzzy Finder implemented in Python.

python-swh.deposit 1.1.0
Propagated dependencies: python-click@8.1.8 python-iso8601@2.1.0 python-requests@2.32.5 python-swh.core@2.4.0 python-swh.model@6.1.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/source/swh-deposit/
Licenses: GPL 3+
Build system: python
Synopsis: Software Heritage Deposit Server
Description:

Software Heritage Deposit Server

python-tikzplotlib 0.9.15
Propagated dependencies: python-importlib-metadata@8.7.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pillow@11.1.0
Channel: engstrand
Location: engstrand/packages/python.scm (engstrand packages python)
Home page: https://github.com/nschloe/tikzplotlib
Licenses: Expat
Build system: python
Synopsis: Convert matplotlib figures into TikZ/PGFPlots
Description:

Convert matplotlib figures into TikZ/PGFPlots

python-sounddevice 0.4.3
Propagated dependencies: python-cffi@1.17.1
Channel: engstrand
Location: engstrand/packages/python.scm (engstrand packages python)
Home page: http://python-sounddevice.readthedocs.io/
Licenses: Expat
Build system: python
Synopsis: Play and Record Sound with Python
Description:

Play and Record Sound with Python

python-arviz-plots 0.8.0
Propagated dependencies: python-arviz-base@0.8.2 python-arviz-stats@0.8.0
Channel: guix-science
Location: guix-science/packages/statistics.scm (guix-science packages statistics)
Home page: https://arviz-plots.readthedocs.io/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Modular plotting for ArviZ
Description:

Modular plotting for ArviZ.

python-interrogate 1.5.0
Propagated dependencies: python-attrs@25.3.0 python-click@8.1.8 python-colorama@0.4.6 python-py@1.11.0 python-tabulate@0.9.0 python-toml@0.10.2
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: https://interrogate.readthedocs.io
Licenses: None
Build system: python
Synopsis: Interrogate a codebase for docstring coverage.
Description:

Interrogate a codebase for docstring coverage.

python-bash-kernel 0.10.0
Dependencies: bash@5.2.37 python-filetype@1.2.0 python-pexpect@4.9.0 python-ipykernel@6.29.4 python-jupyter-client@7.4.4
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/takluyver/bash_kernel
Licenses: Expat
Build system: pyproject
Synopsis: Jupyter kernel for Bash
Description:

A bash shell kernel for Jupyter.

python-pyroutelib3 2.0.0
Propagated dependencies: python-dateutil@2.9.0 python-protobuf@5.28.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/MKuranowski/pyroutelib3
Licenses: GPL 3+
Build system: pyproject
Synopsis: Library for simple routing on OSM data
Description:

Library for simple routing on OSM data

python-temppathlib 1.1.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/Parquery/temppathlib
Licenses: Expat
Build system: python
Synopsis: Wrap tempfile to give you pathlib.Path.
Description:

Wrap tempfile to give you pathlib.Path.

python-jalali-core 1.0.0
Channel: cast
Location: cast/packages/python.scm (cast packages python)
Home page: https://github.com/slashmili/jalali-core
Licenses: LGPL 2.1
Build system: pyproject
Synopsis: Gregorian to Jalali and inverse date convertor
Description:

Gregorian to Jalali and inverse date convertor.

emacs-python-isort 20210603.2153
Propagated dependencies: emacs-reformatter@20241204.1051
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wyuenho/emacs-python-isort
Licenses:
Build system: melpa
Synopsis: Reformat python-mode buffer with isort
Description:

Documentation at https://melpa.org/#/python-isort

emacs-python-black 20240520.729
Propagated dependencies: emacs-dash@20260221.1346 emacs-reformatter@20241204.1051
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wbolster/emacs-python-black
Licenses:
Build system: melpa
Synopsis: Reformat Python using python-black
Description:

Documentation at https://melpa.org/#/python-black

python-pylibscrypt 2.0.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/jvarho/pylibscrypt
Licenses: ISC
Build system: pyproject
Synopsis: Scrypt for Python
Description:

This package provides another Scrypt module for Python.

python-types-regex 2025.9.18.20250921
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Typing stubs for regex
Description:

This package provides typing stubs for regex.

python-jaraco-test 5.5.1
Propagated dependencies: python-jaraco-collections@5.2.1 python-jaraco-context@6.0.1 python-jaraco-functools@4.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/jaraco.test
Licenses: Expat
Build system: pyproject
Synopsis: Testing support by jaraco
Description:

This package provides testing support by jaraco.

Total results: 4226