_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytimeparse 1.1.8
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/wroberts/pytimeparse
Licenses: Expat
Synopsis: Time expression parser
Description:

This small Python module parses various kinds of time expressions.

python-pytest-xvfb 2.0.0
Propagated dependencies: python-pyvirtualdisplay@3.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/The-Compiler/pytest-xvfb
Licenses: Expat
Synopsis: Pytest plugin to run Xvfb for tests
Description:

This package provides a Pytest plugin to run Xvfb for tests.

python-pyinstaller 6.1.0
Dependencies: zlib@1.3
Propagated dependencies: python-altgraph@0.17.4 python-packaging@21.3 python-pyinstaller-hooks-contrib@2023.11 python-setuptools@67.6.1
Channel: efraim-dfsg
Location: wip/clangen.scm (wip clangen)
Home page: https://www.pyinstaller.org/
Licenses: GPL 2+ ASL 2.0 Expat
Synopsis: Bundle a Python application and all dependencies into a single package
Description:

PyInstaller bundles a Python application and all its dependencies into a single package.

python-pybrowserid 0.14.0
Propagated dependencies: python-requests@2.28.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mozilla/PyBrowserID
Licenses: MPL 2.0
Synopsis: Python library for the BrowserID protocol
Description:

This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.

python-pynndescent 0.5.11
Propagated dependencies: python-importlib-metadata@5.2.0 python-joblib@1.3.2 python-llvmlite@0.39.1 python-numba@0.56.4 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/lmcinnes/pynndescent
Licenses: FreeBSD
Synopsis: Nearest neighbor descent for approximate nearest neighbors
Description:

PyNNDescent provides a Python implementation of Nearest Neighbor Descent for k-neighbor-graph construction and approximate nearest neighbor search.

python-pymediainfo 4.1
Dependencies: libmediainfo@23.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sbraz/pymediainfo
Licenses: Expat
Synopsis: Python wrapper for the mediainfo library
Description:

This package provides a Python wrapper for the mediainfo library to access the technical and tag data for video and audio files.

python-pyalsaaudio 0.8.4
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.

python-pytest-trio 0.7.0
Propagated dependencies: python-async-generator@1.10 python-outcome@1.2.0 python-pytest@7.1.3 python-trio@0.21.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-pylibscrypt 1.7.1
Dependencies: libscrypt@1.22
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/jvarho/pylibscrypt
Licenses: ISC
Synopsis: Scrypt for Python
Description:

There are a lot of different scrypt modules for Python, but none of them have everything that I'd like, so here's one more. It uses libscrypt.

python-pycodestyle 2.8.0
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-pytest-mypy 0.9.1
Propagated dependencies: python-attrs@21.2.0 python-filelock@3.0.12 python-mypy@1.4.1 python-pytest@7.1.3
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-pytest-cram 0.2.2
Propagated dependencies: python-cram@0.7 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/tbekolay/pytest-cram
Licenses: Expat
Synopsis: Run cram tests with pytest
Description:

Cram tests command line applications; Pytest tests Python applications. pytest-cram tests Python command line applications by letting you write your Python API tests with pytest, and your command line tests in cram.

python-pygame-sdl2 2.1.0+renpy8.3.0
Dependencies: sdl-union@1.2.68
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://www.renpy.org/
Licenses: LGPL 2.1 Zlib
Synopsis: Reimplementation of the Pygame API using SDL2
Description:

Pygame_SDL2 reimplements the Pygame API using SDL2, staying close to the original, but also adding some SDL2-specific features. While it aims to be used as a drop-in replacement, it appears to be developed mainly for Ren'py.

python-pytest-pudb 0.7.0
Propagated dependencies: pudb@2023.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/wronglink/pytest-pudb
Licenses: Expat
Synopsis: Pytest PuDB debugger integration
Description:

python-pytest-pudb provides PuDB debugger integration based on pytest PDB integration. For example, the software developer can call pudb by running py.test --pudb from the command line or by including pudb.set_trace in their test file(s).

python-pytest-mock 3.10.0
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-mock/
Licenses: Expat
Synopsis: Thin-wrapper around the mock package for easier use with py.test
Description:

This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test. The mocker fixture has the same API as mock.patch, supporting the same arguments.

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.0.12 python-fsspec@2023.5.0 python-future@0.18.2 python-jinja2@3.1.2 python-networkx@2.8.6 python-numpy@1.23.2 python-opt-einsum@3.3.0 python-optree@0.11.0 python-packaging@21.3 python-psutil@5.9.2 python-pyyaml@6.0.1 python-requests@2.28.1 python-sympy@1.11.1 python-typing-extensions@4.9.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@21.3 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.

emacs-python-pytest 20240826.948
Propagated dependencies: emacs-dash@20240510.1327 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wbolster/emacs-python-pytest
Licenses:
Synopsis: helpers to run pytest
Description:

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

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.0.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-click 1.0.2
Propagated dependencies: python-click@8.1.7 python-pytest@7.1.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.

Total results: 443