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 provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
A utility library for mocking out the `requests` Python library.
This package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.
This package provides a Python implementation of the Socket.IO realtime client and server.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.
This package implements a functionality to download large files recursively from Google Drive with option to filter them by file formats (PDF/XML/CSV).
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.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
This is a Python library for building OAuth and OpenID Connect servers and clients.
S3Path provide a Python convenient File-System/Path like interface for AWS S3 Service using boto3 S3 resource as a driver.
Socks is a library providing core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.
This library exists to allow connecting with Happy Eyeballs (RFC 8305) when you already have a list of addrinfo and not a DNS name.
This package provides a websocket server written in Python. It uses GIO for network communication and hence it easily integrates with the GLib mainloop.
Python client library for Dynamic DNS using Domain Connect protocol.
JustHTML is a pure Python HTML5 parser. It has a simple API and does not require C extensions or system dependencies.
dicomweb_client provides client interfaces for DICOMweb RESTful services QIDO-RS, WADO-RS and STOW-RS to search, retrieve and store DICOM objects over the web, respectively.
Flask-WTF integrates Flask and WTForms, including CSRF, file upload, and reCAPTCHA.
html5tagger provides a simplified HTML5 syntax that can be written directly in Python without templates.
Openapi-schema-validator is a Python library that validates a schema against:
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00.
OpenAPI Schema Specification v3.1 which is an extended superset of the JSON Schema Specification Draft 2020-12.
This package provides a WebSocket client and server library for Python.
Internal package for python-sanic, which provides the BasicRouter.