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.
This module provides an interface that queries the Apache Solr server using a pure Python implementation.
WTForms is a flexible forms validation and rendering library for Python web development. It is very similar to the web form API available in Django, but is a standalone package.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
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 WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
Webtest allows you to test your Python web applications without starting an HTTP server. It supports anything that supports the minimum of WSGI.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Zope.security provides a generic mechanism to implement security policies on Python objects.
Minify text/html MIME type responses when using Flask.
This package provides a stateless implementation of Cross-Site Request Forgery (XSRF) Protection by using the Double Submit Cookie mitigation pattern.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
In order to be compatible with legacy web content when interpreting something like Content-Type: text/html; charset=latin1, tools need to use a particular set of aliases for encoding labels as well as some overriding rules. For example, US-ASCII and iso-8859-1 on the web are actually aliases for windows-1252, and a UTF-8 or UTF-16 BOM takes precedence over any other encoding declaration. The WHATWG Encoding standard defines all such details so that implementations do not have to reverse-engineer each other.
This module implements the Encoding standard and has encoding labels and BOM detection, but the actual implementation for encoders and decoders is Python’s.
Python client library for Google's discovery based APIs
This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework.
This package provides a minimalistic workflow system to manage and share end-to-end workflows for different use cases and domains.
This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
This package implements a functionality to download large files recursivly from Google Drive with option to filter them by file formats (PDF/XML/CSV).
Internal package for python-sanic, which provides the BasicRouter.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.
Unalix is a library written in Python implementing the specification used by the ClearURLs addon for removing tracking fields from URLs.
A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses.
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
Google Cloud Storage allows you to store data on Google infrastructure, and it can be used to distribute large data objects to users via direct download. This package provides a Google Cloud Storage API client library for Python.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.