This package provides a python API to read and write MIDI files.
This package provides a pytest plugin to check import ordering using isort.
This package provides a plugin to test Python click interfaces with pytest.
This package provides a pytest plugin that allows multiple failures per test.
This package provides a pytest plugin for generating NUnit3 test result XML output
The SAML Python Toolkit lets you add SAML support to your Python software.
This package implements a functionality to share a state / intermediate results across test steps.
This package provides a pytest plugin to enable format checking with the Python code formatter "black".
This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.
This package provides a pytest fixture to mock httpx requests to be replied to with user provided responses.
python-pydantic enables specifying CLI via data models provided in the JSON format.
This plugin defines Pytest markers to ensure that some tests, or groups of tests run in a specific order.
This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.
This package provides Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.
This package provides a pure-python port of J. Helly's read_eagle.
This package provides a plugin for Pytest which adds the ability to retry flaky tests, thereby improving the consistency of the test suite results.
The goal of this project is to manage configuration for Python tools, such as rope and add support for a pyproject.toml configuration file.
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.
pytest-sugar is a plugin for py.test that changes the default look and feel of python-pytest, using a progress bar and showing failures and errors instantly.
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.
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.
The pytest-xdist plugin extends pytest 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.
PyDispatcher is an enhanced version of Patrick K. O’Brien’s original dispatcher.py module. It provides the Python programmer with a robust mechanism for event routing within various application contexts.
Included in the package are the robustapply and saferef modules, which provide the ability to selectively apply arguments to callable objects and to reference instance methods using weak-references.
(guix-science-nonfree packages machine-learning)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.