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.
AWS SAM Translator is a library that transform Serverless Application Model (SAM) templates into AWS CloudFormation templates.
Flask-Session is an extension for Flask that adds support for Server-side sessions, with a variety of different backends for session storage.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
Cloud-init is the multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
HTTP Core provides a minimal and low-level HTTP client, which does one thing only: send HTTP requests.
Some things HTTP Core does do:
Sending HTTP requests.
Provides both sync and async interfaces.
Supports HTTP/1.1 and HTTP/2.
Async backend support for asyncio and trio.
Automatic connection pooling.
HTTP(S) proxy support.
Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.
Test utilities for OpenTelemetry unit tests.
This package provides a Python client for the OmniPath web service.
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.
This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.
Suds is a lightweight SOAP-based web service client for Python.
Flask-COMBO-JSONAPI is a Python Flask extension for building REST Web APIs compliant with the JSON:API 1.0 specification.
It tries to combine the power of Flask-Restless with the flexibility of Flask-RESTful to quickly build APIs that fit the complexity of existing real-life projects with legacy data and diverse storage providers.
This package provides a rate limiting extension for Starlette and Fastapi.
Mohawk is an alternate Python implementation of the Hawk HTTP authorization scheme.
This library defines common helpers used by all Google API clients.
Betamax-Serializers are an experimental set of Serializers for Betamax that may possibly end up in the main package.
html5tagger provides a simplified HTML5 syntax that can be written directly in Python without templates.
Selenium enables 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.
This package provides a websocket server written in Python. It uses GIO for network communication and hence it easily integrates with the GLib mainloop.
Zope.security provides a generic mechanism to implement security policies on Python objects.
yarl module provides handy URL class for URL parsing and changing.
This package provides an implementation of Public Suffix List as Python library.
Features:
supports IDN (unicode and punycoded)
shipped with built-in PSL and an updater script
written in Pure Python with no library dependencies
This package contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism.