_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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+
Build system: pyproject
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: https://gitlab.com/woob/xunitparser/
Licenses: Expat
Build system: pyproject
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
Build system: pyproject
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
Build system: pyproject
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-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
Build system: pyproject
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-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
Build system: pyproject
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-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
Build system: pyproject
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-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
Build system: pyproject
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-scikit-lego 0.9.5
Propagated dependencies: python-importlib-resources@6.5.2 python-narwhals@1.44.0 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-sklearn-compat@0.1.4
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://koaning.github.io/scikit-lego/
Licenses: Expat
Build system: pyproject
Synopsis: Extra blocks for scikit-learn pipelines
Description:

This package provides a set of custom transformers, metrics and models complementing scikit-learn, which results from a collaboration between multiple companies in the Netherlands.

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
Build system: python
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-pycodestyle 2.12.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pycodestyle.readthedocs.io/
Licenses: Expat
Build system: pyproject
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-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
Build system: pyproject
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-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
Build system: pyproject
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
Build system: pyproject
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
Build system: pyproject
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
Build system: pyproject
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.10.0 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
Build system: pyproject
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.

python-curryreader 0.1.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://github.com/mne-tools/curry-python-reader
Licenses: Modified BSD
Build system: pyproject
Synopsis: File reader for Compumedics Neuroscan data formats
Description:

This is an open-source tool which allows to load CURRY data into Python. It supports: raw float (.cdt), ascii (.cdt), legacy raw float (.dat) and legacy ascii (.dat).

python-scikit-base 0.13.0
Propagated dependencies: python-numpy@1.26.4 python-pandas@2.2.3
Channel: guix-science
Location: guix-science/packages/time-series.scm (guix-science packages time-series)
Home page: https://skbase.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Framework for scikit-learn-like parametric objects
Description:

skbase provides base classes for creating scikit-learn-like parametric objects, along with tools to make it easier to build your own packages that follow these design patterns.

python-isosurfaces 0.1.1
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/jared-hughes/isosurfaces
Licenses: Expat Modified BSD
Build system: python
Synopsis: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function.
Description:

Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function, i.e. curves over which f(x,y)=0 or surfaces over which f(x,y,z)=0.

python-types-ujson 5.10.0.20250822
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 ujson
Description:

This is a PEP 561 type stub package for the ujson package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses ujson.

python-viresclient 0.13.0
Propagated dependencies: python-cdflib@1.3.6 python-jinja2@3.1.2 python-netcdf4@1.6.2 python-pandas@2.2.3 python-requests@2.32.5 python-tables@3.10.2 python-tqdm@4.67.1 python-xarray@2023.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://viresclient.readthedocs.io/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Python client for interacting with a VirES server
Description:

This package provides a Python client for interacting with a VirES server, of which there are two: VirES for Swarm and VirES for Aeolus

python-flask-babel 4.0.0
Propagated dependencies: python-babel@2.16.0 python-flask@3.1.0 python-jinja2@3.1.2 python-pytz@2025.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-babel/flask-babel
Licenses: Modified BSD
Build system: pyproject
Synopsis: Add i18n/l10n support to Flask applications
Description:

This package implements internationalization and localization support for Flask. This is based on the Python babel module as well as pytz - both of which are installed automatically if you install this library.

python-pathlib-abc 0.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/barneygale/pathlib-abc
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Python base classes for rich path objects
Description:

This package is a preview of pathlib functionality planned for a future release of Python; specifically, it provides three ABCs that can be used to implement path classes for non-local filesystems

Total results: 4234