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.
Collection of library stubs for Python, with static types.
Vanilla HTML components for Dash.
This package provides type hints for Python.
lazr.authentication implements various HTTP authentication schemes as simple pieces of WSGI middleware. Currently implemented are HTTP Basic and section 7 of the OAuth specification.
ndjson with the same interface as the builtin json module.
Collection of library stubs for Python, with static types.
Typing stubs for docutils.
Generic transparent proxies via a C extension module.
Resolving paths in the object hierarchy
Collection of library stubs for Python, with static types.
The runtime library msrest for AutoRest generated Python clients.
This package provides message Identifiers for internationalization.
This package provides a self-contained, easily reusable library for parsing, manipulating and generating URIs.
Collection of library stubs for Python, with static types.
This package provides a helper to navigate batched results in a web page.
Layers for zope.testing to simplify test setups.
Collection of library stubs for Python, with static types.
Collection of library stubs for Python, with static types.
Collection of library stubs for Python, with static types.
Mypy stubs for Django.
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
Zope Component Architecture
This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2