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.
httptools is a Python binding for the nodejs HTTP parser.
This Python library provides tools to deal with email and mailboxes over IMAP:
Parsed email message attributes
Query builder for searching emails
Work with emails in folders (copy, delete, flag, move, seen)
Work with mailbox folders (list, set, get, create, exists, rename, delete, status)
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.
launchpadlib is a Python library that allows scripting Launchpad via its the web service API.
This package implements MikroTik's RouterOS API.
yarl module provides handy URL class for URL parsing and changing.
This package provides a Twisted-based Tor controller client,with state-tracking and configuration abstractions.
This package provides Python bindings for using the Google search engine. Its module is called googlesearch.
This module provides a building block to stub out the HTTP requests portions of your testing code.
Conflict-free Replicated Data Types (CRDTs) allow creating shared documents that can automatically merge changes made concurrently on different copies of the data. When the data lives on different machines, they make it possible to build distributed systems that work with local data, leaving the synchronization and conflict resolution with remote data to the CRDT algorithm, which ensures that all data replicas eventually converge to the same state.
This is a Python CRDT library that provides bindings for Yrs, the Rust port of the Yjs framework.
FastAPI provides a web API framework based on pydantic and starlette.
This package provides a simple WebSocket server and client for Python.
Python LiveReload provides a command line utility, livereload, for starting a web server in a directory. It can trigger arbitrary commands and serve updated contents upon changes to the directory.
This package provides a Python wrapper around OpenWeatherMap web APIs.
Protego is a pure-Python robots.txt parser with support for modern conventions.
Bleach is an easy whitelist-based HTML-sanitizing tool.
Cheroot is a high-performance, pure-Python HTTP server.
This package provides a Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, and JWT.
Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
This package provides the Microsoft Azure File DataLake Storage Client Library for Python.
The sendgrid Python library allows access to the SendGrid Web API v3. Version 3+ of the library provides full support for all SendGrid Web API v3 endpoints, including the new v3 /mail/send.
The aim of this package is to unify the plethora of existing packages integrating SQLAlchemy with Zope's transaction management. As such,it only provides a data manager and makes no attempt to define a zopeish way to configure engines.
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.
Consume Server-Sent Event (SSE) messages with HTTPX.