_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytorch-avx 2.4.0
Dependencies: asmjit@0.0.0-1.062e69c brotli@1.0.9 clog@0.0-3.05332fd cpp-httplib@0.16.0 eigen@3.4.0 flatbuffers@24.3.25 fmt@9.1.0 foxi@1.4.1-0.c278588 fp16@0.0-1.0a92994 fxdiv@0.0-1.63058ef gemmlowp@0.1-1.08e4bb3 gloo@0.0.0-2.81925d1 googletest@1.12.1 googlebenchmark@1.8.3 libuv@1.44.2 miniz@pytorch-2.2.0 oneapi-dnnl@3.5.3 openblas@0.3.20 openmpi@4.1.6 openssl@3.0.8 pthreadpool@0.1-3.560c60d protobuf@3.21.9 pybind11@2.8.1 qnnpack-pytorch@pytorch-2.4.0 sleef@3.6.1 tensorpipe@0-0.bb1473a vulkan-headers@1.3.280.0 vulkan-loader@1.3.280.0 vulkan-memory-allocator@3.0.1 xnnpack@0.0-3.08f1489 zlib@1.3 zstd@1.5.2 fbgemm@0.7.0 nnpack@0.0-2.70a77f4
Propagated dependencies: cpuinfo@0.0-3.05332fd onnx@1.16.2 onnx-optimizer@0.3.19 python-astunparse@1.6.3 python-click@8.1.7 python-filelock@3.16.1 python-fsspec@2024.10.0 python-future@0.18.2 python-jinja2@3.1.2 python-networkx@3.4.2 python-numpy@1.24.4 python-opt-einsum@3.3.0 python-optree@0.11.0 python-packaging@24.2 python-psutil@5.9.2 python-pyyaml@6.0.1 python-requests@2.31.0 python-sympy@1.11.1 python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://pytorch.org/
Licenses: Modified BSD
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
Propagated dependencies: python-six@1.16.0 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
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@4.1.1 python-jaraco-functools@3.5.0 python-more-itertools@8.2.0 python-packaging@24.2 python-pip@23.1 python-pip-run@8.8.0 python-tempora@5.0.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jaraco/pytest-perf
Licenses: Expat
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.

python-pyinstrument 4.6.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/joerick/pyinstrument
Licenses: Modified BSD
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
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@2.8.1 python-xxhash@3.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/joseph-fox/python-bloomfilter
Licenses: Expat
Synopsis: Bloom filter
Description:

This package provides a scalable Bloom filter implemented in Python.

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
Synopsis: Python MIDI API
Description:

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

python-pytest-check 2.4.1
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/okken/pytest-check
Licenses: Expat
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.7 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Stranger6667/pytest-click
Licenses: Expat
Synopsis: Py.test 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@5.13.2 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/moccu/pytest-isort/
Licenses: Modified BSD
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@24.2.0 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-nunit
Licenses: Expat
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-pytest-cache 1.0
Propagated dependencies: python-apipkg@1.5 python-execnet@2.1.1 python-py@1.11.0 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://bitbucket.org/hpk42/pytest-cache/
Licenses: Expat
Synopsis: Py.test plugin with mechanisms for caching across test runs
Description:

The pytest-cache plugin provides tools to rerun failures from the last py.test invocation.

python-pytest-sanic 1.9.1
Propagated dependencies: python-httpx@0.27.2 python-async-generator@1.10 python-pytest@8.3.3 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
Synopsis: Pytest plugin for Sanic
Description:

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

python-pytest-black 0.3.12
Propagated dependencies: python-pytest@8.3.3 python-black@22.3.0 python-toml@0.10.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/shopkeep/pytest-black
Licenses: Expat
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-httpx 0.34.0
Propagated dependencies: python-httpx@0.27.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://colin-b.github.io/pytest_httpx/
Licenses: Expat
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 4.3.0
Propagated dependencies: python-pydantic@1.10.19
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mpkocher/pydantic-cli
Licenses: Expat
Synopsis: Turn Pydantic defined data models into CLI tools
Description:

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

python-pytoolconfig 1.3.1
Propagated dependencies: python-packaging@24.2 python-platformdirs@4.2.1 python-pydantic@1.10.19 python-sphinx@6.2.1 python-sphinx-autodoc-typehints@1.23.0 python-sphinx-rtd-theme@1.0.0 python-tabulate@0.9.0 python-tomli@2.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/pytoolconfig/
Licenses: LGPL 3+
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.

python-pytest-shard 0.1.2-0.64610a0
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/AdamGleave/pytest-shard
Licenses: Expat
Synopsis: Pytest plugin for sharding tests
Description:

This package provides a Pytest extension for sharding tests at the granularity of individual test cases, which can be run in parallel and on multiple machines.

python-pysimplesoap 1.16.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pysimplesoap/pysimplesoap
Licenses: LGPL 3+
Synopsis: Simple and lightweight SOAP library for Python
Description:

This package provides a simple and lightweight Python SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality.

python-pytest-sugar 0.9.3
Propagated dependencies: python-packaging@24.2 python-pytest@8.3.3 python-termcolor@2.5.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://pivotfinland.com/pytest-sugar/
Licenses: Modified BSD
Synopsis: Plugin for pytest that changes the default look and feel
Description:

pytest-sugar is a plugin for py.test that changes the default look and feel of py.test, using a progress bar and showing failures and errors instantly.

python-pythondialog 3.4.0
Propagated dependencies: dialog@1.3-20201126
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pythondialog.sourceforge.net/
Licenses: LGPL 2.1
Synopsis: Python interface to the UNIX dialog utility
Description:

A Python wrapper for the dialog utility. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems

python-pytest-redis 2.4.0
Propagated dependencies: python-mirakuru@2.4.2 python-port-for@0.6.2 python-pytest@8.3.3 python-redis@5.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/ClearcodeHQ/pytest-redis
Licenses: LGPL 3
Synopsis: Redis fixtures and fixture factories for Pytest.
Description:

Redis fixtures and fixture factories for Pytest. This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for Redis process and client.

python-pyqt-builder 1.16.4
Dependencies: python-sip@6.8.6
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/static/Docs/PyQt-builder/
Licenses: GPL 2 GPL 3
Synopsis: PEP 517 compliant PyQt build system
Description:

PyQt-builder is a tool for generating Python bindings for C++ libraries that use the Qt application framework. The bindings are built on top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.

python-pytest-xdist 3.6.1
Propagated dependencies: python-execnet@2.1.1 python-pytest-forked@1.6.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-xdist
Licenses: Expat
Synopsis: Plugin for py.test with distributed testing and loop-on-failing modes
Description:

The pytest-xdist plugin extends py.test with some unique test execution modes: parallelization, running tests in boxed subprocesses, the ability to run tests repeatedly when failed, and the ability to run tests on multiple Python interpreters or platforms. It uses rsync to copy the existing program code to a remote location, executes there, and then syncs the result back.

Total results: 462