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 package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.
This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.
Aiohttp-oauthlib uses the Python aiohttp and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
This package provides a single-file minifier for CSS, HTML, and JavaScript.
This package implements a reliable private and pypi.org caching server.
This package provides a Python library with classes that mimic pathlib.Path's interface for URIs from different cloud storage services.
This package provides a Python wrapper around OpenWeatherMap web APIs.
This package provides a Twisted-based Tor controller client,with state-tracking and configuration abstractions.
The wadllib Python library allows navigating HTTP resources using Web Application Description Language (WADL) files as guides.
Grip is a command-line server application written in Python that uses the GitHub Markdown API to render a local Markdown file. The styles and rendering come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the file will be instantly reflected in the browser without requiring a page refresh.
WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did.
CacheControl is a port of the caching algorithms in httplib2 for use with requests session objects.
This tool provides a simple HTTP server with support for Range requests.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
Internal package for python-sanic, which is meant to be the core testing utility and clients for testing Sanic applications.
This package provides a SOCKS proxy connector for aiohttp. It supports SOCKS4(a) and SOCKS5.
jsmin is a JavaScript minifier, usable from both Python code and on the command line.
This Python package lets you use the requests library to talk HTTP via a UNIX domain socket.
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
This is a Python library for interacting with the Firefox Accounts ecosystem.
This package provides a Python implementation of the Socket.IO realtime client and server.
This package provides utilities for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2, etc.)
VF-1 is a command line gopher client with TLS support.
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.