Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This is a py.test plugin that enables you to set environment variables in the pytest.ini file.
This plug-in auto-selects and reruns tests impacted by recent changes.
This package provides a replacement for the --resultlog option, focused in simplicity and extensibility.
This package provides a plugin for Pytest that enables a CSV output mode for Pytest. It can be enabled via the --csv option it adds to the Pytest command line interface (CLI).
psleak is a testing framework for detecting memory leaks and unclosed resources created by Python functions, particularly those implemented in C extensions.
It was originally developed as part of psutil test suite, and later split out into a standalone project.
Pyflakes statically checks Python source code for common errors.
This package implements a functionality to write tests which assert immutability of computed results.
This package provides Pytest extension which disables all network calls flowing through Python's socket interface
This package provides a rewrite of the builtin doctest module which leverages the Python AST instead of REGEXPs.
This package provides home directory fixtures for pytest.
Beartype aims to be a very fast runtime type checking tool written in pure Python.
slotscheck is a tool to validate Python class __slots__.
This package provides match data structures and types in test code.
pytest-qt is a Pytest plugin that allows programmers to write tests for PyQt5 and PySide2 applications.
The main usage is to use the qtbot fixture, responsible for handling qApp creation as needed and provides methods to simulate user interaction, like key presses and mouse clicks.
This package implements a functionality to share a state / intermediate results across test steps.
This package provides a simple assertion library for unit testing in Python with a fluent API.
This package provides a pytest fixture to mock httpx requests to be replied to with user provided responses.
This package provides a plugin to run pycodestyle for the pytest framework.
Data-Driven Tests (DDT) allow you to multiply one test case by running it with different test data, and make it appear as multiple test cases.
This package provides a Pytest plugin for testing Jupyter notebooks.
This plugin package provides a way to include information about the system, Python installation, and select dependencies in the header of the output when running pytest. It can be used with packages that are not affiliated with the Astropy project, but is optimized for use with astropy-related projects.
Covdefaults is a coverage plugin to provide opinionated default settings.
This package provides line_profiler - a Python module for doing line-by-line profiling of functions. kernprof is a convenient script for running either line_profiler or the Python standard library's cProfile or profile modules, depending on what is available. It's a successor of https://github.com/rkern/line_profiler.
This package provides a plugin for testing Cython extension modules.