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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides fixture configuration utilities for the py.test testing framework.
This package provides a pytest plugin to enable format checking with the Python code formatter "black".
The python-mypy-extensions module defines experimental extensions to the standard typing module that are supported by the MyPy typechecker.
xunitparser reads a JUnit/XUnit XML file and maps it to Python objects. It tries to use the objects available in the standard unittest module.
This package implements a functionality to check for python builtins being used as variables or parameters.
This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.
This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python.
This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.
This package provides a Pytest plugin for testing ASDF schemas.
Tox is a generic virtualenv management and test command line tool. It can be used to check that a package installs correctly with different Python versions and interpreters, or run tests in each type of supported environment, or act as a frontend to continuous integration servers.
This package implements a functionality to write tests which assert immutability of computed results.
This is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests.
This package provides a library for replying fake data to Python software under test, when they make an HTTP query.
This package provides a Pytest plugin to run Xvfb for tests.
crosshair is an analysis tool for Python that works by repeatedly calling your functions with symbolic inputs. It uses an SMT solver explore viable execution paths and find counterexamples for you.
This is a py.test plugin that enables you to set environment variables in the pytest.ini file.
pynose fixes nose to extend unittest and make testing easier.
The eradicate command removes commented-out code from Python files. It does this by detecting block comments that contain valid Python syntax that are likely to be commented out code.
This package provides a plugin for testing Cython extension modules.
This package provides a rewrite of the builtin doctest module which leverages the Python AST instead of REGEXPs.
This package provides a flake8 extension to lint for newline after class definitions.
Gcovr provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results. It is inspired by the Python coverage.py package, which provides a similar utility for Python.
slotscheck is a tool to validate Python class __slots__.
This package provides a Pytest plugin to run tests multiple times and detect flakyness.