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.
openid-teams is an implementation of the OpenID teams extension for python-openid.
This package provides a function to find translation file in the source code of a project. It supports many translation file formats and is part of the Weblate translation platform.
The socksio Python module is a client-side sans-I/O SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5. socksio is a sans-I/O library similar to h11 or h2; this means the library itself does not handle the actual sending of the bytes through the network, it only deals with the implementation details of the SOCKS protocols. It can be paired with any I/O library.
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
This library defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages.
python-grid5000 is a python package wrapping the Grid5000 REST API. You can use it as a library in your python project or you can explore the Grid5000 resources interactively using the embedded shell.
Minify text/html MIME type responses when using Flask.
extruct is a Python library for extracting embedded metadata from HTML markup. Currently, extruct supports:
W3C's HTML Microdata
embedded JSON-LD
Microformat via mf2py
Facebook's Open Graph
(experimental) RDFa via rdflib
Dublin Core Metadata (DC-HTML-2003)
This package provides a resolve() function that resolves strings containing dotted names into the appropriate Python object.
Python client library for Dynamic DNS using Domain Connect protocol.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
Socks is a library providing core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality.
This package contains a generic transaction implementation for Python. It is mainly used by the ZODB.
Internal package for python-sanic, which is meant to be the core testing utility and clients for testing Sanic applications.
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
This module contains a pure-Python implementation of a HTTP/2 protocol stack. It does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it's a purely in-memory solution, defined in terms of data actions and HTTP/2 frames. This is one building block of a full Python HTTP implementation.
uritemplate provides Python library to deal with URI Templates.
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.
Test utilities for OpenTelemetry unit tests.
The dpkt module is a fast, simple packet generator and parser for the basic TCP/IP protocols.
python-geventhttpclient is a high performance, concurrent HTTP client library for python using gevent.
S3transfer is a Python library for managing Amazon S3 transfers.
RequestsLibrary is a Robot Framework library aimed to provide HTTP API testing functionalities by wrapping the requests Python library.
This package lets you validate CloudFormation YAML/JSON templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices.