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.
Pytest plugin providing a fixture interface for freezegun.
This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.
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 plugin allows running Pylint with Pytest and have configurable rule types (i.e. Convention, Warn, and Error) fail the build.
This package provides Pytest extension which disables all network calls flowing through Python's socket interface
This package contains a simple plugin for the pytest framework that provides a shortcut to testing all code and documentation for a given sub-package.
nox is a command-line tool that automates testing in multiple Python environments, similar to tox. Unlike tox, Nox uses a standard Python file for configuration.
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.
This package provides a pytest plugin to re-run tests to eliminate flaky failures.
This package provides opiniotated Python test framework prototype.
Beartype aims to be a very fast runtime type checking tool written in pure Python.
This package is a pytest plugin for managing VCR.py cassettes.
pytest-repeat is a plugin for Pytest that makes it enables repeating a single test, or multiple tests, a specific number of times.
This package provieds a flake8 and pylama plugin that checks the ordering of import statements.
This package implements a functionality to share a state / intermediate results across test steps.
autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle.
This package provides a module for monitoring the memory usage of a Python program.
This package provides a plugin to test Python click interfaces with pytest.
This package, PyAnnotate, is used to auto-generate PEP-484 annotations.
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 that checks the long description of the project to ensure it renders properly.
This package provides a Python module for creating JUnit XML test result documents that can be read by tools such as Jenkins or Bamboo.
Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.
This package provides a pytest plugin for efficiently checking PEP8 compliance.