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.
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.
aiostream provides a collection of stream operators that can be combined to create asynchronous pipelines of operations. It can be seen as an asynchronous version of itertools, although some aspects are slightly different. All the provided operators return a unified interface called a stream. A stream is an enhanced asynchronous iterable.
aiohttp is an asynchronous HTTP client/server framework.
Its main features are:
Supports both client and server side of HTTP protocol.
Supports both client and server Web-Sockets out-of-the-box without the Callback Hell.
Web-server has middlewares and pluggable routing.
This package provides testing utility modules for testing JSON APIs with Behave.
S3cmd is a command line tool for uploading, retrieving and managing data in storage services that are compatible with the Amazon Simple Storage Service (S3) protocol, including S3 itself. It supports rsync-like backup, GnuPG encryption, and more. It also supports management of Amazon's CloudFront content delivery network.
jstyleson is a Python library to parse JSON. Contrary to the standard Python json library, it understands js-style comments. Trailing comma is also supported.
Openapi-schema-validator is a Python library that validates a schema against:
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00.
OpenAPI Schema Specification v3.1 which is an extended superset of the JSON Schema Specification Draft 2020-12.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.
This is a low-level Python library for implementing Hawk Access Authentication, a simple HTTP request-signing scheme.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
A utility library for mocking out the `requests` Python library.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
This package provides a WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
This package provides a Twisted-based Tor controller client,with state-tracking and configuration abstractions.
Oauth2ms can be used to fetch OAuth 2.0 tokens from the Microsoft Identity endpoint. Additionally, it can encode the token in the XOAUTH2 format to be used as authentication in IMAP mail servers.
Path-and-address resolves ambiguities of command-line interfaces, inferring which argument is the path, and which is the address.
This package provides a WebSocket client and server library for Python.
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.
jsmin is a JavaScript minifier, usable from both Python code and on the command line.
This package provides a Python JSON-RPC 2.0 protocol and server powered by asyncio.
This package provides a Python interface to Wikidata.
This Python library provides a Microformats2 parser implementing the full Microformats2 (mf2) specification, including backward compatibility with Microformats1 (mf1).
This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a bring-your-own-I/O library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want.