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 access to the Keycloak API.
Collection of library stubs for Python, with static types.
Extensible system for supporting various kinds of configurations.
Zope datetime.
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
Navigate HTTP resources using WADL files as guides.
Richer lifecycle events API.
Layers for zope.testing to simplify test setups.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2
This package provides a number of testing frameworks.
This package provides a library and command-line tool for generating Github-style badges
Typing stubs for chardet.
RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
launchpadlib is an open-source Python library that lets you treat the HTTP resources published by Launchpad's web service as Python objects responding to a standard set of commands. With launchpadlib you can integrate your applications into Launchpad without knowing a lot about HTTP client programming.
Embedding of configuration information in Python code.
This package provides a self-contained, easily reusable library for parsing, manipulating and generating URIs.
Implementation of bencode with optional fast C extensions
Monkey-patching and extensions for django-stubs
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
This package provides Azure Storage Blobs client library for Python.
This pakage provides runtime validators for attrs.
Library for OAuth version 1.0a.
Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts, and bubble charts.
Redis fixtures and fixture factories for Pytest. This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for Redis process and client.