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 adds pluggable session backends and ships default InMemoryBackend and CookieBackend implementations for Starlette and FastAPI.
Falcon is a web API framework for building microservices, application backends and higher-level frameworks. Among its features are:
Optimized and extensible code base
Routing via URI templates and REST-inspired resource classes
Access to headers and bodies through request and response classes
Request processing via middleware components and hooks
Idiomatic HTTP error responses
Straightforward exception handling
Unit testing support through WSGI helpers and mocks
Compatible with both CPython and PyPy
Cython support for better performance when used with CPython
This package provides a URI Normalization function with following features:
take care of IDN domains
always provide the URI scheme in lowercase characters
always provide the host, if any, in lowercase characters
only perform percent-encoding where it is essential
always use uppercase A-through-F characters when percent-encoding
prevent dot-segments appearing in non-relative URI paths
for schemes that define a default authority, use an empty authority if the default is desired
for schemes that define an empty path to be equivalent to a path of
/, use/for schemes that define a port, use an empty port if the default is desired
all portions of the URI must be utf-8 encoded NFC from Unicode strings
This package provides an extension to requests which let it talk HTTP via a UNIX domain socket.
This package provides access to any RESTful or RESTful-like API.
This package provides a WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses.
This package provides a script for running Python tests.
wsgiprox is a Python WSGI (Web Server Gateway Interface) middle-ware for adding HTTP and HTTPS proxy support to a WSGI application. The library accepts HTTP and HTTPS proxy connections, and routes them to a designated prefix.
Minify text/html MIME type responses when using Flask.
This package provides a simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel).
This package provides the official module to perform HTTP requests to the OVHcloud APIs.
Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it.
python-oauth2client provides an OAuth 2.0 client library for Python
This Python library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 8949) serialization format. The specification is fully compatible with the original RFC 7049. Among its features are:
Simple API like the
jsonorpicklemodules.Support many CBOR tags with stdlib objects.
Generic tag decoding.
Shared value references including cyclic references.
String references compact encoding with repeated strings replaced with indices.
Optional C module backend tested on big- and little-endian architectures.
Extensible tagged value handling using tag_hook and object_hook on decode and default on encode.
Manuel lets you mix and match traditional doctests with custom test syntax.
This package provides a Python interface to Wikidata.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
This package provides language definitions used by Weblatei.
A comprehensive HTTP client library supporting many features left out of other HTTP libraries.
This module provides an interface that queries the Apache Solr server using a pure Python implementation.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
The marshmallow-jsonapi package provides a simple way to produce JSON:API-compliant data in any Python Web framework. It includes optional utilities to integrate with Flask. This is a forked version whose pypi name is marshmallow_jsonapi_minfork.
This package provides a Google Authentication Library plugin with oauthlib.