_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytools 2025.2.5
Propagated dependencies: python-platformdirs@4.3.6 python-siphash24@1.8 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/opencl.scm (gnu packages opencl)
Home page: https://github.com/inducer/pytools
Licenses: Expat
Build system: pyproject
Synopsis: Assorted tools for Python
Description:

Pytools is a bag of things that are ``missing'' from the Python standard library:

  • small helper functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's monkeypatch_xxx hack, the elusive flatten, and much more.

  • Michele Simionato's decorator module

  • A time-series logging module, pytools.log.

  • Batch job submission, pytools.batchjob.

  • A lexer, pytools.lex.

python-pyhepmc 2.16.1
Dependencies: hepmc3@3.2.5-0.591bccc
Propagated dependencies: python-numpy@2.3.1 python-packaging@25.0
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: https://scikit-hep.org/pyhepmc/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for HepMC3
Description:

This package provides a Pythonic Jupyter-friendly Python API for the HepMC3 library.

pyhepmc has been optimised for safety, usability, and efficiency by a human expert, something that an automatic tool cannot provide. It brings these unique features:

  • Python idioms are supported where appropriate.

  • Simple IO with pyhepmc.open.

  • An alternative Numpy API whih accelerates event processing.

  • The public API is fully documented with Python docstrings.

  • Objects are inspectable in Jupyter notebooks.

  • Events render as graphs in Jupyter notebooks.

python-pycotap 1.3.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/remko/pycotap
Licenses: Expat
Build system: pyproject
Synopsis: Tiny Python TAP test runner
Description:

This package provides a simple Python test runner for unittest that outputs Test Anything Protocol (TAP) results to standard output. Contrary to other TAP runners for Python, pycotap...

  • prints TAP (and only TAP) to standard output instead of to a separate file, allowing you to pipe it directly to TAP pretty printers and processors;

  • only contains a TAP reporter, so no parsers, no frameworks, no dependencies, etc;

  • is configurable: you can choose how you want the test output and test result diagnostics to end up in your TAP output (as TAP diagnostics, YAML blocks, or attachments).

python-pyogrio 0.10.0
Dependencies: gdal@3.8.2
Propagated dependencies: python-certifi@2025.06.15 python-numpy@2.3.1 python-packaging@25.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://pypi.org/project/pyogrio/
Licenses: Expat
Build system: pyproject
Synopsis: Vectorized spatial vector file format I/O using GDAL/OGR
Description:

Pyogrio provides a GeoPandas-oriented API to OGR vector data sources, such as ESRI Shapefile, GeoPackage, and GeoJSON. Vector data sources have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data. Pyogrio uses a vectorized approach for reading and writing GeoDataFrames to and from OGR vector data sources in order to give you faster interoperability. It uses pre-compiled bindings for GDAL/OGR so that the performance is primarily limited by the underlying I/O speed of data source drivers in GDAL/OGR rather than multiple steps of converting to and from Python data types within Python.

python-pyroute2 0.8.1
Channel: jacop
Location: jacop/packages/hhd.scm (jacop packages hhd)
Home page: https://github.com/svinota/pyroute2
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python Netlink library
Description:

Python Netlink library.

python-pyzotero 1.5.18
Propagated dependencies: python-bibtexparser@2.0.0b9 python-feedparser@6.0.12 python-pytz@2025.1 python-requests@2.32.5
Channel: zzkt
Location: zzkt/packages/python-xyz.scm (zzkt packages python-xyz)
Home page: https://github.com/urschrei/pyzotero
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper for the Zotero API
Description:

Python wrapper for the Zotero API

python-pywalfox 2.7.3
Channel: engstrand
Location: engstrand/packages/python.scm (engstrand packages python)
Home page: https://github.com/frewacom/pywalfox
Licenses:
Build system: python
Synopsis: Native app used alongside the Pywalfox browser extension
Description:

Native app used alongside the Pywalfox browser extension

python-pyparted 3.13.0
Dependencies: parted@3.7
Channel: guix
Location: gnu/packages/disk.scm (gnu packages disk)
Home page: https://github.com/dcantrell/pyparted
Licenses: GPL 2+
Build system: pyproject
Synopsis: Parted bindings for Python
Description:

This package provides parted bindings for Python.

python-pytzdata 2020.1
Propagated dependencies: python-cleo@2.1.0
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/sdispater/pytzdata
Licenses: Expat
Build system: pyproject
Synopsis: Timezone database for Python
Description:

This library provides a timezone database for Python.

python-pynest2d 4.12.0
Dependencies: boost@1.89.0 clipper@6.4.2 libnest2d-for-cura@4.12.0 nlopt@2.10.0 python@3.12.12 python-sip@4.19.25
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://github.com/Ultimaker/pynest2d
Licenses: LGPL 3+
Build system: cmake
Synopsis: Python bindings for libnest2d
Description:

This package contains CPython bindings for libnest2d-for-cura.

python-pygments 2.19.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pygments.org/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Syntax highlighting
Description:

Pygments is a syntax highlighting package written in Python.

python-pyflakes 3.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/PyCQA/pyflakes
Licenses: Expat
Build system: pyproject
Synopsis: Passive checker of Python programs
Description:

Pyflakes statically checks Python source code for common errors.

python-pydeseq2 0.5.4
Propagated dependencies: python-anndata@0.11.4 python-formulaic@1.0.1 python-formulaic-contrasts@1.0.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: https://github.com/owkin/PyDESeq2
Licenses: Expat
Build system: pyproject
Synopsis: Python implementation of DESeq2
Description:

This package provides a python implementation of DESeq2.

python-pypandoc 1.15
Dependencies: pandoc@3.7.0.2 python-pandocfilters@1.5.1
Propagated dependencies: python-wheel@0.46.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/JessicaTegner/pypandoc
Licenses: Expat
Build system: pyproject
Synopsis: Python wrapper for pandoc
Description:

pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.

python-pyro-api 0.1.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/pyro-ppl/pyro-api
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Generic API for dispatch to Pyro backends
Description:

This package provides a generic API for dispatch to Pyro backends.

python-pyro-ppl 1.9.1
Propagated dependencies: python-numpy@2.3.1 python-opt-einsum@3.4.0 python-pyro-api@0.1.2 python-pytorch@2.10.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pyro.ai
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library for probabilistic modeling and inference
Description:

This package provides a Python library for probabilistic modeling and inference.

python-pyzabbix 1.3.1
Propagated dependencies: python-packaging@25.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/lukecyca/pyzabbix
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Python interface to the Zabbix API
Description:

pyzabbix is a Python module for working with the Zabbix API.

python-pybigwig 0.3.25
Dependencies: libbigwig@0.4.8 zlib@1.3.1 curl@8.6.0
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dpryan79/pyBigWig
Licenses: Expat
Build system: pyproject
Synopsis: Access bigWig files in Python using libBigWig
Description:

This package provides Python bindings to the libBigWig library for accessing bigWig files.

python-pyfiglet 1.0.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pwaller/pyfiglet
Licenses: Expat
Build system: pyproject
Synopsis: Draw ASCII art big letters in Python
Description:

This module lets you draw large letter from ordinary characters in pure Python.

python-pybigdft 1.9.5
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3 python-pyyaml@6.0.2 bigdft-futile@1.9.5
Channel: guix-hpc
Location: guix-hpc/packages/chemistry.scm (guix-hpc packages chemistry)
Home page: https://bigdft.org
Licenses: GPL 2
Build system: pyproject
Synopsis: Python interface of BigDFT for electronic structure calculation based on Daubechies wavelets
Description:

Python interface of BigDFT for electronic structure calculation based on Daubechies wavelets.

python-pykdtree 1.4.2
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/storpipfugl/pykdtree
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Fast kd-tree implementation with OpenMP-enabled queries
Description:

pykdtree is a kd-tree implementation for fast nearest neighbour search in Python.

python-pystache 0.6.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://defunkt.io/pystache/
Licenses: Expat
Build system: pyproject
Synopsis: Python logic-less template engine
Description:

Pystache is a Python implementation of the framework agnostic, logic-free templating system Mustache.

python-pybadges 3.0.0
Propagated dependencies: python-jinja2@3.1.2 python-requests@2.32.5
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/google/pybadges
Licenses: ASL 2.0
Build system: python
Synopsis: Library and command-line tool for generating Github-style badges
Description:

This package provides a library and command-line tool for generating Github-style badges

python-pymanopt 2.2.1
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pymanopt.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Toolbox for optimization on Riemannian manifolds
Description:

This package is a toolbox for optimization on Riemannian manifolds with support for automatic differentiation.

Page: 18910111225
Total packages: 583