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 package provides a Python module for creating JUnit XML test result documents that can be read by tools such as Jenkins or Bamboo.
Pytest uses one of four different spellings of parametrize. This plugin allows you to use all four.
This package provides a pytest plugin that checks the long description of the project to ensure it renders properly.
This is a Pytest plugin to randomly order tests and control Python's random.seed.
This package provides a simple implementation of contracts for Python. Contracts are a debugging and verification tool. They are declarative statements about what states a program must be in to be considered "correct" at runtime. They are similar to assertions, and are verified automatically at various well-defined points in the program. Contracts can be specified on functions and on classes.
This project will create an empty file of a type requested. If possible, that file will be the smallest valid file for that type. For example, an empty jpg will be a 1x1 pixel jpg.
pytest-random-order is a Pytest plugin that randomizes the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. The plugin allows user to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run.
pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments.
This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet.
This package is a pytest plugin for managing VCR.py cassettes.
pytest-metadata is a pytest plugin that provides access to test session metadata.
This package provides a Pytest plugin to run tests multiple times and detect flakiness.
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.
This package provides a pytest plugin to enable format checking with the Python code formatter "black".
Beartype aims to be a very fast runtime type checking tool written in pure Python.
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.
This package implements a functionality to share a state / intermediate results across test steps.
This package provides a Pytest plugin for testing Jupyter notebooks.
This is a meta-package that pulls in the dependencies that are used by astropy related packages.
This package provides a pytest plugin for aiohttp support.
A pytest plugin to create a tmpdir containing a preconfigured set of files and/or directories.
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.
This is a plugin to facilitate image comparison for Matplotlib figures in Pytest.
This package provides a collection of utility functions and classes which make writing and running functional and integration tests easier.