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.
OpenTelemetry Python SDK.
uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
This Python package provides a self-contained, easily reusable library for parsing, manipulating, and generating URIs.
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.
This package is a fork of the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork adds support for the noload operations used by zodb.
This Python module provides Signal, an abstraction to register asynchronous callbacks. The Signal abstraction can be used for adding, removing and dropping callbacks.
fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.
This package, as opposed to python-fastapi-pagination-minimal, depends on all available optional dependencies supported by mainline fastapi-pagination.
urlgrabber is a library that unifies access to files available on the web, FTP or locally. It supports HTTP, FTP and file:// protocols, it supports features like HTTP keep-alive, reget, throttling and more.
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.
Purl is a Python package for handling URLs.
pyramid_tm is a package which allows Pyramid requests to join the active transaction as provided by the Python transaction package.
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
This middleware provides cross-origin resource sharing (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different origin than that of the web application.
The wadllib Python library allows navigating HTTP resources using Web Application Description Language (WADL) files as guides.
This package provides an official Python client library for Kubernetes.
Generator for OpenAPI Documentation version 2 and 3, in JSON and YAML formats. Generator for other kinds of documents from OpenAPI Documentation files.
ACME is Automatic Certificate Management Environment, a protocol that allows clients and certificate authorities to automate verification and certificate issuance. The ACME protocol is used by the free Let's Encrypt Certificate Authority.
txacme is an implementation of the protocol for Twisted, the event-driven networking engine for Python.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
The aiocoap package is an implementation of CoAP. It facilitates writing applications that talk to network enabled embedded IoT devices.
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.
zconfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. Its model is very different from the model supported by the configparser module found in Python's standard library, and is more suitable to configuration-intensive applications.
Selenium simplifies web browser automation. It specifically provides infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.
Selenium Manager is a CLI tool that automatically manages the browser/driver infrastructure required by Selenium.
Woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.
This package allows for HTTP NTLM authentication using the requests library.