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.
The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.
Txaio provides a compatibility layer between the Python asyncio bsmodule and Twisted.
This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
This module acts as a webbrowser solving Cloudflare's Javascript challenges.
Zope.interface provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
uritemplate provides Python library to deal with URI Templates.
The devpi command line tool is typically used in conjunction with devpi-server. It allows uploading, testing and installing packages from devpi indexes.
This library provides OpenID authentication for Python, both for clients and servers.
Paste provides a variety of web development tools and middleware which can be nested together to build web applications. Paste's design closely follows ideas flowing from WSGI (Web Standard Gateway Interface).
Path-and-address resolves ambiguities of command-line interfaces, inferring which argument is the path, and which is the address.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
This package provides language definitions used by Weblatei.
OpenAPI Spec Validator is a Python library that validates an OpenAPI specification against the OpenAPI 2.0 (also known as Swagger), OpenAPI 3.0 and OpenAPI 3.1 specifications. The validator aims to check for full compliance with the specification.
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
openid-teams is an implementation of the OpenID teams extension for python-openid.
This module provides a building block to stub out the HTTP requests portions of your testing code.
OpenTelemetry Semantic Conventions.
This package provides python-pybadges: a library and command-line tool for generating Github-style badges as SVG images.
WSGI turns HTTP requests into WSGI function calls. WSGIProxy turns WSGI function calls into HTTP requests. It also includes code to sign requests and pass private data, and to spawn subprocesses to handle requests.
This is a toolbelt of useful classes and functions to be used with python-requests.
This package provides a Kerberos authentication handler for python-requests.
This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.
Library for parsing urls.
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.