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.
Zope.exceptions provides general-purpose exception types that have uses outside of the Zope framework.
Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
This package provides Python bindings for using the Google search engine. Its module is called googlesearch.
This package provides a Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, and JWT.
This package provides a script for running Python tests.
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms.
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
This package provides an implementation of interprocess locks using lock files. These locks can also be used to mediate access to other files.
PRAWcore is a low-level communication layer used by PRAW.
This package provides a rate limiting extension for Starlette and Fastapi.
This package provides a Python ASGI web microframework with the same API as Flask.
This package allows for HTTP NTLM authentication using the requests library.
MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn’t do JavaScript.
This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
This package provides a programmable client library that adds functionality on top of wadlib.
Test utilities for OpenTelemetry unit tests.
This program converts a WSGI program to an ASGI program or the other way around. It depends only on the Python standard library.
This package provides a Google Authentication Library plugin with oauthlib.
This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
The AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate scan phase.