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.
ndjson with the same interface as the builtin json module.
This package provides handy utilities for aiohttp.web applications.
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported. Conversion functions are exposed through idiomatic load/loads/dump/dumps interfaces.
Monkey-patching and extensions for django-stubs
Mercurial Python library.
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.
This package provides a streaming multipart parser for Python.
Collection of library stubs for Python, with static types.
Method and property caching decorators.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2
Transparently use webpack with django.
This package contains exception exceptions and implementations which are so general purpose that they don't belong in Zope application-specific packages.
Collection of library stubs for Python, with static types.
This package provides message Identifiers for internationalization.
Object life-cycle events.
Zope Template Application Language Expression Syntax (TALES).
Portable archive file manager.
Mirakuru - a Python library that starts your subprocess and waits for a clear indication, that it's running (process orchestrator).
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.
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
This package provides a self-contained, easily reusable library for parsing, manipulating and generating URIs.
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.
Python client library for Core API.