_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-extract-dtb 1.2.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/PabloCastellano/extract-dtb/
Licenses: GPL 3+
Synopsis: Extract device tree blobs (DTB) from kernel images
Description:

This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.

python-statsmodels 0.14.4
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-patsy@1.0.1 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://www.statsmodels.org/v0.14.4/
Licenses: Modified BSD
Synopsis: Statistical modeling and econometrics in Python
Description:

Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.

python-pyalsaaudio 0.11.0
Dependencies: alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://larsimmisch.github.io/pyalsaaudio/
Licenses: Python Software Foundation License
Synopsis: ALSA wrappers for Python
Description:

This package contains wrappers for accessing the ALSA API from Python. It is currently fairly complete for PCM devices, and has some support for mixers.

emacs-python-black 1.2.0
Propagated dependencies: emacs-dash@2.20.0 emacs-reformatter@0.7 python-black-macchiato@1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wbolster/emacs-python-black
Licenses: Modified BSD
Synopsis: Reformat Python code via @code{python-black}
Description:

This package makes it easy to reformat Python code using python-black and python-black-macchiato for entire and partial buffers, respectively.

python-pytest-trio 0.8.0
Propagated dependencies: python-async-generator@1.10 python-outcome@1.3.0.post0 python-pytest@8.4.1 python-trio@0.28.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/python-trio/pytest-trio
Licenses: Expat ASL 2.0
Synopsis: Pytest plugin for trio
Description:

This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python.

python-aiobotocore 2.25.1
Propagated dependencies: python-aiohttp@3.11.11 python-aioitertools@0.12.0 python-botocore@1.40.61 python-jmespath@1.0.1 python-multidict@6.1.0 python-dateutil@2.9.0 python-urllib3@2.5.0 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/aiobotocore/
Licenses: ASL 2.0
Synopsis: Async client for AWS services using botocore and aiohttp
Description:

This package provides an async client for Amazon services using botocore and aiohttp/asyncio. This library is a mostly full featured asynchronous version of botocore.

python-myst-parser 4.0.1
Propagated dependencies: python-docutils@0.21.2 python-jinja2@3.1.2 python-linkify-it-py@2.0.0 python-markdown-it-py@3.0.0 python-linkify-it-py@2.0.0 python-mdit-py-plugins@0.4.2 python-pyyaml@6.0.2 python-sphinx@7.4.7 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://myst-parser.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Sphinx and Docutils extension to parse MyST
Description:

This package provides a Sphinx and Docutils extension to parse MyST, a rich and extensible flavour of Markdown for authoring technical and scientific documentation.

python-serverfiles 0.3.1
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/orange.scm (gnu packages orange)
Home page: https://github.com/biolab/serverfiles
Licenses: GPL 3+
Synopsis: Utility to access files on a HTTP server and store them locally
Description:

This package provides an utility that accesses files on a HTTP server and stores them locally for reuse. It is primarily used by the Orange framework.

python-xunitparser 1.3.4
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: http://git.p.engu.in/laurentb/xunitparser/
Licenses: Expat
Synopsis: Read JUnit/XUnit XML files and map them to Python objects
Description:

xunitparser reads a JUnit/XUnit XML file and maps it to Python objects. It tries to use the objects available in the standard unittest module.

python-distributed 2024.12.1
Propagated dependencies: python-click@8.1.8 python-cloudpickle@3.1.0 python-cryptography@44.0.0 python-dask@2024.12.1 python-dask-expr@1.1.21 python-msgpack@1.1.1 python-psutil@7.0.0 python-pyyaml@6.0.2 python-setuptools@80.9.0 python-sortedcontainers@2.4.0 python-tblib@3.1.0 python-toolz@1.0.0 python-tornado@6.4.2 python-urllib3@2.5.0 python-zict@3.0.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://distributed.dask.org
Licenses: Modified BSD
Synopsis: Distributed scheduler for Dask
Description:

Dask.distributed is a lightweight library for distributed computing in Python. It extends both the concurrent.futures and dask APIs to moderate sized clusters.

python-entrypoint2 0.2.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ponty/entrypoint2
Licenses: Modified BSD
Synopsis: Command-line interface for Python modules
Description:

entrypoint2 is an easy to use command-line interface for Python modules based on argparse. It translates function signature and documentation to argparse configuration.

python-murmurhash3 2.3.5-0.01f1128
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/veegee/mmh3
Licenses: Public Domain
Synopsis: Python wrapper for MurmurHash (MurmurHash3)
Description:

murmurhash3 is a Python library for MurmurHash (MurmurHash3), a set of fast and robust hash functions. This library is a Python extension module written in C.

python-fastnumbers 5.1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/SethMMorton/fastnumbers
Licenses: Expat
Synopsis: Super-fast and clean conversions to numbers
Description:

This package provides provides drop-in replacements for the Python built-in int and float that are on par or faster with the Python equivalents.

python-multimethod 1.10
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/coady/multimethod
Licenses: ASL 2.0
Synopsis: Python support for multiple argument dispatching
Description:

This package provides a decorator for adding multiple argument dispatching to functions. The decorator creates a multimethod object as needed and registers the function with its annotations.

python-ordered-set 4.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/simonpercivall/orderedset
Licenses: ASL 2.0
Synopsis: Ordered Set implementation in Cython
Description:

This library provides an OrderedSet data type that works like a regular set, but remembers insertion order. It supports the full Python set interface.

python-distributed 2024.12.1
Propagated dependencies: python-click@8.1.8 python-cloudpickle@3.1.0 python-cryptography@44.0.0 python-dask@2024.12.1 python-dask-expr@1.1.21 python-msgpack@1.1.1 python-psutil@7.0.0 python-pyyaml@6.0.2 python-setuptools@80.9.0 python-sortedcontainers@2.4.0 python-tblib@3.1.0 python-toolz@1.0.0 python-tornado@6.4.2 python-urllib3@2.5.0 python-zict@3.0.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://distributed.dask.org
Licenses: Modified BSD
Synopsis: Distributed scheduler for Dask
Description:

Dask.distributed is a lightweight library for distributed computing in Python. It extends both the concurrent.futures and dask APIs to moderate sized clusters.

python2-pytest-cov 2.8.1
Propagated dependencies: python2-coverage@5.0.3 python2-pytest@4.6.11
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pytest-dev/pytest-cov
Licenses: Expat
Synopsis: Pytest plugin for measuring coverage
Description:

Pytest-cov produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses.

python-cli-helpers 2.7.0
Propagated dependencies: python-configobj@5.0.9 python-tabulate@0.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dbcli/cli_helpers
Licenses: Modified BSD
Synopsis: Helpers for building command-line apps
Description:

CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It's a helper library for command-line interfaces.

python-pycodestyle 2.12.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pycodestyle.readthedocs.io/
Licenses: Expat
Synopsis: Python style guide checker
Description:

pycodestyle (formerly pep8) is a tool to check Python code against some of the style conventions in PEP 8.

python-sudospawner 0.5.2
Propagated dependencies: python-jupyterhub@3.0.0 python-notebook@6.5.7
Channel: guix-science
Location: guix-science/packages/jupyter.scm (guix-science packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Synopsis: Spawner for JupyterHub using sudo
Description:

The SudoSpawner enables JupyterHub to spawn single-user servers without being root, by spawning an intermediate process via sudo, which takes actions on behalf of the user.

python-pytest-mypy 1.0.1
Propagated dependencies: python-filelock@3.16.1 python-mypy@1.16.1 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/dbader/pytest-mypy
Licenses: Expat
Synopsis: Mypy static type checker plugin for Pytest
Description:

pytest-mypi is a static type checker plugin for Pytest that runs the mypy static type checker on your source files as part of a Pytest test execution.

python-flask-login 0.6.3
Propagated dependencies: python-flask@3.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/maxcountryman/flask-login
Licenses: Expat
Synopsis: User session management for Flask
Description:

Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.

python-xyzservices 2025.4.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/geopandas/xyzservices
Licenses: Modified BSD
Synopsis: Source of XYZ tiles providers
Description:

xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. The repository is provided via Python API and as a compressed JSON file.

python-imagecodecs 2025.8.2
Dependencies: c-blosc@1.21.1 giflib@5.2.1 brotli@1.0.9 lcms@2.13.1 libheif@1.19.7 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libwebp@1.3.2 lz4@1.9.3 lzfse@1.0 python-blosc2@2.7.1 snappy@1.1.9 xz@5.4.5 zlib@1.3.1 zstd@1.5.6
Propagated dependencies: python-numpy@1.26.4 python-matplotlib@3.8.2 python-tifffile@2025.10.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.lfd.uci.edu/~gohlke/
Licenses: Modified BSD
Synopsis: Image transformation, compression, and decompression codecs
Description:

Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other scientific image input/output modules.

Total results: 4036