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 a plugin for snapshot testing with pytest. It can be used to test that the value of an expression does not change unexpectedly.
This is a py.test plugin that enables you to set environment variables in the pytest.ini file.
This package provides opiniotated Python test framework prototype.
A pytest plugin to create a tmpdir containing a preconfigured set of files and/or directories.
re-assert provides a helper class to make assertions of regexes simpler.
This Pytest plugin provides unittest subTest() support and subtests fixture.
This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.
This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.
This package provides fixture configuration utilities for the py.test testing framework.
Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic typing and static typing. Mypy combines the expressive power and convenience of Python with a powerful type system and compile-time type checking. Mypy type checks standard Python programs; run them using any Python VM with basically no runtime overhead.
Doc8 is an opinionated style checker for reStructured Text and plain text styles of documentation.
This package provides a pytest plugin for efficiently checking PEP8 compliance.
This package provides a Pytest plugin to run Xvfb for tests.
This package provides a extension for flake8 which uses pydocstyle to check docstrings.
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 is a pytest plugin for managing VCR.py cassettes.
This library provides a way to check examples in your code and documentation by parsing them from their source and evaluating the parsed examples as part of your normal test run. Integration is provided for the main Python test runners.
This plugin adds functionality to Pytest to recognise and collect Jupyter notebooks. The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. Whilst also ensuring that the notebooks are running without errors.
This package provides a Python implementation of the Java library of the same name. It eases monkey patching, for example to stub out side effects when unit testing.
This pytest plugin manages dependencies of tests. It allows to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies did fail or has been skipped.
This plug-in auto-selects and reruns tests impacted by recent changes.
This package provides a pytest plugin to re-run tests to eliminate flaky failures.
Python-LZO provides Python bindings for LZO, i.e. you can access the LZO library from your Python scripts thereby compressing ordinary Python strings.