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.
Get Google results, but without any ads, javascript, AMP links, cookies, or IP address tracking. Quick and simple to implement as a primary search engine replacement on both desktop and mobile.
Furl provides an easy-to-use alternative to the urllib and urlparse modules for manipulating URLs.
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.
ZODB provides an object-oriented and ACID compliant database for Python with a high degree of transparency. ZODB is an object-oriented database, not an object-relational mapping. This comes with several advantaged:
no separate language for database operations
very little impact on your code to make objects persistent
no database mapper that partially hides the database.
almost no seam between code and database.
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
This package provides utilities to merge, minify and compress Javascript and CSS files,supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. It also supports URL rewriting in CSS files.
RequestsLibrary is a Robot Framework library aimed to provide HTTP API testing functionalities by wrapping the requests Python library.
This package provides utilities for Google Media Downloads and Resumable Uploads.
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.
Apprise is a Python library that allows sending push notifications to a broad range of notification services, such as Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
This module provides a building block to stub out the HTTP requests portions of your testing code.
WSGI turns HTTP requests into WSGI function calls. WSGIProxy turns WSGI function calls into HTTP requests. It also includes code to sign requests and pass private data, and to spawn subprocesses to handle requests.
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.
openid-teams is an implementation of the OpenID teams extension for python-openid.
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.
yarl module provides handy URL class for URL parsing and changing.
python-httpauth is WSGI middleware that secures some/all routes using HTTP Digest Authentication.
This package provides a library and a command-line tool that lets you download the entire Wayback Machine archive for a given URL.
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.
This package provides an implementation of Noise Protocol Framework.
This package provides a rate limiting extension for Starlette and Fastapi.
flask-multistatic is a flask plugin that adds support for overriding static files.
Zope.proxy provides generic, transparent proxies for Python. Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.