_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-celery 1.2.1
Propagated dependencies: python-psutil@7.0.0 python-pytest-docker-tools@3.1.9 python-tenacity@9.0.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/celery/pytest-celery
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pytest plugin designed for Celery application developers
Description:

This package enables dynamic orchestration of Celery environments for testing tasks in isolated conditions, leveraging Docker & pytest-docker-tools for environment simulation.

python-pytest-repeat 0.9.4
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-repeat
Licenses: MPL 2.0
Build system: pyproject
Synopsis: Pytest plugin for repeating tests
Description:

pytest-repeat is a plugin for Pytest that makes it enables repeating a single test, or multiple tests, a specific number of times.

python-pyahocorasick 2.2.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/WojciechMula/pyahocorasick
Licenses: Modified BSD
Build system: pyproject
Synopsis: Library for finding multiple key strings in text
Description:

Pyahocorasick is a fast, memory-efficient library for multi-pattern string search. This means that you can find multiple key strings occurrences at once in some input text.

python-pyqtwebengine 6.9.0
Dependencies: python-pyqt@6.9.1 qtbase@6.9.2 qtdeclarative@6.9.2 qtwebchannel@6.9.2 qtwebengine@6.9.3
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Licenses: GPL 3
Build system: pyproject
Synopsis: Python bindings for QtWebEngine
Description:

PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a set of three modules.

python-python-snappy 0.7.3
Dependencies: snappy@1.1.9
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/andrix/python-snappy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for the Snappy compression library
Description:

python-python-snappy provides bindings to the Snappy library and can be used to compress and decompress files and streams. It can also be used directly from the command line.

python-pyramid-retry 2.1.1
Propagated dependencies: python-pyramid@2.0.2 python-zope-interface@7.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/Pylons/pyramid_retry
Licenses: Expat
Build system: pyproject
Synopsis: Pyramid execution policy supporting retrying failed requests
Description:

pyramid_retry is an execution policy for Pyramid that wraps requests and can retry them a configurable number of times under certain "retryable" error conditions before indicating a failure to the client.

python-pytest-forked 1.6.0
Propagated dependencies: python-py@1.11.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-forked
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to run tests in isolated forked subprocesses
Description:

This package provides a Pytest plugin which enables running each test in a subprocess and will report if a test crashed the process. It can be useful to isolate tests against undesirable global environment side-effects (such as setting environment variables).

python-pyqtwebengine 5.15.9
Dependencies: python-wrapper@3.11.14 python-sip@6.12.0 python-pyqt@5.15.11 qtbase@5.15.17 qtsvg@5.15.17 qtdeclarative@5.15.17 qtwebchannel@5.15.17 qtwebengine@5.15.17
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Licenses: GPL 3
Build system: pyproject
Synopsis: Python bindings for QtWebEngine
Description:

PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt5 and are implemented as a set of three modules. Prior to v5.12 these bindings were part of PyQt itself.

python-pycryptodomex 3.21.0
Dependencies: libtomcrypt@1.18.2 libtommath@1.3.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://www.pycryptodome.org
Licenses: FreeBSD Public Domain
Build system: python
Synopsis: Low-level cryptographic Python library
Description:

PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g., block ciphers) are implemented as C extensions.

You are expected to have a solid understanding of cryptography and security engineering to successfully use these primitives. You must also be able to recognize that some are obsolete (e.g., TDES) or even insecure (RC4).

It provides many enhancements over the last release of PyCrypto (2.6.1):

  • Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)

  • Accelerated AES on Intel platforms via AES-NI

  • First-class support for PyPy

  • Elliptic curves cryptography (NIST P-256 curve only)

  • Better and more compact API (nonce and iv attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more)

  • SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms

  • Salsa20 and ChaCha20 stream ciphers

  • scrypt and HKDF

  • Deterministic (EC)DSA

  • Password-protected PKCS#8 key containers

  • Shamir’s Secret Sharing scheme

  • Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace)

  • Cleaner RSA and DSA key generation (largely based on FIPS 186-4)

  • Major clean-ups and simplification of the code base

PyCryptodomex is the stand-alone version of PyCryptodome that no longer provides drop-in compatibility with PyCrypto.

python-pytest-enabler 3.4.0
Propagated dependencies: python-importlib-resources@6.5.2 python-jaraco-context@6.0.1 python-jaraco-functools@4.2.1 python-toml@0.10.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jaraco/pytest-enabler
Licenses: Expat
Build system: pyproject
Synopsis: Enable installed pytest plugins
Description:

Enable installed pytest plugins

python-pytest-relaxed 2.0.2
Propagated dependencies: python-decorator@5.2.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/bitprophet/pytest-relaxed
Licenses: FreeBSD
Build system: pyproject
Synopsis: Relaxed test discovery for pytest
Description:

This package provides relaxed test discovery for pytest.

python-pytest-twisted 1.14.3
Propagated dependencies: python-decorator@5.2.1 python-greenlet@3.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-twisted
Licenses: Modified BSD
Build system: pyproject
Synopsis: Twisted plugin for Pytest
Description:

This package provides a Twisted plugin for Pytest.

python-pypa-installer 0.7.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://installer.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: low-level library for installing from a Python wheel distribution
Description:

This package provides a library for installing Python wheels.

python-pytest-aiohttp 1.1.0
Propagated dependencies: python-aiohttp@3.11.11 python-pytest-asyncio@1.0.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/aio-libs/pytest-aiohttp/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Pytest plugin for aiohttp support
Description:

This package provides a pytest plugin for aiohttp support.

python-pyramid-jinja2 2.10.1
Propagated dependencies: python-jinja2@3.1.2 python-markupsafe@3.0.2 python-pyramid@2.0.2 python-zope-deprecation@6.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/Pylons/pyramid_jinja2
Licenses: Repoze
Build system: pyproject
Synopsis: Jinja2 template bindings for the Pyramid web framework
Description:

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

python-pytest-jupyter 0.10.1
Propagated dependencies: python-jupyter-core@5.7.2 python-nbformat@5.10.4
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Original BSD
Build system: pyproject
Synopsis: Pytest plugin for testing Jupyter libraries and extensions.
Description:

This package provides a pytest plugin for testing Jupyter libraries and extensions.

python-pytest-testmon 2.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/tarpas/pytest-testmon
Licenses: Expat
Build system: pyproject
Synopsis: Selects tests affected by changed files and methods
Description:

This plug-in auto-selects and reruns tests impacted by recent changes.

python-pytest-datadir 1.7.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/gabrielcnr/pytest-datadir
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for manipulating test data directories and files
Description:

This package provides a Pytest plugin for manipulating test data directories and files.

python-pytest-freezer 0.4.9
Propagated dependencies: python-freezegun@1.5.3 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-freezer/
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin providing a fixture interface for spulec/freezegun
Description:

Pytest plugin providing a fixture interface for freezegun.

python-pyyaml-env-tag 1.1
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/waylan/pyyaml-env-tag
Licenses: Expat
Build system: pyproject
Synopsis: Custom YAML tag for environment variables
Description:

This package provides a custom YAML tag for referencing environment variables in YAML files.

python-pytest-timeout 2.3.1
Propagated dependencies: python-pytest@8.4.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-timeout
Licenses: Expat
Build system: pyproject
Synopsis: Plugin for py.test to abort hanging tests
Description:

This package provides a py.test plugin that aborts hanging tests after a timeout has been exceeded.

python-pytest-parawtf 1.0.2
Propagated dependencies: python-pytest@8.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/flub/pytest-parawtf/
Licenses: Expat
Build system: pyproject
Synopsis: Finally spell paramete?ri[sz]e correctly
Description:

Pytest uses one of four different spellings of parametrize. This plugin allows you to use all four.

python-pytest-astropy 0.11.0
Propagated dependencies: python-hypothesis@6.135.26 python-pytest-arraydiff@0.6.1 python-pytest-astropy-header@0.2.2 python-pytest-cov@6.0.0 python-pytest-doctestplus@1.2.1 python-pytest-filter-subpackage@0.2.0 python-pytest-openfiles@0.6.0 python-pytest-remotedata@0.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/astropy/pytest-astropy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Metapackage for all the testing machinery used by the Astropy Project
Description:

This is a meta-package that pulls in the dependencies that are used by astropy related packages.

python-pytest-tornado 0.8.1
Propagated dependencies: python-pytest@8.4.1 python-setuptools@80.9.0 python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/eugeniy/pytest-tornado
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Pytest plugin to ease testing tornado applications
Description:

This package provides a py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.

Total results: 534