_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytorch-avx 2.9.0
Dependencies: asmjit@0.0.0-2.cfc9f81 brotli@1.0.9 clog@0.0-5.b73ae6c concurrentqueue@1.0.3 cpp-httplib@0.20.0 eigen@3.4.0 flatbuffers@24.12.23 fmt@9.1.0 fp16@0.0-1.0a92994 fxdiv@0.0-1.63058ef gemmlowp@0.1-2.16e8662 gloo@0.0.0-4.54cbae0 googletest@1.12.1 googlebenchmark@1.9.1 libuv@1.44.2 miniz@pytorch-2.7.0 oneapi-dnnl@3.5.3 openblas@0.3.30 openmpi@4.1.6 openssl@3.0.8 pthreadpool@0.1-3.560c60d protobuf@3.21.9 pybind11@2.13.6 qnnpack-pytorch@pytorch-2.9.0 rdma-core@60.0 sleef@3.6.1 tensorpipe@0-0.bb1473a vulkan-headers@1.4.321.0 vulkan-loader@1.4.321.0 vulkan-memory-allocator@3.3.0 xnnpack@0.0-4.51a0103 zlib@1.3.1 zstd@1.5.6 fbgemm@1.2.0 nnpack@0.0-2.70a77f4
Propagated dependencies: cpuinfo@0.0-5.b73ae6c onnx@1.17.0 onnx-optimizer@0.3.19 python-astunparse@1.6.3 python-click@8.1.8 python-filelock@3.16.1 python-fsspec@2025.9.0 python-future@1.0.0 python-jinja2@3.1.2 python-networkx@3.4.2 python-numpy@1.26.4 python-opt-einsum@3.3.0 python-optree@0.14.0 python-packaging@25.0 python-psutil@7.0.0 python-pyyaml@6.0.2 python-requests@2.32.5 python-sympy@1.13.3 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pytorch.org/
Licenses: Modified BSD
Build system: python
Synopsis: Python library for tensor computation and deep neural networks
Description:

PyTorch is a Python package that provides two high-level features:

  • tensor computation (like NumPy) with strong GPU acceleration;

  • deep neural networks (DNNs) built on a tape-based autograd system.

You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

Note: currently this package does not provide GPU support.

python-pymacaroons 0.13.0-0.78c55c1
Propagated dependencies: python-pynacl@1.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ecordell/pymacaroons
Licenses: Expat
Build system: pyproject
Synopsis: Python Macaroon Library
Description:

Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives.

Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy.

python-pytest-perf 0.13.1
Propagated dependencies: python-jaraco-context@6.0.1 python-jaraco-functools@4.2.1 python-more-itertools@10.6.0 python-packaging@25.0 python-pip@25.1.1 python-pip-run@8.8.0 python-tempora@5.8.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jaraco/pytest-perf
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for performance testing
Description:

pytest-perf makes it easy to compare works by creating two installs, the control and the experiment, and measuring the performance of some Python code against each. Under the hood, it uses the pip-run command to install from the upstream main branch (e.g. https://github.com/jaraco/pytest-perf) for the control and from . for the experiment. It then runs each of the experiments against each of the environments.

emacs-python-pytest 20250726.1726
Propagated dependencies: emacs-dash@20250312.1307 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wbolster/emacs-python-pytest
Licenses:
Build system: melpa
Synopsis: Helpers to run pytest
Description:

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

python-pyinstrument 5.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/joerick/pyinstrument
Licenses: Modified BSD
Build system: pyproject
Synopsis: Call stack profiler for Python
Description:

Pyinstrument is a Python profiler to help you optimize your code.

python-pytest-flask 1.3.0
Propagated dependencies: python-flask@3.1.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-flask
Licenses: Expat
Build system: pyproject
Synopsis: Pytest fixtures to test Flask applications
Description:

This pytest plugin provides fixtures to simplify Flask app testing.

python-pybloom-live 4.0.0
Propagated dependencies: python-bitarray@3.4.3 python-xxhash@3.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/joseph-fox/python-bloomfilter
Licenses: Expat
Build system: pyproject
Synopsis: Bloom filter
Description:

This package provides a scalable Bloom filter implemented in Python.

python-pyramid-mako 1.1.0-0.1a6f4c0
Propagated dependencies: python-mako@1.3.10 python-pyramid@2.0.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/Pylons/pyramid_mako
Licenses: Repoze
Build system: pyproject
Synopsis: Mako template bindings for the Pyramid web framework
Description:

This package provides Mako template bindings for the Pyramid web framework.

python-python3-midi 0.2.5
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://github.com/NFJones/python3-midi
Licenses: Expat
Build system: python
Synopsis: Python MIDI API
Description:

This package provides a python API to read and write MIDI files.

python-pytest-check 2.5.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/okken/pytest-check
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to allow multiple failures
Description:

This package provides a pytest plugin that allows multiple failures per test.

python-pytest-click 1.0.2
Propagated dependencies: python-click@8.1.8 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Stranger6667/pytest-click
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for Click
Description:

This package provides a plugin to test Python click interfaces with pytest.

python-pytest-isort 3.1.0
Propagated dependencies: python-isort@6.0.1 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/stephrdev/pytest-isort
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pytest plugin to check import ordering using isort
Description:

This package provides a pytest plugin to check import ordering using isort.

python-pytest-nunit 1.0.4
Propagated dependencies: python-attrs@25.3.0 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-nunit
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for generating NUnit3 test result XML output
Description:

This package provides a pytest plugin for generating NUnit3 test result XML output

python-python3-saml 1.16.0
Dependencies: xmlsec-openssl@1.3.7
Propagated dependencies: python-isodate@0.7.2 python-lxml@6.0.1 python-xmlsec@1.3.16
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/SAML-Toolkits/python3-saml
Licenses: Expat
Build system: pyproject
Synopsis: Saml Python toolkit
Description:

The SAML Python Toolkit lets you add SAML support to your Python software.

python-pytest-steps 1.8.0
Propagated dependencies: python-makefun@1.15.1 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/smarie/python-pytest-steps
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pytest plugin to create step-wise / incremental tests
Description:

This package implements a functionality to share a state / intermediate results across test steps.

python-pytest-black 0.6.0
Propagated dependencies: python-black@25.1.0 python-pytest@8.4.1 python-toml@0.10.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/coherent-oss/pytest-black
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to enable format checking with black
Description:

This package provides a pytest plugin to enable format checking with the Python code formatter "black".

python-pytest-sanic 1.9.1
Propagated dependencies: python-httpx@0.28.1 python-async-generator@1.10 python-pytest@8.4.1 python-websockets@13.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/yunstanford/pytest-sanic
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for Sanic
Description:

This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.

python-pytest-httpx 0.35.0
Propagated dependencies: python-httpx@0.28.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://colin-b.github.io/pytest_httpx/
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to mock httpx
Description:

This package provides a pytest fixture to mock httpx requests to be replied to with user provided responses.

python-pydantic-cli 9.1.0
Propagated dependencies: python-pydantic@2.10.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mpkocher/pydantic-cli
Licenses: Expat
Build system: pyproject
Synopsis: Turn Pydantic defined data models into CLI tools
Description:

python-pydantic enables specifying CLI via data models provided in the JSON format.

python-pytest-cases 3.9.1
Propagated dependencies: python-decopatch@1.4.10 python-makefun@1.15.1 python-packaging@25.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/smarie/python-pytest-cases
Licenses: Modified BSD
Build system: pyproject
Synopsis: Separate test code from test cases in pytest.
Description:

This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.

python-pytest-order 1.3.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-order
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to run your tests in a specific order
Description:

This plugin defines Pytest markers to ensure that some tests, or groups of tests run in a specific order.

python-pytest-split 0.10.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://jerry-git.github.io/pytest-split/
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to split the test suite to equally sized sub sutes
Description:

This package provides Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.

python-pytest-retry 1.7.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/str0zzapreti/pytest-retry
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to retry flaky tests in CI environments
Description:

This package provides a plugin for Pytest which adds the ability to retry flaky tests, thereby improving the consistency of the test suite results.

python-pytoolconfig 1.3.1
Propagated dependencies: python-packaging@25.0 python-platformdirs@4.3.6 python-pydantic@2.10.4 python-sphinx@7.4.7 python-sphinx-autodoc-typehints@1.25.3 python-sphinx-rtd-theme@3.0.2 python-tabulate@0.9.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/pytoolconfig/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Python tool configuration
Description:

The goal of this project is to manage configuration for Python tools, such as rope and add support for a pyproject.toml configuration file.

Total results: 532