_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-dotenv 0.5.2
Propagated dependencies: python-dotenv@1.1.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/quiqua/pytest-dotenv
Licenses: Expat
Synopsis: Automatically detect and load a .env file before running tests
Description:

This Pytest plugin automatically detects and loads environment variables from a .env file before running tests.

python-pytest-socket 0.7.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://pypi.org/project/pytest-socket/
Licenses: Expat
Synopsis: Pytest plugin to disable socket calls during tests
Description:

This package provides Pytest extension which disables all network calls flowing through Python's socket interface

python-pytest-runner 6.0.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-runner
Licenses: Expat
Synopsis: Invoke py.test as a distutils command
Description:

This package provides a pytest-runner command that setup.py files can use to run tests.

python-pyproject-api 1.8.0
Propagated dependencies: python-packaging@25.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pyproject-api.readthedocs.io/latest/
Licenses: Expat
Synopsis: API to interact with the Python pyproject.toml based projects
Description:

pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way.

python-pytest-django 4.11.1
Propagated dependencies: python-pytest@8.4.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://pytest-django.readthedocs.io/
Licenses: Modified BSD
Synopsis: Django plugin for py.test
Description:

Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects.

python-pytest-pylint 0.21.0
Propagated dependencies: python-pylint@3.3.8
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/carsongee/pytest-pylint
Licenses: Expat
Synopsis: Pytest plugin to check source code with Pylint
Description:

This plugin allows running Pylint with Pytest and have configurable rule types (i.e. Convention, Warn, and Error) fail the build.

python-pytest-repeat 0.9.1
Propagated dependencies: 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-repeat
Licenses: MPL 2.0
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
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.2
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Licenses: GPL 3
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
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-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
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.11 python-sip@6.12.0 python-pyqt@5.15.11 qtbase@5.15.16 qtsvg@5.15.16 qtdeclarative@5.15.16 qtwebchannel@5.15.16 qtwebengine@5.15.16
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Licenses: GPL 3
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
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
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
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
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
Synopsis: low-level library for installing from a Python wheel distribution
Description:

This package provides a library for installing Python wheels.

python-pytest-aiohttp 0.3.0
Propagated dependencies: python-aiohttp@3.11.11
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
Synopsis: Pytest plugin for aiohttp support
Description:

This package provides a pytest plugin for aiohttp support.

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
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
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
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-pyside-2-tools 5.15.16
Dependencies: python-pyside-2@5.15.16 python-shiboken-2@5.15.16 qtbase@5.15.16
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: GPL 2
Synopsis: Command line tools for PySide2
Description:

Python-pyside-2-tools contains lupdate, rcc and uic tools for PySide2

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
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
Synopsis: Custom YAML tag for environment variables
Description:

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

Total results: 508