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 home directory fixtures for pytest.
This package provides a extension for flake8 which uses pydocstyle to check docstrings.
This package provides a Pytest plugin for testing ASDF schemas.
This package provides a pytest plugin to re-run tests to eliminate flaky failures.
This package is a pytest plugin for managing VCR.py cassettes.
This package provides assorted shell and environment tools for the py.test testing framework.
Pyflakes statically checks Python source code for common errors.
This package provides a pytest plugin for efficiently checking PEP8 compliance.
This flake8 plugin helps you keep up with method deprecations by providing hints about what deprecated methods should be replaced with.
slotscheck is a tool to validate Python class __slots__.
Pylama is a code audit tool for Python and JavaScript to check for style, syntax and other code health metrics. It is essentially a convenient wrapper above tools such as Pyflakes, pydocstyle, pycodestyle and McCabe, among others.
This package provides a plugin to fake subprocess for Pytest.
This Pytest plugin provides unittest subTest() support and subtests fixture.
Doc8 is an opinionated style checker for reStructured Text and plain text styles of documentation.
This package contains hypothesis strategies for generating Python programs, something like CSmith, a random generator of C programs.
This package provides a Twisted plugin for Pytest.
Testfixtures is a collection of helpers and mock objects that are useful when writing automated tests in Python.
This package provieds a flake8 and pylama plugin that checks the ordering of import statements.
This package implements a functionality to check for python builtins being used as variables or parameters.
This package provides a plugin to test Python click interfaces with pytest.
Aioresponses is a helper to mock/fake web requests in python aiohttp package. For requests module there are a lot of packages that help us with testing (eg. httpretty, responses, requests-mock). When it comes to testing asynchronous HTTP requests it is a bit harder (at least at the beginning). The purpose of this package is to provide an easy way to test asynchronous HTTP requests.
Mamba is a Behaviour-Driven Development tool for Python developers. Is heavily influenced from RSpec, Mocha, Jasmine or Ginkgo.
This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.
Pytest plugin providing a fixture interface for freezegun.