_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-run-parallel 0.8.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Quansight-Labs/pytest-run-parallel
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to run tests concurrently
Description:

This package provides a simple pytest plugin to run tests concurrently. The main goal of pytest-run-parallel is to discover thread-safety issues that could exist when using C libraries, this is of vital importance after PEP703, which provides a path for a CPython implementation without depending on the Global Interpreter Lock (GIL), thus allowing for proper parallelism in programs that make use of the CPython interpreter.

python-pytest-random-order 1.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/jbasko/pytest-random-order
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to randomize the order of tests
Description:

pytest-random-order is a Pytest plugin that randomizes the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. The plugin allows user to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run.

python-conda-content-trust 0.2.0
Propagated dependencies: python-cryptography@44.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/conda/conda-content-trust
Licenses: Modified BSD
Build system: pyproject
Synopsis: Signing and verification tools for Conda
Description:

This package implements a functionalit of signing and verification tools for Conda. Based on The Update Framework (TUF), conda-content-trust is intended to ensure that when users in the conda ecosystem obtain a package or data about that package, they can know whether or not it is trustworthy (e.g. originally comes from a reliable source and has not been tampered with). A basic library and basic CLI are included to provide signing, verification, and trust delegation functionality.

python-terminaltexteffects 0.12.0
Channel: guix
Location: gnu/packages/toys.scm (gnu packages toys)
Home page: https://chrisbuilds.github.io/terminaltexteffects/
Licenses: Expat
Build system: pyproject
Synopsis: Terminal visual effects engine and demo toy
Description:

TerminalTextEffects (TTE) is a terminal visual effects engine. It can be installed as a system application to produce effects in your terminal, or as a Python library to enable effects within your Python scripts/applications. It also includes a growing library of built-in effects which showcase the engine's features, including complex character movement via Paths, Waypoints, and motion easing, with support for quadratic/cubic bezier curves, complex animations via Scenes with symbol/color changes, layers, easing, and Path synced progression, and variable stop/step color gradient generation. Runs inline, preserving terminal state and workflow.

python-ega-download-client 5.2.1
Propagated dependencies: python-htsget@0.2.6 python-psutil@7.2.2 python-requests@2.32.5 python-tqdm@4.67.1 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/EGA-archive/ega-download-client
Licenses: ASL 2.0
Build system: pyproject
Synopsis: EGA download client
Description:

PyEGA3 is a tool for viewing and downloading files from authorized EGA datasets. It uses the EGA data API and has several key features:

  • Files are transferred over secure https connections and received unencrypted, so no need for decryption after download.

  • Downloads resume from where they left off in the event that the connection is interrupted.

  • Supports file segmenting and parallelized download of segments, improving overall performance.

  • After download completes, file integrity is verified using checksums.

  • Implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files.

python2-pyfakefs-bootstrap 3.7.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://pyfakefs.org/
Licenses: ASL 2.0
Build system: python-legacy
Synopsis: Mock file system interactions in tests
Description:

This package provides a Python library intended for use in automated tests. One difficulty when testing software is that the code under test might need to read or write to files in the local file system. If the file system is not set up in just the right way, it might cause a spurious error during the test. The pyfakefs library provides a solution to problems like this by mocking file system interactions. In other words, it arranges for the code under test to interact with a fake file system instead of the real file system. The code under test requires no modification to work with pyfakefs.

python2-pathlib2-bootstrap 2.3.5
Propagated dependencies: python2-scandir@1.10.0 python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pathlib2/
Licenses: Expat
Build system: python-legacy
Synopsis: Object-oriented file system paths - backport of standard pathlib module
Description:

The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.

Pathlib offers a set of classes to handle file system paths. It offers the following advantages over using string objects:

  1. No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.

  2. Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.

  3. Well-defined semantics, eliminating any inconsistencies or ambiguities (forward vs. backward slashes, etc.).

python-spikeinterface-full 0.104.8
Propagated dependencies: python-neo@0.14.5 python-numcodecs@0.13.1 python-numpy@2.3.1 python-packaging@25.0 python-probeinterface@0.3.2 python-pydantic@2.12.5 python-threadpoolctl@3.6.0 python-tqdm@4.67.1 python-zarr@2.18.7 python-distinctipy@1.3.4 python-h5py@3.15.1 python-huggingface-hub@0.31.4 python-matplotlib@3.10.8 python-networkx@3.4.2 python-numba@0.62.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-skops@0.14
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://spikeinterface.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Unified framework for spike sorting
Description:

SpikeInterface is a Python framework designed to unify preexisting spike sorting technologies into a single code base.

It can:

  • read/write many extracellular file formats.

  • pre-process extracellular recordings.

  • run many popular, semi-automatic spike sorters (kilosort1-4, mountainsort4-5, spykingcircus, tridesclous, ironclust, herdingspikes, yass, waveclus)

  • run sorters developed in house (lupin, spkykingcicus2, tridesclous2, simple) that compete with kilosort4

  • run theses polar sorters without installation using containers (Docker/Singularity).

  • post-process sorted datasets using th SortingAnalyzer

  • compare and benchmark spike sorting outputs.

  • compute quality metrics to validate and curate spike sorting outputs.

  • visualize recordings and spike sorting outputs in several ways (matplotlib, sortingview, jupyter, ephyviewer)

  • export a report and/or export to phy

  • curate your sorting with several strategies (ml-based, metrics based, manual, ...)

  • have powerful sorting components to build your own sorter.

  • have a full motion/drift correction framework.

python-zope.browserresource 4.4
Propagated dependencies: python-setuptools@80.9.0 python-zope.component@5.0.1 python-zope.configuration@4.4.1 python-zope.contenttype@4.5.0 python-zope.i18n@4.9.0 python-zope.interface@5.4.0 python-zope.location@4.2 python-zope.publisher@6.1.0 python-zope.schema@6.2.0 python-zope.traversing@4.4.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.browserresource/
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Browser resources implementation for Zope.
Description:

Browser resources implementation for Zope.

python-swh.loader.mercurial 3.0.0
Propagated dependencies: python-billiard@4.2.2 python-click@8.3.1 python-dateutil@2.9.0 python-hglib@2.6.2 mercurial@7.1 python-patool@1.12 python-sqlitedict@2.0.0 python-swh.loader.core@2.6.1 python-swh.model@6.1.0 python-swh.scheduler@1.0.0 python-swh.storage@1.3.1
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/DLDHG/
Licenses: GPL 3+
Build system: python
Synopsis: Software Heritage Mercurial Loader
Description:

Software Heritage Mercurial Loader

python-asmc-preparedecoding 2.2.5
Dependencies: cereal@1.3.2 cxxopts@3.2.1 eigen-for-asmc@3.3.9 fmt-for-asmc@7.1.3 gmp@6.3.0 mpfr@4.2.2 pkg-config@0.29.2 zlib@1.3.1
Propagated dependencies: python-numpy@2.3.1
Channel: guix-arg
Location: guix-arg/packages/arg-needle.scm (guix-arg packages arg-needle)
Home page: https://github.com/PalamaraLab/PrepareDecoding
Licenses: GPL 3
Build system: pyproject
Synopsis: Tool to compute decoding quantities.
Description:

Tool to compute decoding quantities.

python-dash-html-components 2.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/plotly/dash-html-components
Licenses: Expat
Build system: python
Synopsis: Vanilla HTML components for Dash
Description:

Vanilla HTML components for Dash.

python-dash-core-components 2.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page:
Licenses: Expat
Build system: python
Synopsis: Core component suite for Dash
Description:

Core component suite for Dash

python-dash-core-components 2.0.0
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page:
Licenses: Expat
Build system: pyproject
Synopsis: Core component suite for Dash
Description:

Core component suite for Dash.

python-dash-html-components 2.0.0
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page: https://github.com/plotly/dash-html-components
Licenses: Expat
Build system: pyproject
Synopsis: Vanilla HTML components for Dash
Description:

Vanilla HTML components for Dash.

python-pydantic-extra-types 2.10.6
Propagated dependencies: python-pydantic@2.12.5 python-typing-extensions@4.15.0 python-cron-converter@1.3.1 python-phonenumbers@8.13.37 python-pycountry@24.6.1 python-pymongo@4.16.0 python-pytz@2025.1 python-semver@3.0.4 python-tzdata@2025.1 python-ulid@3.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pydantic/pydantic-extra-types
Licenses: Expat
Build system: pyproject
Synopsis: Extra Pydantic types
Description:

This package provides sxtra types for Pydantic.

emacs-python-unicode-escape 20260412.2143
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jb3/python-unicode-escape
Licenses:
Build system: melpa
Synopsis: Completion for Python \N{NAME} escapes
Description:

Documentation at https://melpa.org/#/python-unicode-escape

python-virtualenv-bootstrap 20.29.1
Propagated dependencies: python-distlib@0.3.7 python-filelock-bootstrap@3.16.1 python-platformdirs-bootstrap@4.3.6
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://virtualenv.pypa.io/
Licenses: Expat
Build system: pyproject
Synopsis: Virtual Python environment builder
Description:

Virtualenv is a tool to create isolated Python environments.

python-cryptography-vectors 44.0.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/pyca/cryptography
Licenses: Modified BSD ASL 2.0
Build system: pyproject
Synopsis: Test vectors for the cryptography package
Description:

This package contains test vectors for the cryptography package.

python-robotframework-pabot 4.2.0
Propagated dependencies: python-natsort@8.4.0 python-robotframework@7.3.2 python-robotframework-stacktrace@0.4.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pabot.org
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Parallel test runner for Robot Framework
Description:

Pabot is a parallel executor for Robot Framework tests.

python-tskit-arg-visualizer 0.1.2
Propagated dependencies: python-ipython@9.8.0 python-msprime@1.4.2 python-pandas@2.3.3 python-tqdm@4.67.1
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://github.com/kitchensjn/tskit_arg_visualizer
Licenses: Expat
Build system: pyproject
Synopsis: Interactive visualization method for ancestral recombination graphs
Description:

Interactive visualization method for ancestral recombination graphs.

python-poetry-plugin-export 1.10.0
Propagated dependencies: python-cachy@0.3.0 python-pendulum@3.1.0 python-poetry-core@2.3.2 python-tomlkit@0.13.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://python-poetry.org/
Licenses: Expat
Build system: pyproject
Synopsis: Poetry plugin to export the dependencies to various formats
Description:

Poetry plugin to export the dependencies to various formats.

python-proton-keyring-linux 0.2.1
Propagated dependencies: python-keyring@25.7.0 python-proton-core@0.7.0
Channel: guix
Location: gnu/packages/vpn.scm (gnu packages vpn)
Home page: https://github.com/ProtonVPN/python-proton-keyring-linux
Licenses: GPL 3+
Build system: pyproject
Synopsis: Proton keyring plugin
Description:

This package provides a keyring plugin for Proton technologies.

node-codemirror-lang-python 6.1.1
Dependencies: node-codemirror-autocomplete@6.20.1 node-codemirror-language@6.12.2 node-lezer-python@1.1.18
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/codemirror/lang-python#readme
Licenses: Expat
Build system: node
Synopsis: Python language support for the CodeMirror code editor
Description:

Python language support for the CodeMirror code editor

Total packages: 4458